diff options
| author | iudalov <[email protected]> | 2022-02-10 16:47:13 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:13 +0300 | 
| commit | 8efdb1f55eadb2fa75a37b8d8104e9cd330ba7f2 (patch) | |
| tree | 247ee8e791883aad6375124d079bb37f83937a01 | |
| parent | 37d83af1adc283c46c7fb5874e40b9c19fa90819 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
| -rw-r--r-- | build/sysincl/darwin.yml | 24 | ||||
| -rw-r--r-- | build/ymake.core.conf | 2 | ||||
| -rw-r--r-- | contrib/libs/ya.make | 2 | ||||
| -rw-r--r-- | contrib/tools/ya.make | 2 | ||||
| -rw-r--r-- | tools/ya.make | 2 | 
5 files changed, 16 insertions, 16 deletions
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml index 582c7e12024..0a34dfb6718 100644 --- a/build/sysincl/darwin.yml +++ b/build/sysincl/darwin.yml @@ -163,8 +163,8 @@    # OSX frameworks    - Accelerate/Accelerate.h -  - AppKit/AppKit.h -  - AppKit/NSView.h +  - AppKit/AppKit.h  +  - AppKit/NSView.h     - ApplicationServices/ApplicationServices.h    - AudioToolbox/AudioToolbox.h    - AVFoundation/AVFoundation.h @@ -194,8 +194,8 @@    - Foundation/Foundation.h    - Foundation/NSException.h    - Foundation/NSString.h -  - Foundation/NSKeyValueObserving.h -  - Foundation/NSObject.h +  - Foundation/NSKeyValueObserving.h  +  - Foundation/NSObject.h     - GLKit/GLKit.h    - IOKit/IOBSD.h    - IOKit/IOKitLib.h @@ -207,17 +207,17 @@    - IOKit/ps/IOPowerSources.h    - IOKit/storage/IOBlockStorageDriver.h    - IOKit/storage/IOMedia.h -  - IOSurface/IOSurfaceRef.h -  - Metal/Metal.h -  - metal_stdlib +  - IOSurface/IOSurfaceRef.h  +  - Metal/Metal.h  +  - metal_stdlib     - OpenCL/cl.h    - OpenCL/cl_gl.h    - OpenCL/opencl.h -  - OpenGLES/ES2/gl.h +  - OpenGLES/ES2/gl.h     - Speech/Speech.h    - QuartzCore/QuartzCore.h -  - QuartzCore/CAEAGLLayer.h -  - QuartzCore/CAMetalLayer.h +  - QuartzCore/CAEAGLLayer.h  +  - QuartzCore/CAMetalLayer.h     - Security/SecCertificate.h    - Security/SecKey.h    - Security/SecRandom.h @@ -228,8 +228,8 @@    - UIKit/UIKit.h    - UIKit/UIScreen.h    - UIKit/UIWebView.h -  - UIKit/UIView.h +  - UIKit/UIView.h     - VideoDecodeAcceleration/VDADecoder.h    - VideoToolbox/VideoToolbox.h    - XCTest/XCTest.h -  - CoreFoundation/CFByteOrder.h +  - CoreFoundation/CFByteOrder.h  diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 081833998b8..846fe8869e6 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -285,7 +285,7 @@ XSUBPPFLAGS=  # tag:tool-specific  ARCH_TOOL=${tool:"tools/archiver"} - +   # tag:tool-specific tag:proto  PROTOC=${tool:"contrib/tools/protoc"}  PROTOC_STYLEGUIDE_OUT=--cpp_styleguide_out=$ARCADIA_BUILD_ROOT/$PROTO_NAMESPACE diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9c4640fdcf2..1b6a7cc5612 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -278,7 +278,7 @@ RECURSE(      protobuf      protobuf/python      protobuf-mutator -    protobuf_std +    protobuf_std       protoc_std      psimd      pthreadpool diff --git a/contrib/tools/ya.make b/contrib/tools/ya.make index 750911c5878..453d5ca507e 100644 --- a/contrib/tools/ya.make +++ b/contrib/tools/ya.make @@ -27,7 +27,7 @@ RECURSE(      plantuml      protoc      protoc-c -    protoc_std +    protoc_std       python      python3      python3/pycc diff --git a/tools/ya.make b/tools/ya.make index 51a6b8b4263..2fff3e1580e 100644 --- a/tools/ya.make +++ b/tools/ya.make @@ -56,7 +56,7 @@ RECURSE(      hostpire      html2cpp      html2text -    idl +    idl       idx_relemmatizer      inflector      is_holiday  | 
