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

Unified Diff: blimp/engine/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 | « blimp/client/session/blimp_client_session.cc ('k') | blimp/engine/browser_tests/blimp_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 9f0ee8994477fc38391cd3dd833ea48d02619561..9770400764c2b4b29f972a28b67149810920b626 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -703,11 +703,11 @@ source_set("browser_tests") {
"//base",
"//blimp/client:session",
"//blimp/client:test_support",
- "//blimp/client/core:context",
- "//blimp/client/core:switches",
"//blimp/client/core/contents:test_support",
+ "//blimp/client/core/context",
"//blimp/client/core/render_widget:test_support",
"//blimp/client/core/session",
+ "//blimp/client/core/switches",
"//blimp/client/test",
"//blimp/common",
"//blimp/engine:app",
« no previous file with comments | « blimp/client/session/blimp_client_session.cc ('k') | blimp/engine/browser_tests/blimp_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698