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

Unified Diff: chrome/chrome_common.gypi

Issue 23978005: Fix build breakage on chrome-for-tv (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 | « no previous file | content/common/font_list_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index c50836c1a5846f7d76330c7c3b4d143654e36689..1428e0730c13588cdd0af9c6336327068799fae2 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -586,7 +586,6 @@
'common/importer/importer_data_types.cc',
'common/importer/importer_url_row.cc',
'common/net/url_util.cc',
- 'common/pepper_permission_util.cc',
'common/spellcheck_common.cc',
],
'dependencies!': [
@@ -650,6 +649,11 @@
['exclude', '^common/automation_']
]
}],
+ ['enable_plugins==0', {
+ 'source!' : [
+ 'common/pepper_permission_util.cc',
+ ],
+ }],
['use_system_nspr==1', {
'dependencies': [
'<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
« no previous file with comments | « no previous file | content/common/font_list_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698