| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1291 }], | 1291 }], |
| 1292 ], | 1292 ], |
| 1293 }, | 1293 }, |
| 1294 { | 1294 { |
| 1295 # Executable that runs each browser test in a new process. | 1295 # Executable that runs each browser test in a new process. |
| 1296 'target_name': 'browser_tests', | 1296 'target_name': 'browser_tests', |
| 1297 'type': 'executable', | 1297 'type': 'executable', |
| 1298 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', | 1298 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', |
| 1299 'dependencies': [ | 1299 'dependencies': [ |
| 1300 'browser', | 1300 'browser', |
| 1301 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 1301 'chrome', | 1302 'chrome', |
| 1302 'chrome_resources', | 1303 'chrome_resources', |
| 1303 'chrome_strings', | 1304 'chrome_strings', |
| 1304 'debugger', | 1305 'debugger', |
| 1305 'profile_import', | 1306 'profile_import', |
| 1306 'renderer', | 1307 'renderer', |
| 1307 'test_support_common', | 1308 'test_support_common', |
| 1308 '../app/app.gyp:app_base', | 1309 '../app/app.gyp:app_base', |
| 1309 '../base/base.gyp:base', | 1310 '../base/base.gyp:base', |
| 1310 '../base/base.gyp:base_i18n', | 1311 '../base/base.gyp:base_i18n', |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2049 'dependencies': [ | 2050 'dependencies': [ |
| 2050 'plugin', | 2051 'plugin', |
| 2051 ], | 2052 ], |
| 2052 'export_dependent_settings': [ | 2053 'export_dependent_settings': [ |
| 2053 'plugin', | 2054 'plugin', |
| 2054 ], | 2055 ], |
| 2055 }], | 2056 }], |
| 2056 ['OS=="linux"', { | 2057 ['OS=="linux"', { |
| 2057 'dependencies': [ | 2058 'dependencies': [ |
| 2058 '../build/linux/system.gyp:gtk', | 2059 '../build/linux/system.gyp:gtk', |
| 2060 '../build/linux/system.gyp:nss', |
| 2059 ], | 2061 ], |
| 2060 }], | 2062 }], |
| 2061 ['OS=="win"', { | 2063 ['OS=="win"', { |
| 2062 'sources': [ | 2064 'sources': [ |
| 2063 'app/chrome_dll.rc', | 2065 'app/chrome_dll.rc', |
| 2064 'app/chrome_dll_version.rc.version', | 2066 'app/chrome_dll_version.rc.version', |
| 2065 'test/data/resource.rc', | 2067 'test/data/resource.rc', |
| 2066 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2068 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 2067 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2069 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2068 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 2070 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2550 ] | 2552 ] |
| 2551 }], # 'coverage!=0' | 2553 }], # 'coverage!=0' |
| 2552 ], # 'conditions' | 2554 ], # 'conditions' |
| 2553 } | 2555 } |
| 2554 | 2556 |
| 2555 # Local Variables: | 2557 # Local Variables: |
| 2556 # tab-width:2 | 2558 # tab-width:2 |
| 2557 # indent-tabs-mode:nil | 2559 # indent-tabs-mode:nil |
| 2558 # End: | 2560 # End: |
| 2559 # vim: set expandtab tabstop=2 shiftwidth=2: | 2561 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |