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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10824002: JSON Schema Compiler supports functions as PropertyTypes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 6 Created 8 years, 4 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 | tools/json_schema_compiler/cc_generator.py » ('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 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 '../skia/ext/vector_canvas_unittest.cc', 2034 '../skia/ext/vector_canvas_unittest.cc',
2035 '../testing/gtest_mac_unittest.mm', 2035 '../testing/gtest_mac_unittest.mm',
2036 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2036 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2037 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 2037 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
2038 '../tools/json_schema_compiler/test/any_unittest.cc', 2038 '../tools/json_schema_compiler/test/any_unittest.cc',
2039 '../tools/json_schema_compiler/test/arrays_unittest.cc', 2039 '../tools/json_schema_compiler/test/arrays_unittest.cc',
2040 '../tools/json_schema_compiler/test/callbacks_unittest.cc', 2040 '../tools/json_schema_compiler/test/callbacks_unittest.cc',
2041 '../tools/json_schema_compiler/test/choices_unittest.cc', 2041 '../tools/json_schema_compiler/test/choices_unittest.cc',
2042 '../tools/json_schema_compiler/test/crossref_unittest.cc', 2042 '../tools/json_schema_compiler/test/crossref_unittest.cc',
2043 '../tools/json_schema_compiler/test/enums_unittest.cc', 2043 '../tools/json_schema_compiler/test/enums_unittest.cc',
2044 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc' ,
2044 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2045 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2045 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2046 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
2046 '../tools/json_schema_compiler/test/objects_unittest.cc', 2047 '../tools/json_schema_compiler/test/objects_unittest.cc',
2047 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2048 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2048 '../ui/views/test/test_views_delegate.cc', 2049 '../ui/views/test/test_views_delegate.cc',
2049 '../ui/views/test/test_views_delegate.h', 2050 '../ui/views/test/test_views_delegate.h',
2050 '../ui/views/test/views_test_base.cc', 2051 '../ui/views/test/views_test_base.cc',
2051 '../ui/views/test/views_test_base.h', 2052 '../ui/views/test/views_test_base.h',
2052 '../webkit/glue/web_intent_service_data_unittest.cc', 2053 '../webkit/glue/web_intent_service_data_unittest.cc',
2053 '../webkit/quota/mock_storage_client.cc', 2054 '../webkit/quota/mock_storage_client.cc',
(...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4682 'input_jars_paths': [ 4683 'input_jars_paths': [
4683 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4684 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4684 ], 4685 ],
4685 }, 4686 },
4686 'includes': [ '../build/apk_test.gypi' ], 4687 'includes': [ '../build/apk_test.gypi' ],
4687 }, 4688 },
4688 ], 4689 ],
4689 }], 4690 }],
4690 ], # 'conditions' 4691 ], # 'conditions'
4691 } 4692 }
OLDNEW
« no previous file with comments | « no previous file | tools/json_schema_compiler/cc_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698