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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 914243003: Sort GYP files under chrome sub directories using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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
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 'libpeer_target_type%': 'static_library', 8 'libpeer_target_type%': 'static_library',
9 # 'branding_dir' is set in the 'conditions' section at the bottom. 9 # 'branding_dir' is set in the 'conditions' section at the bottom.
10 }, 10 },
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc', 238 '<(SHARED_INTERMEDIATE_DIR)/installer_util_strings/installer_util_st rings.rc',
239 'installer/mini_installer/chrome.release', 239 'installer/mini_installer/chrome.release',
240 'installer/setup/app_launcher_installer.cc', 240 'installer/setup/app_launcher_installer.cc',
241 'installer/setup/app_launcher_installer.h', 241 'installer/setup/app_launcher_installer.h',
242 'installer/setup/archive_patch_helper.cc', 242 'installer/setup/archive_patch_helper.cc',
243 'installer/setup/archive_patch_helper.h', 243 'installer/setup/archive_patch_helper.h',
244 'installer/setup/install.cc', 244 'installer/setup/install.cc',
245 'installer/setup/install.h', 245 'installer/setup/install.h',
246 'installer/setup/install_worker.cc', 246 'installer/setup/install_worker.cc',
247 'installer/setup/install_worker.h', 247 'installer/setup/install_worker.h',
248 'installer/setup/setup_main.cc',
249 'installer/setup/setup_main.h',
250 'installer/setup/setup.ico', 248 'installer/setup/setup.ico',
251 'installer/setup/setup.rc', 249 'installer/setup/setup.rc',
252 'installer/setup/setup_constants.cc', 250 'installer/setup/setup_constants.cc',
253 'installer/setup/setup_constants.h', 251 'installer/setup/setup_constants.h',
254 'installer/setup/setup_exe_version.rc.version', 252 'installer/setup/setup_exe_version.rc.version',
253 'installer/setup/setup_main.cc',
254 'installer/setup/setup_main.h',
255 'installer/setup/setup_resource.h', 255 'installer/setup/setup_resource.h',
256 'installer/setup/setup_util.cc', 256 'installer/setup/setup_util.cc',
257 'installer/setup/setup_util.h', 257 'installer/setup/setup_util.h',
258 'installer/setup/uninstall.cc', 258 'installer/setup/uninstall.cc',
259 'installer/setup/uninstall.h', 259 'installer/setup/uninstall.h',
260 ], 260 ],
261 'msvs_settings': { 261 'msvs_settings': {
262 'VCLinkerTool': { 262 'VCLinkerTool': {
263 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 263 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
264 }, 264 },
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'branding_dir_100': 'app/theme/default_100_percent/google_chrome', 1097 'branding_dir_100': 'app/theme/default_100_percent/google_chrome',
1098 }, 1098 },
1099 }, { # else branding!="Chrome" 1099 }, { # else branding!="Chrome"
1100 'variables': { 1100 'variables': {
1101 'branding_dir': 'app/theme/chromium', 1101 'branding_dir': 'app/theme/chromium',
1102 'branding_dir_100': 'app/theme/default_100_percent/chromium', 1102 'branding_dir_100': 'app/theme/default_100_percent/chromium',
1103 }, 1103 },
1104 }], 1104 }],
1105 ], 1105 ],
1106 } 1106 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/chrome_watcher/chrome_watcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698