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

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

Issue 1551423003: Remove the code added to make extensions compile on Aura Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing build/args/aura_android.gni from this CL - it has already been deleted. Created 4 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 | « 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 0151136b56da7eb659b1ac3c070e86fbcee0ea14..f05421c97dfa402382aed877e56875d864369cdc 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -105,9 +105,6 @@ 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 (enable_service_discovery) {
« 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