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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 1434663004: Aura on Android: Stub Implementation of NativeProcessLauncher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compile_extensions_browser
Patch Set: Addressed feedback from patch set 1. Created 5 years, 1 month 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 | chrome/browser/extensions/api/messaging/native_process_launcher_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 909c81f6ca88e816208e05a7a0fbf16b15a4720f..14208a92e546378183adb619f03b15609b4e05b8 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -105,6 +105,9 @@ source_set("extensions") {
rebase_path(gypi_values.chrome_browser_extensions_non_chromeos_sources,
".",
"//chrome")
+ if (is_android) {
+ sources -= [ "api/messaging/native_process_launcher_posix.cc" ]
+ }
}
if (use_ash) {
« no previous file with comments | « no previous file | chrome/browser/extensions/api/messaging/native_process_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698