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

Unified Diff: chrome/common/BUILD.gn

Issue 831813004: Get nacl building again for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment out CheckEnvVar Created 5 years, 11 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/chrome_common.gypi ('k') | chrome/renderer/pepper/pepper_uma_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 8bb987531c822bf7d8269bbd71cdedc9d6ee3e71..ab78daae2b7ef156a3b387ea209294e3d5010f7f 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -207,10 +207,14 @@ static_library("common") {
sources += [
"pepper_flash.cc",
"pepper_flash.h",
+ ]
+ deps += [ "//third_party/adobe/flash:flapper_version_h" ]
+ }
+ if (enable_plugins && enable_extensions) {
+ sources += [
"pepper_permission_util.cc",
"pepper_permission_util.h",
]
- deps += [ "//third_party/adobe/flash:flapper_version_h" ]
}
if (!enable_webrtc) {
sources -= [ "media/webrtc_logging_messages.h" ]
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/renderer/pepper/pepper_uma_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698