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

Unified Diff: chrome/chrome_browser.gypi

Issue 10123016: Use bundled Pepper Flash on Windows (Canary, still on a field trial). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT 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/browser/component_updater/pepper_flash_field_trial.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 799698ebce9089f773674bcdac0256d581abe3ad..d75a664f51f2ca75429f73fb37727b7de24f013f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -39,6 +39,7 @@
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:syncapi_core',
+ '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
'../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/cld/cld.gyp:cld',
'../third_party/expat/expat.gyp:expat',
@@ -69,6 +70,8 @@
'include_dirs': [
'..',
'<(INTERMEDIATE_DIR)',
+ # Needed by pepper_flash_component_installer.cc.
+ '<(SHARED_INTERMEDIATE_DIR)',
],
'defines': [
'<@(nacl_defines)',
@@ -869,8 +872,6 @@
'browser/component_updater/flash_component_installer.h',
'browser/component_updater/npapi_flash_component_installer.cc',
'browser/component_updater/pepper_flash_component_installer.cc',
- 'browser/component_updater/pepper_flash_field_trial.cc',
- 'browser/component_updater/pepper_flash_field_trial.h',
'browser/component_updater/pnacl/pnacl_component_installer.cc',
'browser/component_updater/pnacl/pnacl_component_installer.h',
'browser/component_updater/recovery_component_installer.cc',
« no previous file with comments | « chrome/browser/component_updater/pepper_flash_field_trial.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698