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

Side by Side Diff: build/common.gypi

Issue 200063003: Remove enhanced bookmarks extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/browser_resources.grd » ('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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 # Platform sends memory pressure signals natively. 508 # Platform sends memory pressure signals natively.
509 'native_memory_pressure_signals%': 0, 509 'native_memory_pressure_signals%': 0,
510 510
511 'data_reduction_fallback_host%' : '', 511 'data_reduction_fallback_host%' : '',
512 'data_reduction_dev_host%' : '', 512 'data_reduction_dev_host%' : '',
513 'spdy_proxy_auth_origin%' : '', 513 'spdy_proxy_auth_origin%' : '',
514 'spdy_proxy_auth_property%' : '', 514 'spdy_proxy_auth_property%' : '',
515 'spdy_proxy_auth_value%' : '', 515 'spdy_proxy_auth_value%' : '',
516 'data_reduction_proxy_probe_url%' : '', 516 'data_reduction_proxy_probe_url%' : '',
517 'enable_mdns%' : 0, 517 'enable_mdns%' : 0,
518 'enable_enhanced_bookmarks%': 0,
519 'enable_hangout_services_extension%': 0, 518 'enable_hangout_services_extension%': 0,
520 519
521 'conditions': [ 520 'conditions': [
522 # A flag for POSIX platforms 521 # A flag for POSIX platforms
523 ['OS=="win"', { 522 ['OS=="win"', {
524 'os_posix%': 0, 523 'os_posix%': 0,
525 }, { 524 }, {
526 'os_posix%': 1, 525 'os_posix%': 1,
527 }], 526 }],
528 527
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'enable_managed_users%': '<(enable_managed_users)', 986 'enable_managed_users%': '<(enable_managed_users)',
988 'native_discardable_memory%': '<(native_discardable_memory)', 987 'native_discardable_memory%': '<(native_discardable_memory)',
989 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', 988 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
990 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)', 989 'data_reduction_fallback_host%': '<(data_reduction_fallback_host)',
991 'data_reduction_dev_host%': '<(data_reduction_dev_host)', 990 'data_reduction_dev_host%': '<(data_reduction_dev_host)',
992 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', 991 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
993 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', 992 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
994 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', 993 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
995 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', 994 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
996 'enable_mdns%' : '<(enable_mdns)', 995 'enable_mdns%' : '<(enable_mdns)',
997 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)',
998 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension) ', 996 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension) ',
999 'v8_optimized_debug%': '<(v8_optimized_debug)', 997 'v8_optimized_debug%': '<(v8_optimized_debug)',
1000 'proprietary_codecs%': '<(proprietary_codecs)', 998 'proprietary_codecs%': '<(proprietary_codecs)',
1001 'use_goma%': '<(use_goma)', 999 'use_goma%': '<(use_goma)',
1002 'gomadir%': '<(gomadir)', 1000 'gomadir%': '<(gomadir)',
1003 1001
1004 # Use system protobuf instead of bundled one. 1002 # Use system protobuf instead of bundled one.
1005 'use_system_protobuf%': 0, 1003 'use_system_protobuf%': 0,
1006 1004
1007 # Use system yasm instead of bundled one. 1005 # Use system yasm instead of bundled one.
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 }], 1790 }],
1793 ['use_concatenated_impulse_responses==1', { 1791 ['use_concatenated_impulse_responses==1', {
1794 'grit_defines': ['-D', 'use_concatenated_impulse_responses'], 1792 'grit_defines': ['-D', 'use_concatenated_impulse_responses'],
1795 }], 1793 }],
1796 ['enable_webrtc==1', { 1794 ['enable_webrtc==1', {
1797 'grit_defines': ['-D', 'enable_webrtc'], 1795 'grit_defines': ['-D', 'enable_webrtc'],
1798 }], 1796 }],
1799 ['enable_mdns==1', { 1797 ['enable_mdns==1', {
1800 'grit_defines': ['-D', 'enable_mdns'], 1798 'grit_defines': ['-D', 'enable_mdns'],
1801 }], 1799 }],
1802 ['enable_enhanced_bookmarks==1', {
1803 'grit_defines': ['-D', 'enable_enhanced_bookmarks'],
1804 }],
1805 ['enable_hangout_services_extension==1', { 1800 ['enable_hangout_services_extension==1', {
1806 'grit_defines': ['-D', 'enable_hangout_services_extension'], 1801 'grit_defines': ['-D', 'enable_hangout_services_extension'],
1807 }], 1802 }],
1808 ['enable_task_manager==1', { 1803 ['enable_task_manager==1', {
1809 'grit_defines': ['-D', 'enable_task_manager'], 1804 'grit_defines': ['-D', 'enable_task_manager'],
1810 }], 1805 }],
1811 ['notifications==1', { 1806 ['notifications==1', {
1812 'grit_defines': ['-D', 'enable_notifications'], 1807 'grit_defines': ['-D', 'enable_notifications'],
1813 }], 1808 }],
1814 ['enable_resource_whitelist_generation==1', { 1809 ['enable_resource_whitelist_generation==1', {
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2484 ['spdy_proxy_auth_value != ""', { 2479 ['spdy_proxy_auth_value != ""', {
2485 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'], 2480 'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'],
2486 }], 2481 }],
2487 ['data_reduction_proxy_probe_url != ""', { 2482 ['data_reduction_proxy_probe_url != ""', {
2488 'defines': [ 2483 'defines': [
2489 'DATA_REDUCTION_PROXY_PROBE_URL="<(data_reduction_proxy_probe_url)"'], 2484 'DATA_REDUCTION_PROXY_PROBE_URL="<(data_reduction_proxy_probe_url)"'],
2490 }], 2485 }],
2491 ['enable_mdns==1', { 2486 ['enable_mdns==1', {
2492 'defines': ['ENABLE_MDNS=1'], 2487 'defines': ['ENABLE_MDNS=1'],
2493 }], 2488 }],
2494 ['enable_enhanced_bookmarks==1', {
2495 'defines': ['ENABLE_ENHANCED_BOOKMARKS=1'],
2496 }],
2497 ['enable_hangout_services_extension==1', { 2489 ['enable_hangout_services_extension==1', {
2498 'defines': ['ENABLE_HANGOUT_SERVICES_EXTENSION=1'], 2490 'defines': ['ENABLE_HANGOUT_SERVICES_EXTENSION=1'],
2499 }], 2491 }],
2500 ['enable_ipc_fuzzer==1', { 2492 ['enable_ipc_fuzzer==1', {
2501 'defines': ['ENABLE_IPC_FUZZER=1'], 2493 'defines': ['ENABLE_IPC_FUZZER=1'],
2502 }], 2494 }],
2503 ['video_hole==1', { 2495 ['video_hole==1', {
2504 'defines': ['VIDEO_HOLE=1'], 2496 'defines': ['VIDEO_HOLE=1'],
2505 }], 2497 }],
2506 ], # conditions for 'target_defaults' 2498 ], # conditions for 'target_defaults'
(...skipping 2537 matching lines...) Expand 10 before | Expand all | Expand 10 after
5044 # settings in target dicts. SYMROOT is a special case, because many other 5036 # settings in target dicts. SYMROOT is a special case, because many other
5045 # Xcode variables depend on it, including variables such as 5037 # Xcode variables depend on it, including variables such as
5046 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5038 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5047 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5039 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5048 # files to appear (when present) in the UI as actual files and not red 5040 # files to appear (when present) in the UI as actual files and not red
5049 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5041 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5050 # and therefore SYMROOT, needs to be set at the project level. 5042 # and therefore SYMROOT, needs to be set at the project level.
5051 'SYMROOT': '<(DEPTH)/xcodebuild', 5043 'SYMROOT': '<(DEPTH)/xcodebuild',
5052 }, 5044 },
5053 } 5045 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698