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

Unified Diff: build/common.gypi

Issue 542078: Adding a secondary mini_installer target for Chrome Frame. This will remove t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 36244)
+++ build/common.gypi (working copy)
@@ -149,12 +149,6 @@
# to compile as shared by default
'library%': 'static_library',
- # The Google Update appid.
- 'google_update_appid%': '{8A69D345-D564-463c-AFF1-A69D9E530F96}',
-
- # Whether to add the experimental build define.
- 'chrome_frame_define%': 0,
-
# Whether usage of OpenMAX is enabled.
'enable_openmax%': 0,
@@ -319,9 +313,6 @@
}, { # else: branding!="Chrome"
'defines': ['CHROMIUM_BUILD'],
}],
- ['chrome_frame_define', {
- 'defines': ['CHROME_FRAME_BUILD'],
- }],
['toolkit_views==1 or chromeos==1', {
'defines': ['TOOLKIT_VIEWS=1'],
}],
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698