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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9309044: Supporting more APIs with json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rework, add a couple of tests Created 8 years, 10 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 | « no previous file | generated_files_will_not_submit/array.h » ('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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'test_support_unit', 1219 'test_support_unit',
1220 # 3) anything tests directly depend on 1220 # 3) anything tests directly depend on
1221 '../skia/skia.gyp:skia', 1221 '../skia/skia.gyp:skia',
1222 '../third_party/bzip2/bzip2.gyp:bzip2', 1222 '../third_party/bzip2/bzip2.gyp:bzip2',
1223 '../third_party/cld/cld.gyp:cld', 1223 '../third_party/cld/cld.gyp:cld',
1224 '../third_party/icu/icu.gyp:icui18n', 1224 '../third_party/icu/icu.gyp:icui18n',
1225 '../third_party/icu/icu.gyp:icuuc', 1225 '../third_party/icu/icu.gyp:icuuc',
1226 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1226 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1227 '../third_party/libjingle/libjingle.gyp:libjingle', 1227 '../third_party/libjingle/libjingle.gyp:libjingle',
1228 '../third_party/libxml/libxml.gyp:libxml', 1228 '../third_party/libxml/libxml.gyp:libxml',
1229 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_ schema_compiler_tests',
1229 '../ui/gfx/gl/gl.gyp:gl', 1230 '../ui/gfx/gl/gl.gyp:gl',
1230 '../ui/ui.gyp:ui_resources', 1231 '../ui/ui.gyp:ui_resources',
1231 '../ui/ui.gyp:ui_resources_standard', 1232 '../ui/ui.gyp:ui_resources_standard',
1232 '../ui/ui.gyp:ui_test_support', 1233 '../ui/ui.gyp:ui_test_support',
1233 '../v8/tools/gyp/v8.gyp:v8', 1234 '../v8/tools/gyp/v8.gyp:v8',
1234 'common/extensions/api/api.gyp:api', 1235 'common/extensions/api/api.gyp:api',
1235 'chrome_resources.gyp:chrome_resources', 1236 'chrome_resources.gyp:chrome_resources',
1236 'chrome_resources.gyp:chrome_strings', 1237 'chrome_resources.gyp:chrome_strings',
1237 ], 1238 ],
1238 'include_dirs': [ 1239 'include_dirs': [
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 'test/base/chrome_render_view_test.h', 2105 'test/base/chrome_render_view_test.h',
2105 'test/base/menu_model_test.cc', 2106 'test/base/menu_model_test.cc',
2106 'test/base/menu_model_test.h', 2107 'test/base/menu_model_test.h',
2107 'test/base/v8_unit_test.cc', 2108 'test/base/v8_unit_test.cc',
2108 'test/base/v8_unit_test.h', 2109 'test/base/v8_unit_test.h',
2109 'test/data/resource.rc', 2110 'test/data/resource.rc',
2110 'test/data/unit/framework_unittest.gtestjs', 2111 'test/data/unit/framework_unittest.gtestjs',
2111 'tools/convert_dict/convert_dict_unittest.cc', 2112 'tools/convert_dict/convert_dict_unittest.cc',
2112 '../testing/gtest_mac_unittest.mm', 2113 '../testing/gtest_mac_unittest.mm',
2113 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2114 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2115 '../tools/json_schema_compiler/test/array_unittest.cc',
2116 '../tools/json_schema_compiler/test/choices_unittest.cc',
2117 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2118 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2114 '../ui/views/test/test_views_delegate.cc', 2119 '../ui/views/test/test_views_delegate.cc',
2115 '../ui/views/test/test_views_delegate.h', 2120 '../ui/views/test/test_views_delegate.h',
2116 '../ui/views/test/views_test_base.cc', 2121 '../ui/views/test/views_test_base.cc',
2117 '../ui/views/test/views_test_base.h', 2122 '../ui/views/test/views_test_base.h',
2118 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2123 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2119 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2124 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2120 '../webkit/fileapi/file_system_test_helper.cc', 2125 '../webkit/fileapi/file_system_test_helper.cc',
2121 '../webkit/fileapi/file_system_test_helper.h', 2126 '../webkit/fileapi/file_system_test_helper.h',
2122 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2127 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2123 '../webkit/fileapi/file_writer_delegate_unittest.cc', 2128 '../webkit/fileapi/file_writer_delegate_unittest.cc',
(...skipping 2544 matching lines...) Expand 10 before | Expand all | Expand 10 after
4668 # Use outputs of this action as inputs for the main target build. 4673 # Use outputs of this action as inputs for the main target build.
4669 # Seems as a misnomer but makes this happy on Linux (scons). 4674 # Seems as a misnomer but makes this happy on Linux (scons).
4670 'process_outputs_as_sources': 1, 4675 'process_outputs_as_sources': 1,
4671 }, 4676 },
4672 ], # 'actions' 4677 ], # 'actions'
4673 }, 4678 },
4674 ] 4679 ]
4675 }], # 'coverage!=0' 4680 }], # 'coverage!=0'
4676 ], # 'conditions' 4681 ], # 'conditions'
4677 } 4682 }
OLDNEW
« no previous file with comments | « no previous file | generated_files_will_not_submit/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698