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

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: Make GN build rule the same as gyp 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 6fd61117e9a4a049e95fa4ef9036655bf05d7513..e97a7f89932f6970f3b6d54e3c0f38b76b6c3eb3 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -202,10 +202,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" ]

Powered by Google App Engine
This is Rietveld 408576698