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

Side by Side Diff: build/common.gypi

Issue 11571036: Linux: use generated library loader for libgps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixlets Created 8 years 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) 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 542
543 # linux_use_gold_flags: whether to use build flags that rely on gold. 543 # linux_use_gold_flags: whether to use build flags that rely on gold.
544 # On by default for x64 Linux. Temporarily off for ChromeOS as 544 # On by default for x64 Linux. Temporarily off for ChromeOS as
545 # it failed on a buildbot. 545 # it failed on a buildbot.
546 ['OS=="linux" and chromeos==0', { 546 ['OS=="linux" and chromeos==0', {
547 'linux_use_gold_flags%': 1, 547 'linux_use_gold_flags%': 1,
548 }, { 548 }, {
549 'linux_use_gold_flags%': 0, 549 'linux_use_gold_flags%': 0,
550 }], 550 }],
551 551
552 ['chromeos==1', {
553 'linux_use_libgps%': 1,
554 }, { # chromeos==0
555 # Do not use libgps on desktop Linux by default,
556 # see http://crbug.com/103751.
557 'linux_use_libgps%': 0,
558 }],
559
552 ['OS=="android" or OS=="ios"', { 560 ['OS=="android" or OS=="ios"', {
553 'enable_captive_portal_detection%': 0, 561 'enable_captive_portal_detection%': 0,
554 }, { 562 }, {
555 'enable_captive_portal_detection%': 1, 563 'enable_captive_portal_detection%': 1,
556 }], 564 }],
557 565
558 # Enable Skia UI text drawing incrementally on different platforms. 566 # Enable Skia UI text drawing incrementally on different platforms.
559 # http://crbug.com/105550 567 # http://crbug.com/105550
560 # 568 #
561 # On Aura, this allows per-tile painting to be used in the browser 569 # On Aura, this allows per-tile painting to be used in the browser
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'enable_web_intents%': '<(enable_web_intents)', 695 'enable_web_intents%': '<(enable_web_intents)',
688 'enable_web_intents_tag%': '<(enable_web_intents_tag)', 696 'enable_web_intents_tag%': '<(enable_web_intents_tag)',
689 'enable_plugin_installation%': '<(enable_plugin_installation)', 697 'enable_plugin_installation%': '<(enable_plugin_installation)',
690 'enable_plugins%': '<(enable_plugins)', 698 'enable_plugins%': '<(enable_plugins)',
691 'enable_session_service%': '<(enable_session_service)', 699 'enable_session_service%': '<(enable_session_service)',
692 'enable_themes%': '<(enable_themes)', 700 'enable_themes%': '<(enable_themes)',
693 'use_oem_wallpaper%': '<(use_oem_wallpaper)', 701 'use_oem_wallpaper%': '<(use_oem_wallpaper)',
694 'enable_background%': '<(enable_background)', 702 'enable_background%': '<(enable_background)',
695 'linux_use_gold_binary%': '<(linux_use_gold_binary)', 703 'linux_use_gold_binary%': '<(linux_use_gold_binary)',
696 'linux_use_gold_flags%': '<(linux_use_gold_flags)', 704 'linux_use_gold_flags%': '<(linux_use_gold_flags)',
705 'linux_use_libgps%': '<(linux_use_libgps)',
697 'use_canvas_skia%': '<(use_canvas_skia)', 706 'use_canvas_skia%': '<(use_canvas_skia)',
698 'test_isolation_mode%': '<(test_isolation_mode)', 707 'test_isolation_mode%': '<(test_isolation_mode)',
699 'test_isolation_outdir%': '<(test_isolation_outdir)', 708 'test_isolation_outdir%': '<(test_isolation_outdir)',
700 'enable_automation%': '<(enable_automation)', 709 'enable_automation%': '<(enable_automation)',
701 'enable_printing%': '<(enable_printing)', 710 'enable_printing%': '<(enable_printing)',
702 'enable_google_now%': '<(enable_google_now)', 711 'enable_google_now%': '<(enable_google_now)',
703 'enable_language_detection%': '<(enable_language_detection)', 712 'enable_language_detection%': '<(enable_language_detection)',
704 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 713 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
705 'disable_ftp_support%': '<(disable_ftp_support)', 714 'disable_ftp_support%': '<(disable_ftp_support)',
706 'enable_task_manager%': '<(enable_task_manager)', 715 'enable_task_manager%': '<(enable_task_manager)',
(...skipping 3213 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 # settings in target dicts. SYMROOT is a special case, because many other 3929 # settings in target dicts. SYMROOT is a special case, because many other
3921 # Xcode variables depend on it, including variables such as 3930 # Xcode variables depend on it, including variables such as
3922 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3931 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3923 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3932 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3924 # files to appear (when present) in the UI as actual files and not red 3933 # files to appear (when present) in the UI as actual files and not red
3925 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3934 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3926 # and therefore SYMROOT, needs to be set at the project level. 3935 # and therefore SYMROOT, needs to be set at the project level.
3927 'SYMROOT': '<(DEPTH)/xcodebuild', 3936 'SYMROOT': '<(DEPTH)/xcodebuild',
3928 }, 3937 },
3929 } 3938 }
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