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

Side by Side Diff: build/common.gypi

Issue 6052008: harfbuzz: check in harfbuzz-ng, add gyp define to use it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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 | third_party/harfbuzz-ng/AUTHORS » ('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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 # Enable a variable used elsewhere throughout the GYP files to determine 316 # Enable a variable used elsewhere throughout the GYP files to determine
317 # whether to compile in the sources for the GPU plugin / process. 317 # whether to compile in the sources for the GPU plugin / process.
318 'enable_gpu%': 1, 318 'enable_gpu%': 1,
319 319
320 # Use GConf, the GNOME configuration system. 320 # Use GConf, the GNOME configuration system.
321 'use_gconf%': 1, 321 'use_gconf%': 1,
322 322
323 # Use OpenSSL instead of NSS. Under development: see http://crbug.com/62803 323 # Use OpenSSL instead of NSS. Under development: see http://crbug.com/62803
324 'use_openssl%': 0, 324 'use_openssl%': 0,
325 325
326 # Use Harfbuzz-NG instead of Harfbuzz.
327 # Under development: http://crbug.com/68551
328 'use_harfbuzz_ng%': 0,
329
326 'conditions': [ 330 'conditions': [
327 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 331 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
328 # This will set gcc_version to XY if you are running gcc X.Y.*. 332 # This will set gcc_version to XY if you are running gcc X.Y.*.
329 # This is used to tweak build flags for gcc 4.4. 333 # This is used to tweak build flags for gcc 4.4.
330 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', 334 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)',
331 # Figure out the python architecture to decide if we build pyauto. 335 # Figure out the python architecture to decide if we build pyauto.
332 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/l ib/libpython<(python_ver).so.1.0)', 336 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/l ib/libpython<(python_ver).so.1.0)',
333 'conditions': [ 337 'conditions': [
334 ['branding=="Chrome"', { 338 ['branding=="Chrome"', {
335 'linux_breakpad%': 1, 339 'linux_breakpad%': 1,
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 # and therefore SYMROOT, needs to be set at the project level. 1471 # and therefore SYMROOT, needs to be set at the project level.
1468 'SYMROOT': '<(DEPTH)/xcodebuild', 1472 'SYMROOT': '<(DEPTH)/xcodebuild',
1469 }, 1473 },
1470 } 1474 }
1471 1475
1472 # Local Variables: 1476 # Local Variables:
1473 # tab-width:2 1477 # tab-width:2
1474 # indent-tabs-mode:nil 1478 # indent-tabs-mode:nil
1475 # End: 1479 # End:
1476 # vim: set expandtab tabstop=2 shiftwidth=2: 1480 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | third_party/harfbuzz-ng/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698