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

Side by Side Diff: chrome/chrome_common.gypi

Issue 101503002: Build components.gyp:* and components_test.gyp:* on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 7 years 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/chrome_browser.gypi ('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 21 matching lines...) Expand all
32 '<(DEPTH)/base/base.gyp:base_i18n', 32 '<(DEPTH)/base/base.gyp:base_i18n',
33 '<(DEPTH)/base/base.gyp:base_prefs', 33 '<(DEPTH)/base/base.gyp:base_prefs',
34 '<(DEPTH)/base/base.gyp:base_static', 34 '<(DEPTH)/base/base.gyp:base_static',
35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
39 '<(DEPTH)/components/components.gyp:json_schema', 39 '<(DEPTH)/components/components.gyp:json_schema',
40 '<(DEPTH)/components/components.gyp:policy_component', 40 '<(DEPTH)/components/components.gyp:policy_component',
41 '<(DEPTH)/components/components.gyp:variations', 41 '<(DEPTH)/components/components.gyp:variations',
42 '<(DEPTH)/components/components.gyp:visitedlink_common',
43 '<(DEPTH)/content/content.gyp:content_common', 42 '<(DEPTH)/content/content.gyp:content_common',
44 '<(DEPTH)/net/net.gyp:net', 43 '<(DEPTH)/net/net.gyp:net',
45 '<(DEPTH)/skia/skia.gyp:skia', 44 '<(DEPTH)/skia/skia.gyp:skia',
46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
50 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 49 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
51 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 50 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
52 '<(DEPTH)/url/url.gyp:url_lib', 51 '<(DEPTH)/url/url.gyp:url_lib',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'common/media_galleries/iphoto_library.cc', 421 'common/media_galleries/iphoto_library.cc',
423 'common/media_galleries/iphoto_library.h', 422 'common/media_galleries/iphoto_library.h',
424 ], 423 ],
425 }], 424 }],
426 ['OS != "ios"', { 425 ['OS != "ios"', {
427 'dependencies': [ 426 'dependencies': [
428 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 427 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
429 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 428 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
430 '<(DEPTH)/components/components.gyp:autofill_core_common', 429 '<(DEPTH)/components/components.gyp:autofill_core_common',
431 '<(DEPTH)/components/nacl.gyp:nacl_common', 430 '<(DEPTH)/components/nacl.gyp:nacl_common',
431 '<(DEPTH)/components/components.gyp:visitedlink_common',
432 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 432 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
433 '<(DEPTH)/ipc/ipc.gyp:ipc', 433 '<(DEPTH)/ipc/ipc.gyp:ipc',
434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 434 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
435 '<(DEPTH)/third_party/re2/re2.gyp:re2', 435 '<(DEPTH)/third_party/re2/re2.gyp:re2',
436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 436 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
437 ], 437 ],
438 }, { # OS == ios 438 }, { # OS == ios
439 'sources/': [ 439 'sources/': [
440 ['exclude', '^common/child_process_'], 440 ['exclude', '^common/child_process_'],
441 ['exclude', '^common/chrome_content_client\\.cc$'], 441 ['exclude', '^common/chrome_content_client\\.cc$'],
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/metrics/proto/user_action_event.proto', 760 'common/metrics/proto/user_action_event.proto',
761 ], 761 ],
762 'variables': { 762 'variables': {
763 'proto_in_dir': 'common/metrics/proto', 763 'proto_in_dir': 'common/metrics/proto',
764 'proto_out_dir': 'chrome/common/metrics/proto', 764 'proto_out_dir': 'chrome/common/metrics/proto',
765 }, 765 },
766 'includes': [ '../build/protoc.gypi' ], 766 'includes': [ '../build/protoc.gypi' ],
767 }, 767 },
768 ], 768 ],
769 } 769 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698