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

Side by Side Diff: build/common.gypi

Issue 9254040: remove build_webkit_exes_from_webkit_gyp flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put back blob's dependency on webkit, fix indentation Created 8 years, 11 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 | « no previous file | content/content.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 # is stored in resources.pak. It is still possible to load JS files 648 # is stored in resources.pak. It is still possible to load JS files
649 # from disk by passing --debug-devtools cmdline switch. 649 # from disk by passing --debug-devtools cmdline switch.
650 'debug_devtools%': 0, 650 'debug_devtools%': 0,
651 651
652 # Point to ICU directory. 652 # Point to ICU directory.
653 'icu_src_dir': '../third_party/icu', 653 'icu_src_dir': '../third_party/icu',
654 654
655 # The Java Bridge is not compiled in by default. 655 # The Java Bridge is not compiled in by default.
656 'java_bridge%': 0, 656 'java_bridge%': 0,
657 657
658 # TODO(dpranke): This determines whether we should attempt to build DRT
659 # et al. from WebKit/Source/WebKit.gyp or Tools/Tools.gyp. This
660 # flag should only be needed temporarily. See
661 # https://bugs.webkit.org/show_bug.cgi?id=68463.
662 'build_webkit_exes_from_webkit_gyp%': 0,
663
664 # This flag is only used when disable_nacl==0 and disables all those 658 # This flag is only used when disable_nacl==0 and disables all those
665 # subcomponents which would require the installation of a native_client 659 # subcomponents which would require the installation of a native_client
666 # untrusted toolchain. 660 # untrusted toolchain.
667 'disable_nacl_untrusted%': 0, 661 'disable_nacl_untrusted%': 0,
668 662
669 # Disable Dart by default. 663 # Disable Dart by default.
670 'enable_dart%': 0, 664 'enable_dart%': 0,
671 665
672 'conditions': [ 666 'conditions': [
673 # Used to disable Native Client at compile time, for platforms where it 667 # Used to disable Native Client at compile time, for platforms where it
(...skipping 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 # settings in target dicts. SYMROOT is a special case, because many other 2811 # settings in target dicts. SYMROOT is a special case, because many other
2818 # Xcode variables depend on it, including variables such as 2812 # Xcode variables depend on it, including variables such as
2819 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 2813 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
2820 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 2814 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
2821 # files to appear (when present) in the UI as actual files and not red 2815 # files to appear (when present) in the UI as actual files and not red
2822 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 2816 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
2823 # and therefore SYMROOT, needs to be set at the project level. 2817 # and therefore SYMROOT, needs to be set at the project level.
2824 'SYMROOT': '<(DEPTH)/xcodebuild', 2818 'SYMROOT': '<(DEPTH)/xcodebuild',
2825 }, 2819 },
2826 } 2820 }
OLDNEW
« no previous file with comments | « no previous file | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698