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

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

Issue 1482643002: Exclude some extension apis for Aura Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser_context_keyed_service_factories.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 c0930412ea067cdd7eeb0c037106629f9c4b1a97..1d768ae022c912ff0ac865e002ae9ae23ab29bdd 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -212,4 +212,25 @@ source_set("extensions") {
if (!use_ozone) {
sources -= [ "global_shortcut_listener_ozone.cc" ]
}
+
+ if (is_android) {
+ sources -= [
mfomitchev 2015/11/30 16:17:09 Might be worth creating chrome_browser_extensions_
bshe 2015/11/30 17:00:54 Done.
+ "api/gcd_private/gcd_private_api.cc",
+ "api/gcd_private/gcd_private_api.h",
+ "api/gcd_private/privet_v3_context_getter.cc",
+ "api/gcd_private/privet_v3_context_getter.h",
+ "api/gcd_private/privet_v3_session.cc",
+ "api/gcd_private/privet_v3_session.h",
+ "api/launcher_page/launcher_page_api.cc",
+ "api/launcher_page/launcher_page_api.h",
+ "api/mdns/dns_sd_delegate.cc",
+ "api/mdns/dns_sd_delegate.h",
+ "api/mdns/dns_sd_device_lister.cc",
+ "api/mdns/dns_sd_device_lister.h",
+ "api/mdns/dns_sd_registry.cc",
+ "api/mdns/dns_sd_registry.h",
+ "api/mdns/mdns_api.cc",
+ "api/mdns/mdns_api.h",
+ ]
+ }
}
« no previous file with comments | « no previous file | chrome/browser/extensions/browser_context_keyed_service_factories.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698