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

Side by Side Diff: chrome/chrome_common.gypi

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/policy/registry_dict_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 19 matching lines...) Expand all
30 'installer_util', 30 'installer_util',
31 'metrics_proto', 31 'metrics_proto',
32 '<(DEPTH)/base/base.gyp:base', 32 '<(DEPTH)/base/base.gyp:base',
33 '<(DEPTH)/base/base.gyp:base_i18n', 33 '<(DEPTH)/base/base.gyp:base_i18n',
34 '<(DEPTH)/base/base.gyp:base_prefs', 34 '<(DEPTH)/base/base.gyp:base_prefs',
35 '<(DEPTH)/base/base.gyp:base_static', 35 '<(DEPTH)/base/base.gyp:base_static',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
39 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 39 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
40 '<(DEPTH)/components/components.gyp:json_schema',
40 '<(DEPTH)/components/components.gyp:visitedlink_common', 41 '<(DEPTH)/components/components.gyp:visitedlink_common',
41 '<(DEPTH)/content/content.gyp:content_common', 42 '<(DEPTH)/content/content.gyp:content_common',
42 '<(DEPTH)/net/net.gyp:net', 43 '<(DEPTH)/net/net.gyp:net',
43 '<(DEPTH)/skia/skia.gyp:skia', 44 '<(DEPTH)/skia/skia.gyp:skia',
44 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 48 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
49 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', 50 '<(DEPTH)/third_party/zlib/zlib.gyp:zip',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'common/importer/importer_type.h', 367 'common/importer/importer_type.h',
367 'common/importer/importer_url_row.cc', 368 'common/importer/importer_url_row.cc',
368 'common/importer/importer_url_row.h', 369 'common/importer/importer_url_row.h',
369 'common/importer/profile_import_process_messages.cc', 370 'common/importer/profile_import_process_messages.cc',
370 'common/importer/profile_import_process_messages.h', 371 'common/importer/profile_import_process_messages.h',
371 'common/importer/safari_importer_utils.h', 372 'common/importer/safari_importer_utils.h',
372 'common/importer/safari_importer_utils.mm', 373 'common/importer/safari_importer_utils.mm',
373 'common/instant_restricted_id_cache.h', 374 'common/instant_restricted_id_cache.h',
374 'common/instant_types.cc', 375 'common/instant_types.cc',
375 'common/instant_types.h', 376 'common/instant_types.h',
376 'common/json_schema/json_schema_constants.cc',
377 'common/json_schema/json_schema_constants.h',
378 'common/json_schema/json_schema_validator.cc',
379 'common/json_schema/json_schema_validator.h',
380 'common/localized_error.cc', 377 'common/localized_error.cc',
381 'common/localized_error.h', 378 'common/localized_error.h',
382 'common/logging_chrome.cc', 379 'common/logging_chrome.cc',
383 'common/logging_chrome.h', 380 'common/logging_chrome.h',
384 'common/mac/app_mode_common.h', 381 'common/mac/app_mode_common.h',
385 'common/mac/app_mode_common.mm', 382 'common/mac/app_mode_common.mm',
386 'common/mac/cfbundle_blocker.h', 383 'common/mac/cfbundle_blocker.h',
387 'common/mac/cfbundle_blocker.mm', 384 'common/mac/cfbundle_blocker.mm',
388 'common/mac/launchd.h', 385 'common/mac/launchd.h',
389 'common/mac/launchd.mm', 386 'common/mac/launchd.mm',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'common/metrics/proto/user_action_event.proto', 848 'common/metrics/proto/user_action_event.proto',
852 ], 849 ],
853 'variables': { 850 'variables': {
854 'proto_in_dir': 'common/metrics/proto', 851 'proto_in_dir': 'common/metrics/proto',
855 'proto_out_dir': 'chrome/common/metrics/proto', 852 'proto_out_dir': 'chrome/common/metrics/proto',
856 }, 853 },
857 'includes': [ '../build/protoc.gypi' ], 854 'includes': [ '../build/protoc.gypi' ],
858 }, 855 },
859 ], 856 ],
860 } 857 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/registry_dict_win_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698