| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': '../tools/build/version.py', | 10 'version_py_path': '../tools/build/version.py', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 'test/win_event_receiver.h', | 418 'test/win_event_receiver.h', |
| 419 'test/net/fake_external_tab.cc', | 419 'test/net/fake_external_tab.cc', |
| 420 'test/net/fake_external_tab.h', | 420 'test/net/fake_external_tab.h', |
| 421 'test/net/process_singleton_subclass.cc', | 421 'test/net/process_singleton_subclass.cc', |
| 422 'test/net/process_singleton_subclass.h', | 422 'test/net/process_singleton_subclass.h', |
| 423 'test/net/test_automation_provider.cc', | 423 'test/net/test_automation_provider.cc', |
| 424 'test/net/test_automation_provider.h', | 424 'test/net/test_automation_provider.h', |
| 425 'test/net/test_automation_resource_message_filter.cc', | 425 'test/net/test_automation_resource_message_filter.cc', |
| 426 'test/net/test_automation_resource_message_filter.h', | 426 'test/net/test_automation_resource_message_filter.h', |
| 427 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 427 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
| 428 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 428 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', |
| 429 'test_utils.cc', | 429 'test_utils.cc', |
| 430 'test_utils.h', | 430 'test_utils.h', |
| 431 ], | 431 ], |
| 432 'conditions': [ | 432 'conditions': [ |
| 433 ['OS=="win"', { | 433 ['OS=="win"', { |
| 434 'link_settings': { | 434 'link_settings': { |
| 435 'libraries': [ | 435 'libraries': [ |
| 436 '-loleacc.lib', | 436 '-loleacc.lib', |
| 437 ], | 437 ], |
| 438 }, | 438 }, |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 # Use outputs of this action as inputs for the main target build. | 1053 # Use outputs of this action as inputs for the main target build. |
| 1054 # Seems as a misnomer but makes this happy on Linux (scons). | 1054 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1055 'process_outputs_as_sources': 1, | 1055 'process_outputs_as_sources': 1, |
| 1056 }, | 1056 }, |
| 1057 ], | 1057 ], |
| 1058 }, | 1058 }, |
| 1059 ], | 1059 ], |
| 1060 }, ], # 'coverage!=0' | 1060 }, ], # 'coverage!=0' |
| 1061 ], # 'conditions' | 1061 ], # 'conditions' |
| 1062 } | 1062 } |
| OLD | NEW |