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 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2106 'test/base/chrome_render_view_test.h', | 2106 'test/base/chrome_render_view_test.h', |
2107 'test/base/menu_model_test.cc', | 2107 'test/base/menu_model_test.cc', |
2108 'test/base/menu_model_test.h', | 2108 'test/base/menu_model_test.h', |
2109 'test/base/v8_unit_test.cc', | 2109 'test/base/v8_unit_test.cc', |
2110 'test/base/v8_unit_test.h', | 2110 'test/base/v8_unit_test.h', |
2111 'test/data/resource.rc', | 2111 'test/data/resource.rc', |
2112 'test/data/unit/framework_unittest.gtestjs', | 2112 'test/data/unit/framework_unittest.gtestjs', |
2113 'tools/convert_dict/convert_dict_unittest.cc', | 2113 'tools/convert_dict/convert_dict_unittest.cc', |
2114 '../testing/gtest_mac_unittest.mm', | 2114 '../testing/gtest_mac_unittest.mm', |
2115 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2115 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2116 '../tools/json_schema_compiler/test/array_unittest.cc', | 2116 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
2117 '../tools/json_schema_compiler/test/choices_unittest.cc', | 2117 '../tools/json_schema_compiler/test/choices_unittest.cc', |
2118 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 2118 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
2119 '../tools/json_schema_compiler/test/enums_unittest.cc', | 2119 '../tools/json_schema_compiler/test/enums_unittest.cc', |
| 2120 '../tools/json_schema_compiler/test/objects_unittest.cc', |
2120 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 2121 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
2121 '../ui/views/test/test_views_delegate.cc', | 2122 '../ui/views/test/test_views_delegate.cc', |
2122 '../ui/views/test/test_views_delegate.h', | 2123 '../ui/views/test/test_views_delegate.h', |
2123 '../ui/views/test/views_test_base.cc', | 2124 '../ui/views/test/views_test_base.cc', |
2124 '../ui/views/test/views_test_base.h', | 2125 '../ui/views/test/views_test_base.h', |
2125 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2126 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2126 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2127 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
2127 '../webkit/fileapi/file_system_test_helper.cc', | 2128 '../webkit/fileapi/file_system_test_helper.cc', |
2128 '../webkit/fileapi/file_system_test_helper.h', | 2129 '../webkit/fileapi/file_system_test_helper.h', |
2129 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2130 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
(...skipping 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4679 # Use outputs of this action as inputs for the main target build. | 4680 # Use outputs of this action as inputs for the main target build. |
4680 # Seems as a misnomer but makes this happy on Linux (scons). | 4681 # Seems as a misnomer but makes this happy on Linux (scons). |
4681 'process_outputs_as_sources': 1, | 4682 'process_outputs_as_sources': 1, |
4682 }, | 4683 }, |
4683 ], # 'actions' | 4684 ], # 'actions' |
4684 }, | 4685 }, |
4685 ] | 4686 ] |
4686 }], # 'coverage!=0' | 4687 }], # 'coverage!=0' |
4687 ], # 'conditions' | 4688 ], # 'conditions' |
4688 } | 4689 } |
OLD | NEW |