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