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

Unified Diff: blimp/engine/BUILD.gn

Issue 2387813002: Move session into //blimp/client/app and update GN files. (Closed)
Patch Set: Rebased Created 4 years, 2 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/test_client_session.cc ('k') | blimp/engine/browser_tests/input_browsertest.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 9770400764c2b4b29f972a28b67149810920b626..17d38b2009a70abaff2f6f824eef35823e9fee6d 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -701,8 +701,8 @@ source_set("browser_tests") {
deps = [
"//base",
- "//blimp/client:session",
- "//blimp/client:test_support",
+ "//blimp/client/app:session",
+ "//blimp/client/app:test_support",
"//blimp/client/core/contents:test_support",
"//blimp/client/core/context",
"//blimp/client/core/render_widget:test_support",
« no previous file with comments | « blimp/client/session/test_client_session.cc ('k') | blimp/engine/browser_tests/input_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698