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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 2630001: Include plugin.vch files for Flash Player (on official builds). (Closed)
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/build/win/FILES ('k') | third_party/adobe/flash/flash_player.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index b87d99958a6835629420a2dbfd13a2314025762b..e5383b063c8392b6bada891a086b77ad4857405a 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -330,9 +330,15 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
+ # Flash Player files:
{
'filename': 'gcswf32.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
},
+ {
+ 'filename': 'plugin.vch',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['official'],
+ },
]
« no previous file with comments | « chrome/tools/build/win/FILES ('k') | third_party/adobe/flash/flash_player.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698