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