| 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 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2028 '../skia/ext/convolver_unittest.cc', | 2028 '../skia/ext/convolver_unittest.cc', |
| 2029 '../skia/ext/image_operations_unittest.cc', | 2029 '../skia/ext/image_operations_unittest.cc', |
| 2030 '../skia/ext/platform_canvas_unittest.cc', | 2030 '../skia/ext/platform_canvas_unittest.cc', |
| 2031 '../skia/ext/skia_utils_mac_unittest.mm', | 2031 '../skia/ext/skia_utils_mac_unittest.mm', |
| 2032 '../skia/ext/vector_canvas_unittest.cc', | 2032 '../skia/ext/vector_canvas_unittest.cc', |
| 2033 '../testing/gtest_mac_unittest.mm', | 2033 '../testing/gtest_mac_unittest.mm', |
| 2034 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2034 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
| 2035 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 2035 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
| 2036 '../tools/json_schema_compiler/test/any_unittest.cc', | 2036 '../tools/json_schema_compiler/test/any_unittest.cc', |
| 2037 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 2037 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
| 2038 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
| 2038 '../tools/json_schema_compiler/test/choices_unittest.cc', | 2039 '../tools/json_schema_compiler/test/choices_unittest.cc', |
| 2039 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 2040 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
| 2040 '../tools/json_schema_compiler/test/enums_unittest.cc', | 2041 '../tools/json_schema_compiler/test/enums_unittest.cc', |
| 2041 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 2042 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
| 2042 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 2043 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
| 2043 '../tools/json_schema_compiler/test/objects_unittest.cc', | 2044 '../tools/json_schema_compiler/test/objects_unittest.cc', |
| 2044 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 2045 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
| 2045 '../ui/views/test/test_views_delegate.cc', | 2046 '../ui/views/test/test_views_delegate.cc', |
| 2046 '../ui/views/test/test_views_delegate.h', | 2047 '../ui/views/test/test_views_delegate.h', |
| 2047 '../ui/views/test/views_test_base.cc', | 2048 '../ui/views/test/views_test_base.cc', |
| (...skipping 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4661 # Use outputs of this action as inputs for the main target build. | 4662 # Use outputs of this action as inputs for the main target build. |
| 4662 # Seems as a misnomer but makes this happy on Linux (scons). | 4663 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4663 'process_outputs_as_sources': 1, | 4664 'process_outputs_as_sources': 1, |
| 4664 }, | 4665 }, |
| 4665 ], # 'actions' | 4666 ], # 'actions' |
| 4666 }, | 4667 }, |
| 4667 ] | 4668 ] |
| 4668 }], # 'coverage!=0' | 4669 }], # 'coverage!=0' |
| 4669 ], # 'conditions' | 4670 ], # 'conditions' |
| 4670 } | 4671 } |
| OLD | NEW |