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

Unified Diff: blimp/client/BUILD.gn

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: Rebased 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') | blimp/client/core/context/BUILD.gn » ('J')
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 c5b437a3244cd902910a2c41e93f3ed42e7dde44..e0e9e19334f9937e2ef7ecd766b78f718316bc43 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",
@@ -286,7 +286,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') | blimp/client/core/context/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698