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

Unified Diff: blimp/engine/BUILD.gn

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break Created 4 years, 4 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
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 832042dbc62a80b828b6765a8adee22643e912ba..147610126406345cd38106489f2c018afd7a86fe 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -678,12 +678,13 @@ source_set("browser_tests") {
deps = [
"//base",
- "//blimp/client:feature",
"//blimp/client:session",
"//blimp/client:test_support",
"//blimp/client/core:switches",
"//blimp/client/core/contents:test_support",
+ "//blimp/client/core/render_widget:test_support",
"//blimp/client/core/session",
+ "//blimp/client/support:test_support",
"//blimp/common",
"//blimp/engine:app",
"//blimp/engine:app_config",
« no previous file with comments | « blimp/client/support/compositor/mock_compositor_dependencies.cc ('k') | blimp/engine/browser_tests/engine_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698