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

Unified Diff: blimp/client/BUILD.gn

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: merged origin/master Created 4 years, 3 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/README.md » ('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 3f0197972228cf378cc9cd389db9a11ac1c3eaeb..652d5559d5ccc1ecc2a60f2abecc28071eed2bb8 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -17,8 +17,8 @@ source_set("session") {
public_deps = [
"//blimp/client/core",
- "//blimp/client/core:switches",
"//blimp/client/core/geolocation",
+ "//blimp/client/core/switches",
"//blimp/common/proto",
"//device/geolocation",
"//ui/events",
@@ -52,8 +52,8 @@ source_set("client") {
public_deps = [
":session",
- "//blimp/client/core:switches",
"//blimp/client/core/compositor",
+ "//blimp/client/core/switches",
"//blimp/client/support",
"//cc",
"//cc/surfaces",
@@ -288,7 +288,7 @@ if (is_android) {
":blimp_java",
"//base:base_java",
"//base:base_java_test_support",
- "//blimp/client/core:common_java",
+ "//blimp/client/core/common:common_java",
"//blimp/client/core/contents:contents_java",
"//blimp/client/core/settings:settings_java",
"//blimp/client/public:public_headers_java",
« no previous file with comments | « no previous file | blimp/client/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698