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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'test/ie_configurator.cc', | 411 'test/ie_configurator.cc', |
412 'test/ie_configurator.h', | 412 'test/ie_configurator.h', |
413 'test/simulate_input.cc', | 413 'test/simulate_input.cc', |
414 'test/simulate_input.h', | 414 'test/simulate_input.h', |
415 'test/test_server.cc', | 415 'test/test_server.cc', |
416 'test/test_server.h', | 416 'test/test_server.h', |
417 'test/win_event_receiver.cc', | 417 'test/win_event_receiver.cc', |
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', | |
422 'test/net/process_singleton_subclass.h', | |
423 'test/net/test_automation_provider.cc', | 421 'test/net/test_automation_provider.cc', |
424 'test/net/test_automation_provider.h', | 422 'test/net/test_automation_provider.h', |
425 'test/net/test_automation_resource_message_filter.cc', | 423 'test/net/test_automation_resource_message_filter.cc', |
426 'test/net/test_automation_resource_message_filter.h', | 424 'test/net/test_automation_resource_message_filter.h', |
427 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', | 425 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', |
428 'test_utils.cc', | 426 'test_utils.cc', |
429 'test_utils.h', | 427 'test_utils.h', |
430 ], | 428 ], |
431 'conditions': [ | 429 'conditions': [ |
432 ['OS=="win"', { | 430 ['OS=="win"', { |
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1052 # Use outputs of this action as inputs for the main target build. | 1050 # Use outputs of this action as inputs for the main target build. |
1053 # Seems as a misnomer but makes this happy on Linux (scons). | 1051 # Seems as a misnomer but makes this happy on Linux (scons). |
1054 'process_outputs_as_sources': 1, | 1052 'process_outputs_as_sources': 1, |
1055 }, | 1053 }, |
1056 ], | 1054 ], |
1057 }, | 1055 }, |
1058 ], | 1056 ], |
1059 }, ], # 'coverage!=0' | 1057 }, ], # 'coverage!=0' |
1060 ], # 'conditions' | 1058 ], # 'conditions' |
1061 } | 1059 } |
OLD | NEW |