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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 10447026: remove redundant includes of common.gypi and unused repo (support) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove outdated reference 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 | « DEPS ('k') | chrome_frame/crash_reporting/crash_reporting.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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '../build/util/LASTCHANGE', 7 'lastchange_path': '../build/util/LASTCHANGE',
8 # 'branding_dir' is set in the 'conditions' section at the bottom. 8 # 'branding_dir' is set in the 'conditions' section at the bottom.
9 }, 9 },
10 'conditions': [ 10 'conditions': [
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 }, 215 },
216 { 216 {
217 'target_name': 'setup', 217 'target_name': 'setup',
218 'type': 'executable', 218 'type': 'executable',
219 'dependencies': [ 219 'dependencies': [
220 'installer_util', 220 'installer_util',
221 'installer_util_strings', 221 'installer_util_strings',
222 '../base/base.gyp:base', 222 '../base/base.gyp:base',
223 '../build/temp_gyp/googleurl.gyp:googleurl', 223 '../build/temp_gyp/googleurl.gyp:googleurl',
224 '../build/util/build_util.gyp:lastchange#target', 224 '../build/util/build_util.gyp:lastchange#target',
225 '../build/util/support/support.gyp:*',
226 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl', 225 '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
227 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 226 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
228 '../breakpad/breakpad.gyp:breakpad_handler', 227 '../breakpad/breakpad.gyp:breakpad_handler',
229 '../rlz/rlz.gyp:rlz_lib', 228 '../rlz/rlz.gyp:rlz_lib',
230 '../third_party/zlib/zlib.gyp:zlib', 229 '../third_party/zlib/zlib.gyp:zlib',
231 ], 230 ],
232 'include_dirs': [ 231 'include_dirs': [
233 '..', 232 '..',
234 '<(INTERMEDIATE_DIR)', 233 '<(INTERMEDIATE_DIR)',
235 '<(SHARED_INTERMEDIATE_DIR)/setup', 234 '<(SHARED_INTERMEDIATE_DIR)/setup',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 'variables': { 1023 'variables': {
1025 'branding_dir': 'app/theme/google_chrome', 1024 'branding_dir': 'app/theme/google_chrome',
1026 }, 1025 },
1027 }, { # else branding!="Chrome" 1026 }, { # else branding!="Chrome"
1028 'variables': { 1027 'variables': {
1029 'branding_dir': 'app/theme/chromium', 1028 'branding_dir': 'app/theme/chromium',
1030 }, 1029 },
1031 }], 1030 }],
1032 ], 1031 ],
1033 } 1032 }
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome_frame/crash_reporting/crash_reporting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698