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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9415001: Add tests to tools/json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'test_support_unit', 1214 'test_support_unit',
1215 # 3) anything tests directly depend on 1215 # 3) anything tests directly depend on
1216 '../skia/skia.gyp:skia', 1216 '../skia/skia.gyp:skia',
1217 '../third_party/bzip2/bzip2.gyp:bzip2', 1217 '../third_party/bzip2/bzip2.gyp:bzip2',
1218 '../third_party/cld/cld.gyp:cld', 1218 '../third_party/cld/cld.gyp:cld',
1219 '../third_party/icu/icu.gyp:icui18n', 1219 '../third_party/icu/icu.gyp:icui18n',
1220 '../third_party/icu/icu.gyp:icuuc', 1220 '../third_party/icu/icu.gyp:icuuc',
1221 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1221 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1222 '../third_party/libjingle/libjingle.gyp:libjingle', 1222 '../third_party/libjingle/libjingle.gyp:libjingle',
1223 '../third_party/libxml/libxml.gyp:libxml', 1223 '../third_party/libxml/libxml.gyp:libxml',
1224 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_ schema_compiler_tests',
1224 '../ui/gfx/gl/gl.gyp:gl', 1225 '../ui/gfx/gl/gl.gyp:gl',
1225 '../ui/ui.gyp:ui_resources', 1226 '../ui/ui.gyp:ui_resources',
1226 '../ui/ui.gyp:ui_resources_standard', 1227 '../ui/ui.gyp:ui_resources_standard',
1227 '../ui/ui.gyp:ui_test_support', 1228 '../ui/ui.gyp:ui_test_support',
1228 '../v8/tools/gyp/v8.gyp:v8', 1229 '../v8/tools/gyp/v8.gyp:v8',
1229 'common/extensions/api/api.gyp:api', 1230 'common/extensions/api/api.gyp:api',
1230 'chrome_resources.gyp:chrome_resources', 1231 'chrome_resources.gyp:chrome_resources',
1231 'chrome_resources.gyp:chrome_strings', 1232 'chrome_resources.gyp:chrome_strings',
1232 ], 1233 ],
1233 'include_dirs': [ 1234 'include_dirs': [
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 'test/base/chrome_render_view_test.h', 2096 'test/base/chrome_render_view_test.h',
2096 'test/base/menu_model_test.cc', 2097 'test/base/menu_model_test.cc',
2097 'test/base/menu_model_test.h', 2098 'test/base/menu_model_test.h',
2098 'test/base/v8_unit_test.cc', 2099 'test/base/v8_unit_test.cc',
2099 'test/base/v8_unit_test.h', 2100 'test/base/v8_unit_test.h',
2100 'test/data/resource.rc', 2101 'test/data/resource.rc',
2101 'test/data/unit/framework_unittest.gtestjs', 2102 'test/data/unit/framework_unittest.gtestjs',
2102 'tools/convert_dict/convert_dict_unittest.cc', 2103 'tools/convert_dict/convert_dict_unittest.cc',
2103 '../testing/gtest_mac_unittest.mm', 2104 '../testing/gtest_mac_unittest.mm',
2104 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2105 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2106 '../tools/json_schema_compiler/test/array_test.cc',
2107 '../tools/json_schema_compiler/test/choices_test.cc',
2108 '../tools/json_schema_compiler/test/crossref_test.cc',
2109 '../tools/json_schema_compiler/test/simple_api_test.cc',
not at google - send to devlin 2012/02/18 03:29:02 Can these be moved into json_schema_compiler_tests
calamity 2012/02/20 05:03:37 I moved them and got it to compile, but when runni
not at google - send to devlin 2012/02/20 11:59:25 Cool, this is fine.
2105 '../ui/views/test/test_views_delegate.cc', 2110 '../ui/views/test/test_views_delegate.cc',
2106 '../ui/views/test/test_views_delegate.h', 2111 '../ui/views/test/test_views_delegate.h',
2107 '../ui/views/test/views_test_base.cc', 2112 '../ui/views/test/views_test_base.cc',
2108 '../ui/views/test/views_test_base.h', 2113 '../ui/views/test/views_test_base.h',
2109 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 2114 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
2110 '../webkit/fileapi/file_system_operation_write_unittest.cc', 2115 '../webkit/fileapi/file_system_operation_write_unittest.cc',
2111 '../webkit/fileapi/file_system_test_helper.cc', 2116 '../webkit/fileapi/file_system_test_helper.cc',
2112 '../webkit/fileapi/file_system_test_helper.h', 2117 '../webkit/fileapi/file_system_test_helper.h',
2113 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 2118 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
2114 '../webkit/fileapi/file_writer_delegate_unittest.cc', 2119 '../webkit/fileapi/file_writer_delegate_unittest.cc',
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
4662 # Use outputs of this action as inputs for the main target build. 4667 # Use outputs of this action as inputs for the main target build.
4663 # Seems as a misnomer but makes this happy on Linux (scons). 4668 # Seems as a misnomer but makes this happy on Linux (scons).
4664 'process_outputs_as_sources': 1, 4669 'process_outputs_as_sources': 1,
4665 }, 4670 },
4666 ], # 'actions' 4671 ], # 'actions'
4667 }, 4672 },
4668 ] 4673 ]
4669 }], # 'coverage!=0' 4674 }], # 'coverage!=0'
4670 ], # 'conditions' 4675 ], # 'conditions'
4671 } 4676 }
OLDNEW
« no previous file with comments | « no previous file | generated_files_will_not_submit/array.h » ('j') | tools/json_schema_compiler/cc_generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698