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

Unified Diff: chrome_frame/rename_me_to_supplement.gypi

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « chrome_frame/protocol_sink_wrap.cc ('k') | chrome_frame/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/rename_me_to_supplement.gypi
===================================================================
--- chrome_frame/rename_me_to_supplement.gypi (revision 0)
+++ chrome_frame/rename_me_to_supplement.gypi (revision 0)
@@ -0,0 +1,24 @@
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# It is used to override the Chrome Frame appid, as well as
+# add extra required source files and defines. The file is checked in as
+# rename_me_to_supplement.gypi so as to not be active on the official builder.
+# This is required because with these fields present, Chrome will build in
+# Chrome Frame mode, which isn't what the Chrome official builder wants yet.
+#
+# Renaming this file to supplement.gypi will cause gyp to pick it up.
+# supplement.gypi is a magic gyp include file that gets pulled in before any
+# other includes.
+#
+# The official builder will define these extra vars and whatnot in the build
+# scripts themselves.
+{
+ 'variables': {
+ 'google_update_appid': '{8BA986DA-5100-405E-AA35-86F34A02ACBF}',
+ 'extra_installer_util_sources': 1,
+ 'branding': 'Chrome',
+ 'experimental_build_define': 1,
+ },
+}
« no previous file with comments | « chrome_frame/protocol_sink_wrap.cc ('k') | chrome_frame/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698