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

Unified Diff: blimp/engine/browser/BUILD.gn

Issue 1403083002: [Blimp] Adds Blimp EngineSession and ClientSession skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/common/proto/server_control.proto ('k') | blimp/engine/browser/blimp_browser_main_parts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser/BUILD.gn
diff --git a/blimp/engine/browser/BUILD.gn b/blimp/engine/browser/BUILD.gn
index dc7ac4ae3a0a028e2707d80b0a2e9d2f395e7d99..43857f2cde97de6a82a69d01932c7a6deaca7475 100644
--- a/blimp/engine/browser/BUILD.gn
+++ b/blimp/engine/browser/BUILD.gn
@@ -10,18 +10,20 @@ source_set("browser") {
"blimp_browser_main_parts.h",
"blimp_content_browser_client.cc",
"blimp_content_browser_client.h",
+ "blimp_engine_session.cc",
+ "blimp_engine_session.h",
"blimp_network_delegate.cc",
"blimp_network_delegate.h",
"blimp_permission_manager.cc",
"blimp_permission_manager.h",
"blimp_url_request_context_getter.cc",
"blimp_url_request_context_getter.h",
- "blimp_window.cc",
- "blimp_window.h",
]
deps = [
"//base",
+ "//blimp/common/proto",
+ "//blimp/net:blimp_net",
"//blimp/engine/ui",
"//content",
"//content/public/browser",
« no previous file with comments | « blimp/common/proto/server_control.proto ('k') | blimp/engine/browser/blimp_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698