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 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1610 ], | 1610 ], |
1611 }], | 1611 }], |
1612 ], | 1612 ], |
1613 }, | 1613 }, |
1614 { | 1614 { |
1615 # GN version: //chrome/test:interactive_ui_tests | 1615 # GN version: //chrome/test:interactive_ui_tests |
1616 'target_name': 'interactive_ui_tests', | 1616 'target_name': 'interactive_ui_tests', |
1617 'type': 'executable', | 1617 'type': 'executable', |
1618 'dependencies': [ | 1618 'dependencies': [ |
1619 'browser', | 1619 'browser', |
| 1620 'chrome_common_features', |
1620 'chrome_resources.gyp:chrome_resources', | 1621 'chrome_resources.gyp:chrome_resources', |
1621 'chrome_resources.gyp:chrome_strings', | 1622 'chrome_resources.gyp:chrome_strings', |
1622 'chrome_resources.gyp:packed_extra_resources', | 1623 'chrome_resources.gyp:packed_extra_resources', |
1623 'chrome_resources.gyp:packed_resources', | 1624 'chrome_resources.gyp:packed_resources', |
1624 'debugger', | 1625 'debugger', |
1625 'renderer', | 1626 'renderer', |
1626 'test_support_common', | 1627 'test_support_common', |
1627 'test_support_ui', | 1628 'test_support_ui', |
1628 '../components/components.gyp:guest_view_test_support', | 1629 '../components/components.gyp:guest_view_test_support', |
1629 '../components/components_resources.gyp:components_resources', | 1630 '../components/components_resources.gyp:components_resources', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2104 ], | 2105 ], |
2105 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2106 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2106 'msvs_disabled_warnings': [ 4267, ], | 2107 'msvs_disabled_warnings': [ 4267, ], |
2107 }, | 2108 }, |
2108 { | 2109 { |
2109 # Executable that runs each browser test in a new process. | 2110 # Executable that runs each browser test in a new process. |
2110 'target_name': 'browser_tests', | 2111 'target_name': 'browser_tests', |
2111 'type': 'executable', | 2112 'type': 'executable', |
2112 'dependencies': [ | 2113 'dependencies': [ |
2113 'browser', | 2114 'browser', |
| 2115 'chrome_common_features', |
2114 'chrome_resources.gyp:browser_tests_pak', | 2116 'chrome_resources.gyp:browser_tests_pak', |
2115 'chrome_resources.gyp:chrome_resources', | 2117 'chrome_resources.gyp:chrome_resources', |
2116 'chrome_resources.gyp:chrome_strings', | 2118 'chrome_resources.gyp:chrome_strings', |
2117 'chrome_resources.gyp:packed_extra_resources', | 2119 'chrome_resources.gyp:packed_extra_resources', |
2118 'chrome_resources.gyp:packed_resources', | 2120 'chrome_resources.gyp:packed_resources', |
2119 'common/extensions/api/api.gyp:chrome_api', | 2121 'common/extensions/api/api.gyp:chrome_api', |
2120 'renderer', | 2122 'renderer', |
2121 'test_support_common', | 2123 'test_support_common', |
2122 'test_support_sync_integration', | 2124 'test_support_sync_integration', |
2123 'test_support_ui', | 2125 'test_support_ui', |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2648 ], | 2650 ], |
2649 }], | 2651 }], |
2650 ], # conditions | 2652 ], # conditions |
2651 }, # target browser_tests | 2653 }, # target browser_tests |
2652 { | 2654 { |
2653 # Executable that runs each perf browser test in a new process. | 2655 # Executable that runs each perf browser test in a new process. |
2654 'target_name': 'performance_browser_tests', | 2656 'target_name': 'performance_browser_tests', |
2655 'type': 'executable', | 2657 'type': 'executable', |
2656 'dependencies': [ | 2658 'dependencies': [ |
2657 'browser', | 2659 'browser', |
| 2660 'chrome_common_features', |
2658 'chrome_resources.gyp:chrome_resources', | 2661 'chrome_resources.gyp:chrome_resources', |
2659 'chrome_resources.gyp:chrome_strings', | 2662 'chrome_resources.gyp:chrome_strings', |
2660 'chrome_resources.gyp:packed_extra_resources', | 2663 'chrome_resources.gyp:packed_extra_resources', |
2661 'chrome_resources.gyp:packed_resources', | 2664 'chrome_resources.gyp:packed_resources', |
2662 'renderer', | 2665 'renderer', |
2663 'test_support_common', | 2666 'test_support_common', |
2664 'test_support_ui', | 2667 'test_support_ui', |
2665 '../base/base.gyp:base', | 2668 '../base/base.gyp:base', |
2666 '../base/base.gyp:base_i18n', | 2669 '../base/base.gyp:base_i18n', |
2667 '../base/base.gyp:test_support_base', | 2670 '../base/base.gyp:test_support_base', |
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3489 'utility', | 3492 'utility', |
3490 ], | 3493 ], |
3491 'sources': [ | 3494 'sources': [ |
3492 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3495 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3493 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3496 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3494 ], | 3497 ], |
3495 }] | 3498 }] |
3496 }], | 3499 }], |
3497 ], # 'conditions' | 3500 ], # 'conditions' |
3498 } | 3501 } |
OLD | NEW |