Changeset 261534 in webkit


Ignore:
Timestamp:
May 11, 2020 5:38:36 PM (4 years ago)
Author:
sbarati@apple.com
Message:

Remove OTHER_CFLAGS="" in libwebrtc pbxproj
https://bugs.webkit.org/show_bug.cgi?id=211742

Reviewed by Darin Adler.

I believe this was done by accident in a larger patch. If we did indeed
want to define OTHER_CFLAGS to be empty, the right place for that is inside
the xcconfig files, not the pbxproj files.

  • libwebrtc.xcodeproj/project.pbxproj:
Location:
trunk/Source/ThirdParty/libwebrtc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/libwebrtc/ChangeLog

    r260956 r261534  
     12020-05-11  Saam Barati  <sbarati@apple.com>
     2
     3        Remove OTHER_CFLAGS="" in libwebrtc pbxproj
     4        https://bugs.webkit.org/show_bug.cgi?id=211742
     5
     6        Reviewed by Darin Adler.
     7
     8        I believe this was done by accident in a larger patch. If we did indeed
     9        want to define OTHER_CFLAGS to be empty, the right place for that is inside
     10        the xcconfig files, not the pbxproj files.
     11
     12        * libwebrtc.xcodeproj/project.pbxproj:
     13
    1142020-04-30  Youenn Fablet  <youenn@apple.com>
    215
  • trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

    r259726 r261534  
    1855318553                                CLANG_X86_VECTOR_INSTRUCTIONS = default;
    1855418554                                HEADER_SEARCH_PATHS = "$(inherited)";
    18555                                 OTHER_CFLAGS = "";
    1855618555                                PRODUCT_NAME = "$(TARGET_NAME)";
    1855718556                                USE_HEADERMAP = NO;
     
    1856618565                                CLANG_X86_VECTOR_INSTRUCTIONS = default;
    1856718566                                HEADER_SEARCH_PATHS = "$(inherited)";
    18568                                 OTHER_CFLAGS = "";
    1856918567                                PRODUCT_NAME = "$(TARGET_NAME)";
    1857018568                                USE_HEADERMAP = NO;
     
    1857918577                                CLANG_X86_VECTOR_INSTRUCTIONS = default;
    1858018578                                HEADER_SEARCH_PATHS = "$(inherited)";
    18581                                 OTHER_CFLAGS = "";
    1858218579                                PRODUCT_NAME = "$(TARGET_NAME)";
    1858318580                                USE_HEADERMAP = NO;
     
    1869618693                                        Source/third_party/rnnoise,
    1869718694                                );
    18698                                 OTHER_CFLAGS = "";
    1869918695                                PRODUCT_NAME = "$(TARGET_NAME)";
    1870018696                        };
     
    1871818714                                        Source/third_party/rnnoise,
    1871918715                                );
    18720                                 OTHER_CFLAGS = "";
    1872118716                                PRODUCT_NAME = "$(TARGET_NAME)";
    1872218717                        };
     
    1877218767                        baseConfigurationReference = 5C4B4A8F1E42C431002651C8 /* opus.xcconfig */;
    1877318768                        buildSettings = {
    18774                                 OTHER_CFLAGS = "";
    1877518769                                PRODUCT_NAME = "$(TARGET_NAME)";
    1877618770                        };
     
    1878118775                        baseConfigurationReference = 5C4B4A8F1E42C431002651C8 /* opus.xcconfig */;
    1878218776                        buildSettings = {
    18783                                 OTHER_CFLAGS = "";
    1878418777                                PRODUCT_NAME = "$(TARGET_NAME)";
    1878518778                        };
     
    1879018783                        baseConfigurationReference = 5C4B4A8F1E42C431002651C8 /* opus.xcconfig */;
    1879118784                        buildSettings = {
    18792                                 OTHER_CFLAGS = "";
    1879318785                                PRODUCT_NAME = "$(TARGET_NAME)";
    1879418786                        };
     
    1882318815                        baseConfigurationReference = 5C4B43B01E42877A002651C8 /* boringssl.xcconfig */;
    1882418816                        buildSettings = {
    18825                                 OTHER_CFLAGS = "";
    1882618817                                PRODUCT_NAME = "$(TARGET_NAME)";
    1882718818                        };
     
    1883218823                        baseConfigurationReference = 5C4B43B01E42877A002651C8 /* boringssl.xcconfig */;
    1883318824                        buildSettings = {
    18834                                 OTHER_CFLAGS = "";
    1883518825                                PRODUCT_NAME = "$(TARGET_NAME)";
    1883618826                        };
     
    1884118831                        baseConfigurationReference = 5C4B43B01E42877A002651C8 /* boringssl.xcconfig */;
    1884218832                        buildSettings = {
    18843                                 OTHER_CFLAGS = "";
    1884418833                                PRODUCT_NAME = "$(TARGET_NAME)";
    1884518834                        };
     
    1886218851                                );
    1886318852                                HEADER_SEARCH_PATHS = "$(inherited)";
    18864                                 OTHER_CFLAGS = "";
    1886518853                        };
    1886618854                        name = Production;
     
    1890218890                                );
    1890318891                                HEADER_SEARCH_PATHS = "$(inherited)";
    18904                                 OTHER_CFLAGS = "";
    1890518892                        };
    1890618893                        name = Release;
Note: See TracChangeset for help on using the changeset viewer.