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

Side by Side Diff: build/common.gypi

Issue 10535133: Add Google Docs as a default app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/resources/default_apps/docs.crx » ('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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'use_titlecase_in_grd_files%': 1, 421 'use_titlecase_in_grd_files%': 1,
422 }], 422 }],
423 423
424 # Enable file manager extension on Chrome OS. 424 # Enable file manager extension on Chrome OS.
425 ['chromeos==1', { 425 ['chromeos==1', {
426 'file_manager_extension%': 1, 426 'file_manager_extension%': 1,
427 }, { 427 }, {
428 'file_manager_extension%': 0, 428 'file_manager_extension%': 0,
429 }], 429 }],
430 430
431 ['OS=="win" or OS=="mac" or (OS=="linux" and use_aura==0)', {» 431 ['OS=="win" or OS=="mac" or (OS=="linux" and use_aura==0)', {
432 'enable_one_click_signin%': 1,» 432 'enable_one_click_signin%': 1,
433 }], 433 }],
434 434
435 ['OS=="android"', { 435 ['OS=="android"', {
436 'proprietary_codecs%': 1, 436 'proprietary_codecs%': 1,
437 'enable_webrtc%': 0, 437 'enable_webrtc%': 0,
438 }], 438 }],
439 439
440 # Use GPU accelerated cross process image transport by default 440 # Use GPU accelerated cross process image transport by default
441 # on linux builds with the Aura window manager 441 # on linux builds with the Aura window manager
442 ['use_aura==1 and OS=="linux"', { 442 ['use_aura==1 and OS=="linux"', {
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'release_valgrind_build': 1, 1164 'release_valgrind_build': 1,
1165 }], 1165 }],
1166 ], 1166 ],
1167 1167
1168 # List of default apps to install in new profiles. The first list contains 1168 # List of default apps to install in new profiles. The first list contains
1169 # the source files as found in svn. The second list, used only for linux, 1169 # the source files as found in svn. The second list, used only for linux,
1170 # contains the destination location for each of the files. When a crx 1170 # contains the destination location for each of the files. When a crx
1171 # is added or removed from the list, the chrome/browser/resources/ 1171 # is added or removed from the list, the chrome/browser/resources/
1172 # default_apps/external_extensions.json file must also be updated. 1172 # default_apps/external_extensions.json file must also be updated.
1173 'default_apps_list': [ 1173 'default_apps_list': [
1174 'browser/resources/default_apps/docs.crx',
1174 'browser/resources/default_apps/external_extensions.json', 1175 'browser/resources/default_apps/external_extensions.json',
1175 'browser/resources/default_apps/gmail.crx', 1176 'browser/resources/default_apps/gmail.crx',
1176 'browser/resources/default_apps/search.crx', 1177 'browser/resources/default_apps/search.crx',
1177 'browser/resources/default_apps/youtube.crx', 1178 'browser/resources/default_apps/youtube.crx',
1178 ], 1179 ],
1179 'default_apps_list_linux_dest': [ 1180 'default_apps_list_linux_dest': [
1181 '<(PRODUCT_DIR)/default_apps/docs.crx',
1180 '<(PRODUCT_DIR)/default_apps/external_extensions.json', 1182 '<(PRODUCT_DIR)/default_apps/external_extensions.json',
1181 '<(PRODUCT_DIR)/default_apps/gmail.crx', 1183 '<(PRODUCT_DIR)/default_apps/gmail.crx',
1182 '<(PRODUCT_DIR)/default_apps/search.crx', 1184 '<(PRODUCT_DIR)/default_apps/search.crx',
1183 '<(PRODUCT_DIR)/default_apps/youtube.crx', 1185 '<(PRODUCT_DIR)/default_apps/youtube.crx',
1184 ], 1186 ],
1185 }, 1187 },
1186 'target_defaults': { 1188 'target_defaults': {
1187 'variables': { 1189 'variables': {
1188 # The condition that operates on chromium_code is in a target_conditions 1190 # The condition that operates on chromium_code is in a target_conditions
1189 # section, and will not have access to the default fallback value of 1191 # section, and will not have access to the default fallback value of
(...skipping 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after
3124 # settings in target dicts. SYMROOT is a special case, because many other 3126 # settings in target dicts. SYMROOT is a special case, because many other
3125 # Xcode variables depend on it, including variables such as 3127 # Xcode variables depend on it, including variables such as
3126 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3128 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3127 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3129 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3128 # files to appear (when present) in the UI as actual files and not red 3130 # files to appear (when present) in the UI as actual files and not red
3129 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3131 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3130 # and therefore SYMROOT, needs to be set at the project level. 3132 # and therefore SYMROOT, needs to be set at the project level.
3131 'SYMROOT': '<(DEPTH)/xcodebuild', 3133 'SYMROOT': '<(DEPTH)/xcodebuild',
3132 }, 3134 },
3133 } 3135 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/default_apps/docs.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698