Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9456007: Add wider support to json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: reupload Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/json_schema_compile.gypi ('k') | chrome/common/extensions/api/extension.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2115 'test/base/chrome_render_view_test.h', 2115 'test/base/chrome_render_view_test.h',
2116 'test/base/menu_model_test.cc', 2116 'test/base/menu_model_test.cc',
2117 'test/base/menu_model_test.h', 2117 'test/base/menu_model_test.h',
2118 'test/base/v8_unit_test.cc', 2118 'test/base/v8_unit_test.cc',
2119 'test/base/v8_unit_test.h', 2119 'test/base/v8_unit_test.h',
2120 'test/data/resource.rc', 2120 'test/data/resource.rc',
2121 'test/data/unit/framework_unittest.gtestjs', 2121 'test/data/unit/framework_unittest.gtestjs',
2122 'tools/convert_dict/convert_dict_unittest.cc', 2122 'tools/convert_dict/convert_dict_unittest.cc',
2123 '../testing/gtest_mac_unittest.mm', 2123 '../testing/gtest_mac_unittest.mm',
2124 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2124 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2125 '../tools/json_schema_compiler/test/array_unittest.cc', 2125 '../tools/json_schema_compiler/test/arrays_unittest.cc',
2126 '../tools/json_schema_compiler/test/choices_unittest.cc', 2126 '../tools/json_schema_compiler/test/choices_unittest.cc',
2127 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2127 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2128 '../tools/json_schema_compiler/test/enums_unittest.cc', 2128 '../tools/json_schema_compiler/test/enums_unittest.cc',
2129 '../tools/json_schema_compiler/test/objects_unittest.cc',
2129 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2130 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2130 '../ui/views/test/test_views_delegate.cc', 2131 '../ui/views/test/test_views_delegate.cc',
2131 '../ui/views/test/test_views_delegate.h', 2132 '../ui/views/test/test_views_delegate.h',
2132 '../ui/views/test/views_test_base.cc', 2133 '../ui/views/test/views_test_base.cc',
2133 '../ui/views/test/views_test_base.h', 2134 '../ui/views/test/views_test_base.h',
2134 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2135 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2135 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2136 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2136 '../webkit/fileapi/file_system_test_helper.cc', 2137 '../webkit/fileapi/file_system_test_helper.cc',
2137 '../webkit/fileapi/file_system_test_helper.h', 2138 '../webkit/fileapi/file_system_test_helper.h',
2138 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2139 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
4686 # Use outputs of this action as inputs for the main target build. 4687 # Use outputs of this action as inputs for the main target build.
4687 # Seems as a misnomer but makes this happy on Linux (scons). 4688 # Seems as a misnomer but makes this happy on Linux (scons).
4688 'process_outputs_as_sources': 1, 4689 'process_outputs_as_sources': 1,
4689 }, 4690 },
4690 ], # 'actions' 4691 ], # 'actions'
4691 }, 4692 },
4692 ] 4693 ]
4693 }], # 'coverage!=0' 4694 }], # 'coverage!=0'
4694 ], # 'conditions' 4695 ], # 'conditions'
4695 } 4696 }
OLDNEW
« no previous file with comments | « build/json_schema_compile.gypi ('k') | chrome/common/extensions/api/extension.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698