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

Side by Side Diff: build/common.gypi

Issue 2774002: Reland r49135: Linux: enable compiling GNOME Keyring and KWallet integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | build/linux/system.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': { 9 'variables': {
10 # .gyp files or targets should set chromium_code to 1 if they build 10 # .gyp files or targets should set chromium_code to 1 if they build
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 # Disable TCMalloc's debugallocation. 232 # Disable TCMalloc's debugallocation.
233 'linux_use_debugallocation%': 0, 233 'linux_use_debugallocation%': 0,
234 234
235 # Disable TCMalloc's heapchecker. 235 # Disable TCMalloc's heapchecker.
236 'linux_use_heapchecker%': 0, 236 'linux_use_heapchecker%': 0,
237 237
238 # Set to 1 to turn on seccomp sandbox by default. 238 # Set to 1 to turn on seccomp sandbox by default.
239 # (Note: this is ignored for official builds.) 239 # (Note: this is ignored for official builds.)
240 'linux_use_seccomp_sandbox%': 0, 240 'linux_use_seccomp_sandbox%': 0,
241 241
242 # Set to 1 to link against libgnome-keyring instead of using dlopen().
243 'linux_link_gnome_keyring%': 0,
244
242 # Set to select the Title Case versions of strings in GRD files. 245 # Set to select the Title Case versions of strings in GRD files.
243 'use_titlecase_in_grd_files%': 0, 246 'use_titlecase_in_grd_files%': 0,
244 247
245 # Used to disable Native Client at compile time, for platforms where it 248 # Used to disable Native Client at compile time, for platforms where it
246 # isn't supported 249 # isn't supported
247 'disable_nacl%': 0, 250 'disable_nacl%': 0,
248 251
249 # Set Thumb compilation flags. 252 # Set Thumb compilation flags.
250 'arm_thumb%': 0, 253 'arm_thumb%': 0,
251 254
(...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 # and therefore SYMROOT, needs to be set at the project level. 1374 # and therefore SYMROOT, needs to be set at the project level.
1372 'SYMROOT': '<(DEPTH)/xcodebuild', 1375 'SYMROOT': '<(DEPTH)/xcodebuild',
1373 }, 1376 },
1374 } 1377 }
1375 1378
1376 # Local Variables: 1379 # Local Variables:
1377 # tab-width:2 1380 # tab-width:2
1378 # indent-tabs-mode:nil 1381 # indent-tabs-mode:nil
1379 # End: 1382 # End:
1380 # vim: set expandtab tabstop=2 shiftwidth=2: 1383 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698