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

Side by Side Diff: build/common.gypi

Issue 10410002: Web Intents: Remove the directory-level exclusions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | chrome/chrome_browser.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) 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 # See https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-e ffort 247 # See https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-e ffort
248 'order_text_section%' : "", 248 'order_text_section%' : "",
249 249
250 # Set to 1 compile with -fPIC cflag on linux. This is a must for shared 250 # Set to 1 compile with -fPIC cflag on linux. This is a must for shared
251 # libraries on linux x86-64 and arm, plus ASLR. 251 # libraries on linux x86-64 and arm, plus ASLR.
252 'linux_fpic%': 1, 252 'linux_fpic%': 1,
253 253
254 # Whether one-click signin is enabled or not. 254 # Whether one-click signin is enabled or not.
255 'enable_one_click_signin%': 0, 255 'enable_one_click_signin%': 0,
256 256
257 # Enable Web Intents support in WebKit, dispatching of intents, 257 # Enable Web Intents support in WebKit.
258 # and extensions Web Intents support.
259 'enable_web_intents%': 1, 258 'enable_web_intents%': 1,
260 259
261 # Enable Chrome browser extensions 260 # Enable Chrome browser extensions
262 'enable_extensions%': 1, 261 'enable_extensions%': 1,
263 262
264 # Enable Web Intents web content registration via HTML element 263 # Enable Web Intents web content registration via HTML element
265 # and WebUI managing such registrations. 264 # and WebUI managing such registrations.
266 'enable_web_intents_tag%': 0, 265 'enable_web_intents_tag%': 0,
267 266
268 # Webrtc compilation is enabled by default. Set to 0 to disable. 267 # Webrtc compilation is enabled by default. Set to 0 to disable.
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 # settings in target dicts. SYMROOT is a special case, because many other 3091 # settings in target dicts. SYMROOT is a special case, because many other
3093 # Xcode variables depend on it, including variables such as 3092 # Xcode variables depend on it, including variables such as
3094 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3093 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3095 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3094 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3096 # files to appear (when present) in the UI as actual files and not red 3095 # files to appear (when present) in the UI as actual files and not red
3097 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3096 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3098 # and therefore SYMROOT, needs to be set at the project level. 3097 # and therefore SYMROOT, needs to be set at the project level.
3099 'SYMROOT': '<(DEPTH)/xcodebuild', 3098 'SYMROOT': '<(DEPTH)/xcodebuild',
3100 }, 3099 },
3101 } 3100 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698