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

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

Issue 10069026: Bundle Flapper binaries on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | 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 0e729c517ddac1db084f0ff648b0792a3385a163..a1130175987dc0fe2775b4dc7b6e746ae9627845 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -363,6 +363,16 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['official'],
},
+ {
+ 'filename': 'PepperFlash/pepflashplayer.dll',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['official'],
+ },
+ {
+ 'filename': 'PepperFlash/manifest.json',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['official'],
+ },
# PDF Plugin files:
{
'filename': 'pdf.dll',
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698