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

Side by Side Diff: build/common.gypi

Issue 56093005: Added gyp support for fallback data reduction proxy host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 431
432 # Managed users are enabled by default. 432 # Managed users are enabled by default.
433 'enable_managed_users%': 1, 433 'enable_managed_users%': 1,
434 434
435 # Platform natively supports discardable memory. 435 # Platform natively supports discardable memory.
436 'native_discardable_memory%': 0, 436 'native_discardable_memory%': 0,
437 437
438 # Platform sends memory pressure signals natively. 438 # Platform sends memory pressure signals natively.
439 'native_memory_pressure_signals%': 0, 439 'native_memory_pressure_signals%': 0,
440 440
441 'data_reduction_fallback_host%' : '',
441 'spdy_proxy_auth_origin%' : '', 442 'spdy_proxy_auth_origin%' : '',
442 'spdy_proxy_auth_property%' : '', 443 'spdy_proxy_auth_property%' : '',
443 'spdy_proxy_auth_value%' : '', 444 'spdy_proxy_auth_value%' : '',
444 'data_reduction_proxy_probe_url%' : '', 445 'data_reduction_proxy_probe_url%' : '',
445 'enable_mdns%' : 0, 446 'enable_mdns%' : 0,
446 'enable_enhanced_bookmarks%': 0, 447 'enable_enhanced_bookmarks%': 0,
447 448
448 'conditions': [ 449 'conditions': [
449 # A flag for POSIX platforms 450 # A flag for POSIX platforms
450 ['OS=="win"', { 451 ['OS=="win"', {
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'google_tv%': '<(google_tv)', 880 'google_tv%': '<(google_tv)',
880 'enable_app_list%': '<(enable_app_list)', 881 'enable_app_list%': '<(enable_app_list)',
881 'use_default_render_theme%': '<(use_default_render_theme)', 882 'use_default_render_theme%': '<(use_default_render_theme)',
882 'enable_settings_app%': '<(enable_settings_app)', 883 'enable_settings_app%': '<(enable_settings_app)',
883 'google_api_key%': '<(google_api_key)', 884 'google_api_key%': '<(google_api_key)',
884 'google_default_client_id%': '<(google_default_client_id)', 885 'google_default_client_id%': '<(google_default_client_id)',
885 'google_default_client_secret%': '<(google_default_client_secret)', 886 'google_default_client_secret%': '<(google_default_client_secret)',
886 'enable_managed_users%': '<(enable_managed_users)', 887 'enable_managed_users%': '<(enable_managed_users)',
887 'native_discardable_memory%': '<(native_discardable_memory)', 888 'native_discardable_memory%': '<(native_discardable_memory)',
888 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', 889 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
890 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)',
889 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', 891 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
890 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', 892 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
891 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', 893 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
892 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', 894 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
893 'enable_mdns%' : '<(enable_mdns)', 895 'enable_mdns%' : '<(enable_mdns)',
894 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', 896 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)',
895 'v8_optimized_debug%': '<(v8_optimized_debug)', 897 'v8_optimized_debug%': '<(v8_optimized_debug)',
896 'proprietary_codecs%': '<(proprietary_codecs)', 898 'proprietary_codecs%': '<(proprietary_codecs)',
897 899
898 # Use system nspr instead of the bundled one. 900 # Use system nspr instead of the bundled one.
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2337 }], 2339 }],
2338 ['enable_settings_app==1', { 2340 ['enable_settings_app==1', {
2339 'defines': ['ENABLE_SETTINGS_APP=1'], 2341 'defines': ['ENABLE_SETTINGS_APP=1'],
2340 }], 2342 }],
2341 ['disable_ftp_support==1', { 2343 ['disable_ftp_support==1', {
2342 'defines': ['DISABLE_FTP_SUPPORT=1'], 2344 'defines': ['DISABLE_FTP_SUPPORT=1'],
2343 }], 2345 }],
2344 ['enable_managed_users==1', { 2346 ['enable_managed_users==1', {
2345 'defines': ['ENABLE_MANAGED_USERS=1'], 2347 'defines': ['ENABLE_MANAGED_USERS=1'],
2346 }], 2348 }],
2349 ['data_reduction_fallback_host != ""', {
2350 'defines': [
2351 'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'],
2352 }],
2347 ['spdy_proxy_auth_origin != ""', { 2353 ['spdy_proxy_auth_origin != ""', {
2348 'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'], 2354 'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'],
2349 }], 2355 }],
2350 ['spdy_proxy_auth_property != ""', { 2356 ['spdy_proxy_auth_property != ""', {
2351 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'], 2357 'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'],
2352 }], 2358 }],
2353 ['spdy_proxy_auth_value != ""', { 2359 ['spdy_proxy_auth_value != ""', {
2354 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], 2360 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'],
2355 }], 2361 }],
2356 ['data_reduction_proxy_probe_url != ""', { 2362 ['data_reduction_proxy_probe_url != ""', {
(...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after
4678 # settings in target dicts. SYMROOT is a special case, because many other 4684 # settings in target dicts. SYMROOT is a special case, because many other
4679 # Xcode variables depend on it, including variables such as 4685 # Xcode variables depend on it, including variables such as
4680 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4686 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4681 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4687 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4682 # files to appear (when present) in the UI as actual files and not red 4688 # files to appear (when present) in the UI as actual files and not red
4683 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4689 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4684 # and therefore SYMROOT, needs to be set at the project level. 4690 # and therefore SYMROOT, needs to be set at the project level.
4685 'SYMROOT': '<(DEPTH)/xcodebuild', 4691 'SYMROOT': '<(DEPTH)/xcodebuild',
4686 }, 4692 },
4687 } 4693 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698