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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23097007: Create variations target that depends on base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.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', 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:json_schema',
41 '<(DEPTH)/components/components.gyp:policy_component', 41 '<(DEPTH)/components/components.gyp:policy_component',
42 '<(DEPTH)/components/components.gyp:variations',
42 '<(DEPTH)/components/components.gyp:visitedlink_common', 43 '<(DEPTH)/components/components.gyp:visitedlink_common',
43 '<(DEPTH)/content/content.gyp:content_common', 44 '<(DEPTH)/content/content.gyp:content_common',
44 '<(DEPTH)/net/net.gyp:net', 45 '<(DEPTH)/net/net.gyp:net',
45 '<(DEPTH)/skia/skia.gyp:skia', 46 '<(DEPTH)/skia/skia.gyp:skia',
46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 47 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 48 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 49 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
49 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
52 '<(DEPTH)/ui/ui.gyp:ui_resources', 52 '<(DEPTH)/ui/ui.gyp:ui_resources',
53 '<(DEPTH)/url/url.gyp:url_lib', 53 '<(DEPTH)/url/url.gyp:url_lib',
54 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 54 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
55 ], 55 ],
56 'sources': [ 56 'sources': [
57 '../apps/app_shim/app_shim_launch.h', 57 '../apps/app_shim/app_shim_launch.h',
58 '../apps/app_shim/app_shim_messages.h', 58 '../apps/app_shim/app_shim_messages.h',
59 '../extensions/common/crx_file.cc', 59 '../extensions/common/crx_file.cc',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'common/mac/launchd.mm', 389 'common/mac/launchd.mm',
390 'common/mac/nscoder_util.h', 390 'common/mac/nscoder_util.h',
391 'common/mac/nscoder_util.mm', 391 'common/mac/nscoder_util.mm',
392 'common/mac/objc_method_swizzle.h', 392 'common/mac/objc_method_swizzle.h',
393 'common/mac/objc_method_swizzle.mm', 393 'common/mac/objc_method_swizzle.mm',
394 'common/mac/objc_zombie.h', 394 'common/mac/objc_zombie.h',
395 'common/mac/objc_zombie.mm', 395 'common/mac/objc_zombie.mm',
396 'common/media/webrtc_logging_messages.h', 396 'common/media/webrtc_logging_messages.h',
397 'common/metrics/caching_permuted_entropy_provider.cc', 397 'common/metrics/caching_permuted_entropy_provider.cc',
398 'common/metrics/caching_permuted_entropy_provider.h', 398 'common/metrics/caching_permuted_entropy_provider.h',
399 'common/metrics/entropy_provider.cc',
400 'common/metrics/entropy_provider.h',
401 'common/metrics/metrics_log_base.cc', 399 'common/metrics/metrics_log_base.cc',
402 'common/metrics/metrics_log_base.h', 400 'common/metrics/metrics_log_base.h',
403 'common/metrics/metrics_log_manager.cc', 401 'common/metrics/metrics_log_manager.cc',
404 'common/metrics/metrics_log_manager.h', 402 'common/metrics/metrics_log_manager.h',
405 'common/metrics/metrics_service_base.cc', 403 'common/metrics/metrics_service_base.cc',
406 'common/metrics/metrics_service_base.h', 404 'common/metrics/metrics_service_base.h',
407 'common/metrics/metrics_util.cc',
408 'common/metrics/metrics_util.h',
409 'common/metrics/variations/uniformity_field_trials.cc', 405 'common/metrics/variations/uniformity_field_trials.cc',
410 'common/metrics/variations/uniformity_field_trials.h', 406 'common/metrics/variations/uniformity_field_trials.h',
411 'common/metrics/variations/variations_associated_data.cc',
412 'common/metrics/variations/variations_associated_data.h',
413 'common/metrics/variations/variations_util.cc', 407 'common/metrics/variations/variations_util.cc',
414 'common/metrics/variations/variations_util.h', 408 'common/metrics/variations/variations_util.h',
415 'common/multi_process_lock.h', 409 'common/multi_process_lock.h',
416 'common/multi_process_lock_linux.cc', 410 'common/multi_process_lock_linux.cc',
417 'common/multi_process_lock_mac.cc', 411 'common/multi_process_lock_mac.cc',
418 'common/multi_process_lock_win.cc', 412 'common/multi_process_lock_win.cc',
419 'common/omaha_query_params/omaha_query_params.cc', 413 'common/omaha_query_params/omaha_query_params.cc',
420 'common/omaha_query_params/omaha_query_params.h', 414 'common/omaha_query_params/omaha_query_params.h',
421 'common/omnibox_focus_state.h', 415 'common/omnibox_focus_state.h',
422 'common/partial_circular_buffer.cc', 416 'common/partial_circular_buffer.cc',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'common/metrics/proto/user_action_event.proto', 833 'common/metrics/proto/user_action_event.proto',
840 ], 834 ],
841 'variables': { 835 'variables': {
842 'proto_in_dir': 'common/metrics/proto', 836 'proto_in_dir': 'common/metrics/proto',
843 'proto_out_dir': 'chrome/common/metrics/proto', 837 'proto_out_dir': 'chrome/common/metrics/proto',
844 }, 838 },
845 'includes': [ '../build/protoc.gypi' ], 839 'includes': [ '../build/protoc.gypi' ],
846 }, 840 },
847 ], 841 ],
848 } 842 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698