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

Unified Diff: blimp/client/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
« no previous file with comments | « no previous file | blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 663f7f69c46a9aad75acdf4fa73215750cdcb5d8..351089dfaaae8e6e7e9664075c9eb5f3102da8ec 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -19,7 +19,7 @@ source_set("session") {
public_deps = [
":feature",
- ":switches",
+ "//blimp/client/core:switches",
"//components/safe_json",
"//ui/events",
]
@@ -46,7 +46,7 @@ source_set("client") {
public_deps = [
":session",
- ":switches",
+ "//blimp/client/core:switches",
"//components/safe_json",
"//components/url_formatter",
"//skia",
@@ -72,13 +72,6 @@ source_set("client") {
]
}
-source_set("switches") {
- sources = [
- "app/blimp_client_switches.cc",
- "app/blimp_client_switches.h",
- ]
-}
-
source_set("blimp_client_unit_tests") {
testonly = true
@@ -87,10 +80,10 @@ source_set("blimp_client_unit_tests") {
deps = [
":client",
":session",
- ":switches",
"//base",
"//base/test:run_all_unittests",
"//base/test:test_support",
+ "//blimp/client/core:switches",
"//blimp/common",
"//testing/gmock",
"//testing/gtest",
@@ -436,7 +429,6 @@ if (is_android) {
"app/android/java/src/org/chromium/blimp/auth/TokenSource.java",
"app/android/java/src/org/chromium/blimp/auth/TokenSourceImpl.java",
"app/android/java/src/org/chromium/blimp/BlimpApplication.java",
- "app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java",
"app/android/java/src/org/chromium/blimp/BlimpLibraryLoader.java",
"app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java",
"app/android/java/src/org/chromium/blimp/BlimpView.java",
« no previous file with comments | « no previous file | blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698