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

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

Issue 10440037: Remove the enable_metro GYP flag, effectively making it on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 [GENERAL] 5 [GENERAL]
6 chrome.exe: %(ChromeDir)s\ 6 chrome.exe: %(ChromeDir)s\
7 wow_helper.exe: %(ChromeDir)s\ 7 wow_helper.exe: %(ChromeDir)s\
8 chrome.dll: %(VersionDir)s\ 8 chrome.dll: %(VersionDir)s\
9 nacl64.exe: %(VersionDir)s\ 9 nacl64.exe: %(VersionDir)s\
10 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ 10 ppGoogleNaClPluginChrome.dll: %(VersionDir)s\
(...skipping 17 matching lines...) Expand all
28 libEGL.dll: %(VersionDir)s\ 28 libEGL.dll: %(VersionDir)s\
29 libGLESv2.dll: %(VersionDir)s\ 29 libGLESv2.dll: %(VersionDir)s\
30 xinput1_3.dll: %(VersionDir)s\ 30 xinput1_3.dll: %(VersionDir)s\
31 default_apps\*.crx: %(VersionDir)s\default_apps\ 31 default_apps\*.crx: %(VersionDir)s\default_apps\
32 default_apps\external_extensions.json: %(VersionDir)s\default_apps\ 32 default_apps\external_extensions.json: %(VersionDir)s\default_apps\
33 33
34 [HIDPI] 34 [HIDPI]
35 theme_resources_2x.pak: %(VersionDir)s\ 35 theme_resources_2x.pak: %(VersionDir)s\
36 ui_resources_2x.pak: %(VersionDir)s\ 36 ui_resources_2x.pak: %(VersionDir)s\
37 37
38 [METRO] 38 [TOUCH]
39 theme_resources_touch_1x.pak: %(VersionDir)s\ 39 theme_resources_touch_1x.pak: %(VersionDir)s\
40 40
41 [GOOGLE_CHROME] 41 [GOOGLE_CHROME]
42 FlashPlayerApp.exe: %(VersionDir)s\ 42 FlashPlayerApp.exe: %(VersionDir)s\
43 FlashPlayerCPLApp.cpl: %(VersionDir)s\ 43 FlashPlayerCPLApp.cpl: %(VersionDir)s\
44 delegate_execute.exe: %(VersionDir)s\ 44 delegate_execute.exe: %(VersionDir)s\
45 gcswf32.dll: %(VersionDir)s\ 45 gcswf32.dll: %(VersionDir)s\
46 metro_driver.dll: %(VersionDir)s\ 46 metro_driver.dll: %(VersionDir)s\
47 plugin.vch: %(VersionDir)s\ 47 plugin.vch: %(VersionDir)s\
48 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ 48 PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\
49 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ 49 PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\
50 # All or none of the following 3 files need to be present as the creation of 50 # All or none of the following 3 files need to be present as the creation of
51 # VisualElementsManifest.xml is based on the existence of 51 # VisualElementsManifest.xml is based on the existence of
52 # %(VersionDir)\VisualElements. On a similar note, no other files should be 52 # %(VersionDir)\VisualElements. On a similar note, no other files should be
53 # packaged in this directory. 53 # packaged in this directory.
54 Logo.png: %(VersionDir)s\VisualElements\ 54 Logo.png: %(VersionDir)s\VisualElements\
55 SmallLogo.png: %(VersionDir)s\VisualElements\ 55 SmallLogo.png: %(VersionDir)s\VisualElements\
56 splash-620x300.png: %(VersionDir)s\VisualElements\ 56 splash-620x300.png: %(VersionDir)s\VisualElements\
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698