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

Side by Side Diff: chrome/chrome_installer_util.gypi

Issue 10160011: Create VisualElementsManifest.xml from template -- install VisualElements in the version directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove shortname property Created 8 years, 8 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'installer_util_target': 0, 8 'installer_util_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 25 matching lines...) Expand all
36 'installer/util/create_reg_key_work_item.cc', 36 'installer/util/create_reg_key_work_item.cc',
37 'installer/util/create_reg_key_work_item.h', 37 'installer/util/create_reg_key_work_item.h',
38 'installer/util/delete_reg_key_work_item.cc', 38 'installer/util/delete_reg_key_work_item.cc',
39 'installer/util/delete_reg_key_work_item.h', 39 'installer/util/delete_reg_key_work_item.h',
40 'installer/util/delete_reg_value_work_item.cc', 40 'installer/util/delete_reg_value_work_item.cc',
41 'installer/util/delete_reg_value_work_item.h', 41 'installer/util/delete_reg_value_work_item.h',
42 'installer/util/delete_tree_work_item.cc', 42 'installer/util/delete_tree_work_item.cc',
43 'installer/util/delete_tree_work_item.h', 43 'installer/util/delete_tree_work_item.h',
44 'installer/util/duplicate_tree_detector.cc', 44 'installer/util/duplicate_tree_detector.cc',
45 'installer/util/duplicate_tree_detector.h', 45 'installer/util/duplicate_tree_detector.h',
46 'installer/util/file_from_template_work_item.cc',
47 'installer/util/file_from_template_work_item.h',
46 'installer/util/google_chrome_binaries_distribution.cc', 48 'installer/util/google_chrome_binaries_distribution.cc',
47 'installer/util/google_chrome_binaries_distribution.h', 49 'installer/util/google_chrome_binaries_distribution.h',
48 'installer/util/google_chrome_sxs_distribution.cc', 50 'installer/util/google_chrome_sxs_distribution.cc',
49 'installer/util/google_chrome_sxs_distribution.h', 51 'installer/util/google_chrome_sxs_distribution.h',
50 'installer/util/google_update_constants.cc', 52 'installer/util/google_update_constants.cc',
51 'installer/util/google_update_constants.h', 53 'installer/util/google_update_constants.h',
52 'installer/util/google_update_settings.cc', 54 'installer/util/google_update_settings.cc',
53 'installer/util/google_update_settings.h', 55 'installer/util/google_update_settings.h',
54 'installer/util/helper.cc', 56 'installer/util/helper.cc',
55 'installer/util/helper.h', 57 'installer/util/helper.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'sources': [ '../content/public/common/content_switches.cc' ], 204 'sources': [ '../content/public/common/content_switches.cc' ],
203 'defines': [ 'COMPILE_CONTENT_STATICALLY'], 205 'defines': [ 'COMPILE_CONTENT_STATICALLY'],
204 }], 206 }],
205 ], 207 ],
206 } 208 }
207 ], 209 ],
208 }], 210 }],
209 211
210 ], 212 ],
211 } 213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698