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

Side by Side Diff: build/common.gypi

Issue 7046052: Revert stubs that were added in r88040. We need proper interfaces around features that need to b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | chrome/browser/notifications/notification_stubs.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 436
437 # If debug_devtools is set to 1, JavaScript files for DevTools are 437 # If debug_devtools is set to 1, JavaScript files for DevTools are
438 # stored as is and loaded from disk. Otherwise, a concatenated file 438 # stored as is and loaded from disk. Otherwise, a concatenated file
439 # is stored in resources.pak. It is still possible to load JS files 439 # is stored in resources.pak. It is still possible to load JS files
440 # from disk by passing --debug-devtools cmdline switch. 440 # from disk by passing --debug-devtools cmdline switch.
441 'debug_devtools%': 0, 441 'debug_devtools%': 0,
442 442
443 # Point to ICU directory. 443 # Point to ICU directory.
444 'icu_src_dir': '../third_party/icu', 444 'icu_src_dir': '../third_party/icu',
445 445
446 # Enable desktop notifications.
447 'enable_desktop_notifications%': 1,
448
449 'conditions': [ 446 'conditions': [
450 ['os_posix==1 and OS!="mac"', { 447 ['os_posix==1 and OS!="mac"', {
451 # This will set gcc_version to XY if you are running gcc X.Y.*. 448 # This will set gcc_version to XY if you are running gcc X.Y.*.
452 # This is used to tweak build flags for gcc 4.4. 449 # This is used to tweak build flags for gcc 4.4.
453 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', 450 'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)',
454 # Figure out the python architecture to decide if we build pyauto. 451 # Figure out the python architecture to decide if we build pyauto.
455 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/l ib/libpython<(python_ver).so.1.0)', 452 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/l ib/libpython<(python_ver).so.1.0)',
456 'conditions': [ 453 'conditions': [
457 ['branding=="Chrome"', { 454 ['branding=="Chrome"', {
458 'linux_breakpad%': 1, 455 'linux_breakpad%': 1,
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 # and therefore SYMROOT, needs to be set at the project level. 1776 # and therefore SYMROOT, needs to be set at the project level.
1780 'SYMROOT': '<(DEPTH)/xcodebuild', 1777 'SYMROOT': '<(DEPTH)/xcodebuild',
1781 }, 1778 },
1782 } 1779 }
1783 1780
1784 # Local Variables: 1781 # Local Variables:
1785 # tab-width:2 1782 # tab-width:2
1786 # indent-tabs-mode:nil 1783 # indent-tabs-mode:nil
1787 # End: 1784 # End:
1788 # vim: set expandtab tabstop=2 shiftwidth=2: 1785 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698