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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10696034: Share JSON schema constants. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ,. Created 8 years, 3 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'common/external_ipc_fuzzer.cc', 210 'common/external_ipc_fuzzer.cc',
211 'common/favicon_url.cc', 211 'common/favicon_url.cc',
212 'common/favicon_url.h', 212 'common/favicon_url.h',
213 'common/icon_messages.h', 213 'common/icon_messages.h',
214 'common/important_file_writer.cc', 214 'common/important_file_writer.cc',
215 'common/important_file_writer.h', 215 'common/important_file_writer.h',
216 'common/instant_types.cc', 216 'common/instant_types.cc',
217 'common/instant_types.h', 217 'common/instant_types.h',
218 'common/json_pref_store.cc', 218 'common/json_pref_store.cc',
219 'common/json_pref_store.h', 219 'common/json_pref_store.h',
220 'common/json_schema_constants.cc',
221 'common/json_schema_constants.h',
220 'common/json_schema_validator.cc', 222 'common/json_schema_validator.cc',
221 'common/json_schema_validator.h', 223 'common/json_schema_validator.h',
222 'common/jstemplate_builder.cc', 224 'common/jstemplate_builder.cc',
223 'common/jstemplate_builder.h', 225 'common/jstemplate_builder.h',
224 'common/localized_error.cc', 226 'common/localized_error.cc',
225 'common/localized_error.h', 227 'common/localized_error.h',
226 'common/logging_chrome.cc', 228 'common/logging_chrome.cc',
227 'common/logging_chrome.h', 229 'common/logging_chrome.h',
228 'common/mac/app_mode_common.h', 230 'common/mac/app_mode_common.h',
229 'common/mac/app_mode_common.mm', 231 'common/mac/app_mode_common.mm',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'common/metrics/proto/user_action_event.proto', 528 'common/metrics/proto/user_action_event.proto',
527 ], 529 ],
528 'variables': { 530 'variables': {
529 'proto_in_dir': 'common/metrics/proto', 531 'proto_in_dir': 'common/metrics/proto',
530 'proto_out_dir': 'chrome/common/metrics/proto', 532 'proto_out_dir': 'chrome/common/metrics/proto',
531 }, 533 },
532 'includes': [ '../build/protoc.gypi' ], 534 'includes': [ '../build/protoc.gypi' ],
533 }, 535 },
534 ], 536 ],
535 } 537 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698