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 4079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4090 '..', | 4090 '..', |
4091 '<(test_list_out_dir)', | 4091 '<(test_list_out_dir)', |
4092 ], | 4092 ], |
4093 'defines': [ | 4093 'defines': [ |
4094 'HAS_OUT_OF_PROC_TEST_RUNNER', | 4094 'HAS_OUT_OF_PROC_TEST_RUNNER', |
4095 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', | 4095 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
4096 ], | 4096 ], |
4097 'sources': [ | 4097 'sources': [ |
4098 'test/base/chrome_test_launcher.cc', | 4098 'test/base/chrome_test_launcher.cc', |
4099 'test/gpu/gpu_crash_browsertest.cc', | 4099 'test/gpu/gpu_crash_browsertest.cc', |
| 4100 'test/gpu/gpu_feature_browsertest.cc', |
4100 'test/gpu/gpu_pixel_browsertest.cc', | 4101 'test/gpu/gpu_pixel_browsertest.cc', |
4101 'test/gpu/webgl_conformance_tests.cc', | 4102 'test/gpu/webgl_conformance_tests.cc', |
4102 'test/gpu/webgl_conformance_test_list_autogen.h', | 4103 'test/gpu/webgl_conformance_test_list_autogen.h', |
4103 '../content/app/startup_helper_win.cc', | 4104 '../content/app/startup_helper_win.cc', |
4104 '../content/test/test_launcher.cc', | 4105 '../content/test/test_launcher.cc', |
4105 '../content/test/test_launcher.h', | 4106 '../content/test/test_launcher.h', |
4106 ], | 4107 ], |
4107 # hard_dependency is necessary for this target because it has actions | 4108 # hard_dependency is necessary for this target because it has actions |
4108 # that generate a header file included by dependent targets. The header | 4109 # that generate a header file included by dependent targets. The header |
4109 # file must be generated before the dependents are compiled. The usual | 4110 # file must be generated before the dependents are compiled. The usual |
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4699 # Use outputs of this action as inputs for the main target build. | 4700 # Use outputs of this action as inputs for the main target build. |
4700 # Seems as a misnomer but makes this happy on Linux (scons). | 4701 # Seems as a misnomer but makes this happy on Linux (scons). |
4701 'process_outputs_as_sources': 1, | 4702 'process_outputs_as_sources': 1, |
4702 }, | 4703 }, |
4703 ], # 'actions' | 4704 ], # 'actions' |
4704 }, | 4705 }, |
4705 ] | 4706 ] |
4706 }], # 'coverage!=0' | 4707 }], # 'coverage!=0' |
4707 ], # 'conditions' | 4708 ], # 'conditions' |
4708 } | 4709 } |
OLD | NEW |