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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1458653002: New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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) 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 307 ],
308 'direct_dependent_settings': { 308 'direct_dependent_settings': {
309 'include_dirs': [ 309 'include_dirs': [
310 '..', 310 '..',
311 ], 311 ],
312 }, 312 },
313 'dependencies': [ 313 'dependencies': [
314 # TODO(gregoryd): chrome_resources and chrome_strings could be 314 # TODO(gregoryd): chrome_resources and chrome_strings could be
315 # shared with the 64-bit target, but it does not work due to a gyp 315 # shared with the 64-bit target, but it does not work due to a gyp
316 # issue. 316 # issue.
317 'chrome_common_features',
317 'installer_util', 318 'installer_util',
318 'safe_browsing_proto', 319 'safe_browsing_proto',
319 '<(DEPTH)/base/base.gyp:base', 320 '<(DEPTH)/base/base.gyp:base',
320 '<(DEPTH)/base/base.gyp:base_i18n', 321 '<(DEPTH)/base/base.gyp:base_i18n',
321 '<(DEPTH)/base/base.gyp:base_prefs', 322 '<(DEPTH)/base/base.gyp:base_prefs',
322 '<(DEPTH)/base/base.gyp:base_static', 323 '<(DEPTH)/base/base.gyp:base_static',
323 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 324 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
324 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 325 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
325 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 326 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
326 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 327 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'type': 'static_library', 556 'type': 'static_library',
556 'sources': [ 557 'sources': [
557 'common/net/net_resource_provider.cc', 558 'common/net/net_resource_provider.cc',
558 'common/net/net_resource_provider.h', 559 'common/net/net_resource_provider.h',
559 'common/net/x509_certificate_model.cc', 560 'common/net/x509_certificate_model.cc',
560 'common/net/x509_certificate_model.h', 561 'common/net/x509_certificate_model.h',
561 'common/net/x509_certificate_model_nss.cc', 562 'common/net/x509_certificate_model_nss.cc',
562 'common/net/x509_certificate_model_openssl.cc', 563 'common/net/x509_certificate_model_openssl.cc',
563 ], 564 ],
564 'dependencies': [ 565 'dependencies': [
566 'chrome_common_features',
565 '<(DEPTH)/base/base.gyp:base', 567 '<(DEPTH)/base/base.gyp:base',
566 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 568 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
567 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 569 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
568 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', 570 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
569 '<(DEPTH)/crypto/crypto.gyp:crypto', 571 '<(DEPTH)/crypto/crypto.gyp:crypto',
570 '<(DEPTH)/net/net.gyp:net', 572 '<(DEPTH)/net/net.gyp:net',
571 '<(DEPTH)/net/net.gyp:net_resources', 573 '<(DEPTH)/net/net.gyp:net_resources',
572 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 574 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
573 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 575 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
574 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 576 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 '../third_party/mojo/mojom_bindings_generator.gypi' 646 '../third_party/mojo/mojom_bindings_generator.gypi'
645 ], 647 ],
646 'sources': [ 648 'sources': [
647 'common/resource_usage_reporter.mojom', 649 'common/resource_usage_reporter.mojom',
648 ], 650 ],
649 'dependencies': [ 651 'dependencies': [
650 '../mojo/mojo_base.gyp:mojo_environment_chromium', 652 '../mojo/mojo_base.gyp:mojo_environment_chromium',
651 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 653 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
652 ], 654 ],
653 }, 655 },
656 {
657 # GN version: //chrome/common:features
658 'target_name': 'chrome_common_features',
659 'includes': [ '../build/build_header.gypi' ],
660 'variables': {
661 'build_header_path': 'chrome/common/features.h',
662 'build_header_flags': [
663 'ENABLE_GOOGLE_NOW=<(enable_google_now)',
664 ],
665 },
666 },
654 ], 667 ],
655 } 668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698