| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 2465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2476 ], | 2476 ], |
| 2477 ], | 2477 ], |
| 2478 }, | 2478 }, |
| 2479 { | 2479 { |
| 2480 # Executable that runs each browser test in a new process. | 2480 # Executable that runs each browser test in a new process. |
| 2481 'target_name': 'browser_tests', | 2481 'target_name': 'browser_tests', |
| 2482 'type': 'executable', | 2482 'type': 'executable', |
| 2483 'msvs_cygwin_shell': 0, | 2483 'msvs_cygwin_shell': 0, |
| 2484 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2484 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2485 'dependencies': [ | 2485 'dependencies': [ |
| 2486 'apiidlc_browser', |
| 2486 'browser', | 2487 'browser', |
| 2487 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 2488 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 2488 'chrome', | 2489 'chrome', |
| 2489 'chrome_resources.gyp:chrome_resources', | 2490 'chrome_resources.gyp:chrome_resources', |
| 2490 'chrome_resources.gyp:chrome_strings', | 2491 'chrome_resources.gyp:chrome_strings', |
| 2491 'common/extensions/api/api.gyp:api', | 2492 'common/extensions/api/api.gyp:api', |
| 2492 'renderer', | 2493 'renderer', |
| 2493 'test_support_common', | 2494 'test_support_common', |
| 2494 '../base/base.gyp:base', | 2495 '../base/base.gyp:base', |
| 2495 '../base/base.gyp:base_i18n', | 2496 '../base/base.gyp:base_i18n', |
| (...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4695 # Use outputs of this action as inputs for the main target build. | 4696 # Use outputs of this action as inputs for the main target build. |
| 4696 # Seems as a misnomer but makes this happy on Linux (scons). | 4697 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4697 'process_outputs_as_sources': 1, | 4698 'process_outputs_as_sources': 1, |
| 4698 }, | 4699 }, |
| 4699 ], # 'actions' | 4700 ], # 'actions' |
| 4700 }, | 4701 }, |
| 4701 ] | 4702 ] |
| 4702 }], # 'coverage!=0' | 4703 }], # 'coverage!=0' |
| 4703 ], # 'conditions' | 4704 ], # 'conditions' |
| 4704 } | 4705 } |
| OLD | NEW |