OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1673 '../content/app/resources/content_resources.gyp:content_resources', | 1673 '../content/app/resources/content_resources.gyp:content_resources', |
1674 '../content/content_shell_and_tests.gyp:content_browser_test_base', | 1674 '../content/content_shell_and_tests.gyp:content_browser_test_base', |
1675 '../crypto/crypto.gyp:crypto_test_support', | 1675 '../crypto/crypto.gyp:crypto_test_support', |
1676 '../google_apis/google_apis.gyp:google_apis_test_support', | 1676 '../google_apis/google_apis.gyp:google_apis_test_support', |
1677 '../net/net.gyp:net', | 1677 '../net/net.gyp:net', |
1678 '../net/net.gyp:net_resources', | 1678 '../net/net.gyp:net_resources', |
1679 '../net/net.gyp:net_test_support', | 1679 '../net/net.gyp:net_test_support', |
1680 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1680 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
1681 '../skia/skia.gyp:skia', | 1681 '../skia/skia.gyp:skia', |
1682 '../sync/sync.gyp:sync', | 1682 '../sync/sync.gyp:sync', |
| 1683 '../sync/sync.gyp:test_support_sync_api', |
1683 '../testing/gmock.gyp:gmock', | 1684 '../testing/gmock.gyp:gmock', |
1684 '../testing/gtest.gyp:gtest', | 1685 '../testing/gtest.gyp:gtest', |
1685 '../third_party/hunspell/hunspell.gyp:hunspell', | 1686 '../third_party/hunspell/hunspell.gyp:hunspell', |
1686 '../third_party/icu/icu.gyp:icui18n', | 1687 '../third_party/icu/icu.gyp:icui18n', |
1687 '../third_party/icu/icu.gyp:icuuc', | 1688 '../third_party/icu/icu.gyp:icuuc', |
1688 '../third_party/libpng/libpng.gyp:libpng', | 1689 '../third_party/libpng/libpng.gyp:libpng', |
1689 '../third_party/zlib/zlib.gyp:zlib', | 1690 '../third_party/zlib/zlib.gyp:zlib', |
1690 '../ui/base/ui_base.gyp:ui_base_test_support', | 1691 '../ui/base/ui_base.gyp:ui_base_test_support', |
1691 '../ui/resources/ui_resources.gyp:ui_test_pak', | 1692 '../ui/resources/ui_resources.gyp:ui_test_pak', |
1692 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 1693 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3586 'browser', | 3587 'browser', |
3587 ], | 3588 ], |
3588 'sources': [ | 3589 'sources': [ |
3589 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3590 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3590 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3591 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3591 ], | 3592 ], |
3592 }] | 3593 }] |
3593 }], | 3594 }], |
3594 ], # 'conditions' | 3595 ], # 'conditions' |
3595 } | 3596 } |
OLD | NEW |