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

Unified Diff: blimp/client/core/BUILD.gn

Issue 2154363002: Move blimp switches to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index bd010128bf048e99ce02a080c1f154d59e365ad5..7bf82e90e3f00c6377b616cb6f037c48803d4528 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -112,6 +112,18 @@ source_set("unit_tests") {
]
}
+source_set("switches") {
+ visibility = [
+ "//blimp/client/*",
+ "//blimp/engine:browser_tests",
+ ]
+
+ sources = [
+ "blimp_client_switches.cc",
+ "blimp_client_switches.h",
+ ]
+}
+
if (is_android) {
# This target is here to let //chrome depend on
# //blimp/client/public:public_java and automatically get the correct
@@ -136,6 +148,7 @@ if (is_android) {
java_files = [
"android/java/src/org/chromium/blimp/core/BlimpClientContextImpl.java",
+ "android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java",
"android/java/src/org/chromium/blimp/core/BlimpContentsFactory.java",
"android/java/src/org/chromium/blimp/core/BlimpContentsImpl.java",
"android/java/src/org/chromium/blimp/core/BlimpContentsObserverProxy.java",

Powered by Google App Engine
This is Rietveld 408576698