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

Side by Side Diff: chrome_frame/rename_me_to_supplement.gypi

Issue 256059: Add comments setting emacs and vim tab width and expansion variables.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/support.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # It is used to override the Chrome Frame appid, as well as 5 # It is used to override the Chrome Frame appid, as well as
6 # add extra required source files and defines. The file is checked in as 6 # add extra required source files and defines. The file is checked in as
7 # rename_me_to_supplement.gypi so as to not be active on the official builder. 7 # rename_me_to_supplement.gypi so as to not be active on the official builder.
8 # This is required because with these fields present, Chrome will build in 8 # This is required because with these fields present, Chrome will build in
9 # Chrome Frame mode, which isn't what the Chrome official builder wants yet. 9 # Chrome Frame mode, which isn't what the Chrome official builder wants yet.
10 # 10 #
11 # Renaming this file to supplement.gypi will cause gyp to pick it up. 11 # Renaming this file to supplement.gypi will cause gyp to pick it up.
12 # supplement.gypi is a magic gyp include file that gets pulled in before any 12 # supplement.gypi is a magic gyp include file that gets pulled in before any
13 # other includes. 13 # other includes.
14 # 14 #
15 # The official builder will define these extra vars and whatnot in the build 15 # The official builder will define these extra vars and whatnot in the build
16 # scripts themselves. 16 # scripts themselves.
17 { 17 {
18 'variables': { 18 'variables': {
19 'google_update_appid': '{8BA986DA-5100-405E-AA35-86F34A02ACBF}', 19 'google_update_appid': '{8BA986DA-5100-405E-AA35-86F34A02ACBF}',
20 'extra_installer_util_sources': 0, 20 'extra_installer_util_sources': 0,
21 'branding': 'Chrome', 21 'branding': 'Chrome',
22 'chrome_frame_define': 1, 22 'chrome_frame_define': 1,
23 }, 23 },
24 } 24 }
25
26 # Local Variables:
27 # tab-width:2
28 # indent-tabs-mode:nil
29 # End:
30 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698