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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 2655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2666 }, # target performance_browser_tests | 2666 }, # target performance_browser_tests |
2667 { | 2667 { |
2668 # GN version: //chrome/test:sync_integration_test_support | 2668 # GN version: //chrome/test:sync_integration_test_support |
2669 'target_name': 'test_support_sync_integration', | 2669 'target_name': 'test_support_sync_integration', |
2670 'type': 'static_library', | 2670 'type': 'static_library', |
2671 'dependencies': [ | 2671 'dependencies': [ |
2672 'browser', | 2672 'browser', |
2673 'chrome', | 2673 'chrome', |
2674 'test_support_common', | 2674 'test_support_common', |
2675 '../base/base.gyp:base', | 2675 '../base/base.gyp:base', |
2676 '../components/components.gyp:invalidation', | 2676 '../components/components.gyp:invalidation_impl', |
2677 '../components/components.gyp:invalidation_test_support', | 2677 '../components/components.gyp:invalidation_test_support', |
2678 '../net/net.gyp:net', | 2678 '../net/net.gyp:net', |
2679 '../skia/skia.gyp:skia', | 2679 '../skia/skia.gyp:skia', |
2680 '../sync/sync.gyp:sync', | 2680 '../sync/sync.gyp:sync', |
2681 '../sync/sync.gyp:test_support_sync_testserver', | 2681 '../sync/sync.gyp:test_support_sync_testserver', |
2682 '../sync/sync.gyp:test_support_sync_fake_server', | 2682 '../sync/sync.gyp:test_support_sync_fake_server', |
2683 '../ui/app_list/app_list.gyp:app_list_test_support', | 2683 '../ui/app_list/app_list.gyp:app_list_test_support', |
2684 ], | 2684 ], |
2685 'include_dirs': [ | 2685 'include_dirs': [ |
2686 '..', | 2686 '..', |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3295 'utility', | 3295 'utility', |
3296 ], | 3296 ], |
3297 'sources': [ | 3297 'sources': [ |
3298 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3298 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3299 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3299 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3300 ], | 3300 ], |
3301 }] | 3301 }] |
3302 }], | 3302 }], |
3303 ], # 'conditions' | 3303 ], # 'conditions' |
3304 } | 3304 } |
OLD | NEW |