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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12886024: Move JSON schema validator code into its own directory in chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/policy/policy_loader_win_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'common/extensions/value_counter.cc', 278 'common/extensions/value_counter.cc',
279 'common/extensions/value_counter.h', 279 'common/extensions/value_counter.h',
280 'common/extensions/web_accessible_resources_handler.cc', 280 'common/extensions/web_accessible_resources_handler.cc',
281 'common/extensions/web_accessible_resources_handler.h', 281 'common/extensions/web_accessible_resources_handler.h',
282 'common/external_ipc_fuzzer.h', 282 'common/external_ipc_fuzzer.h',
283 'common/external_ipc_fuzzer.cc', 283 'common/external_ipc_fuzzer.cc',
284 'common/icon_with_badge_image_source.cc', 284 'common/icon_with_badge_image_source.cc',
285 'common/icon_with_badge_image_source.h', 285 'common/icon_with_badge_image_source.h',
286 'common/instant_types.cc', 286 'common/instant_types.cc',
287 'common/instant_types.h', 287 'common/instant_types.h',
288 'common/json_schema_constants.cc', 288 'common/json_schema/json_schema_constants.cc',
289 'common/json_schema_constants.h', 289 'common/json_schema/json_schema_constants.h',
290 'common/json_schema_validator.cc', 290 'common/json_schema/json_schema_validator.cc',
291 'common/json_schema_validator.h', 291 'common/json_schema/json_schema_validator.h',
292 'common/localized_error.cc', 292 'common/localized_error.cc',
293 'common/localized_error.h', 293 'common/localized_error.h',
294 'common/logging_chrome.cc', 294 'common/logging_chrome.cc',
295 'common/logging_chrome.h', 295 'common/logging_chrome.h',
296 'common/mac/app_mode_common.h', 296 'common/mac/app_mode_common.h',
297 'common/mac/app_mode_common.mm', 297 'common/mac/app_mode_common.mm',
298 'common/mac/cfbundle_blocker.h', 298 'common/mac/cfbundle_blocker.h',
299 'common/mac/cfbundle_blocker.mm', 299 'common/mac/cfbundle_blocker.mm',
300 'common/mac/launchd.h', 300 'common/mac/launchd.h',
301 'common/mac/launchd.mm', 301 'common/mac/launchd.mm',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'common/metrics/proto/user_action_event.proto', 709 'common/metrics/proto/user_action_event.proto',
710 ], 710 ],
711 'variables': { 711 'variables': {
712 'proto_in_dir': 'common/metrics/proto', 712 'proto_in_dir': 'common/metrics/proto',
713 'proto_out_dir': 'chrome/common/metrics/proto', 713 'proto_out_dir': 'chrome/common/metrics/proto',
714 }, 714 },
715 'includes': [ '../build/protoc.gypi' ], 715 'includes': [ '../build/protoc.gypi' ],
716 }, 716 },
717 ], 717 ],
718 } 718 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_loader_win_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698