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

Side by Side Diff: chrome/installer/mini_installer.gypi

Issue 10262032: Initial mini_installer support stub. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Dear Greg. Created 8 years, 7 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
« no previous file with comments | « no previous file | chrome/installer/mini_installer/support/mini_installer_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) 2011 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 'dependencies': [ 5 'dependencies': [
6 '<(chrome_dll_project)', 6 '<(chrome_dll_project)',
7 '../chrome.gyp:chrome', 7 '../chrome.gyp:chrome',
8 '../chrome.gyp:chrome_nacl_win64', 8 '../chrome.gyp:chrome_nacl_win64',
9 '../chrome.gyp:default_extensions', 9 '../chrome.gyp:default_extensions',
10 '../chrome.gyp:setup', 10 '../chrome.gyp:setup',
11 'mini_installer/support/mini_installer_support.gyp:*',
11 ], 12 ],
12 'include_dirs': [ 13 'include_dirs': [
13 '../..', 14 '../..',
14 '<(INTERMEDIATE_DIR)', 15 '<(INTERMEDIATE_DIR)',
15 '<(SHARED_INTERMEDIATE_DIR)/chrome', 16 '<(SHARED_INTERMEDIATE_DIR)/chrome',
16 ], 17 ],
17 'sources': [ 18 'sources': [
18 'mini_installer/appid.h', 19 'mini_installer/appid.h',
19 'mini_installer/chrome.release', 20 'mini_installer/chrome.release',
20 'mini_installer/chrome_appid.cc', 21 'mini_installer/chrome_appid.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'variables': { 205 'variables': {
205 'branding_dir': '../app/theme/google_chrome', 206 'branding_dir': '../app/theme/google_chrome',
206 }, 207 },
207 }, { # else branding!="Chrome" 208 }, { # else branding!="Chrome"
208 'variables': { 209 'variables': {
209 'branding_dir': '../app/theme/chromium', 210 'branding_dir': '../app/theme/chromium',
210 }, 211 },
211 }], 212 }],
212 ], 213 ],
213 } 214 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mini_installer/support/mini_installer_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698