| OLD | NEW |
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 'ifaddrs-android.cc', | 463 'ifaddrs-android.cc', |
| 464 'ifaddrs-android.h', | 464 'ifaddrs-android.h', |
| 465 ], | 465 ], |
| 466 'link_settings': { | 466 'link_settings': { |
| 467 'libraries': [ | 467 'libraries': [ |
| 468 '-llog', | 468 '-llog', |
| 469 '-lGLESv2', | 469 '-lGLESv2', |
| 470 ], | 470 ], |
| 471 }, | 471 }, |
| 472 }], | 472 }], |
| 473 ['OS=="mac" or OS=="ios"', { | 473 ['(OS=="mac" or OS=="ios") and nacl_untrusted_build==0', { |
| 474 'sources': [ | 474 'sources': [ |
| 475 'maccocoathreadhelper.h', | 475 'maccocoathreadhelper.h', |
| 476 'maccocoathreadhelper.mm', | 476 'maccocoathreadhelper.mm', |
| 477 'macconversion.cc', | 477 'macconversion.cc', |
| 478 'macconversion.h', | 478 'macconversion.h', |
| 479 'macifaddrs_converter.cc', | 479 'macifaddrs_converter.cc', |
| 480 'scoped_autorelease_pool.h', | 480 'scoped_autorelease_pool.h', |
| 481 'scoped_autorelease_pool.mm', | 481 'scoped_autorelease_pool.mm', |
| 482 ], | 482 ], |
| 483 }], | 483 }], |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'xcode_settings': { | 543 'xcode_settings': { |
| 544 'OTHER_LDFLAGS': [ | 544 'OTHER_LDFLAGS': [ |
| 545 '-framework Carbon', | 545 '-framework Carbon', |
| 546 ], | 546 ], |
| 547 }, | 547 }, |
| 548 }, | 548 }, |
| 549 }, | 549 }, |
| 550 }], | 550 }], |
| 551 ], | 551 ], |
| 552 }], | 552 }], |
| 553 ['OS=="win"', { | 553 ['OS=="win" and nacl_untrusted_build==0', { |
| 554 'sources': [ | 554 'sources': [ |
| 555 'win32.cc', | 555 'win32.cc', |
| 556 'win32.h', | 556 'win32.h', |
| 557 'win32filesystem.cc', | 557 'win32filesystem.cc', |
| 558 'win32filesystem.h', | 558 'win32filesystem.h', |
| 559 'win32securityerrors.cc', | 559 'win32securityerrors.cc', |
| 560 'win32window.cc', | 560 'win32window.cc', |
| 561 'win32window.h', | 561 'win32window.h', |
| 562 'win32windowpicker.cc', | 562 'win32windowpicker.cc', |
| 563 'win32windowpicker.h', | 563 'win32windowpicker.h', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 }, | 621 }, |
| 622 { | 622 { |
| 623 'target_name': 'gtest_prod', | 623 'target_name': 'gtest_prod', |
| 624 'type': 'static_library', | 624 'type': 'static_library', |
| 625 'sources': [ | 625 'sources': [ |
| 626 'gtest_prod_util.h', | 626 'gtest_prod_util.h', |
| 627 ], | 627 ], |
| 628 }, | 628 }, |
| 629 ], | 629 ], |
| 630 } | 630 } |
| OLD | NEW |