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

Unified Diff: blimp/client/core/session/BUILD.gn

Issue 2211613002: Add AssignmentSource to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge origin/master 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
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.cc ('k') | blimp/client/core/session/assignment_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/session/BUILD.gn
diff --git a/blimp/client/core/session/BUILD.gn b/blimp/client/core/session/BUILD.gn
index f0132144dc49080b1bf2a8b497bf9b192273bd57..6af914abb9b473397b1f8038bfa5051deb94801b 100644
--- a/blimp/client/core/session/BUILD.gn
+++ b/blimp/client/core/session/BUILD.gn
@@ -25,6 +25,7 @@ source_set("session") {
public_deps = [
"//base",
+ "//blimp/client/public:public_headers",
"//blimp/net",
"//components/safe_json",
"//net",
@@ -72,13 +73,3 @@ source_set("unit_tests") {
]
}
}
-
-if (is_android) {
- java_cpp_enum("java_enums_srcjar") {
- visibility = [ "//blimp/client/*" ]
-
- sources = [
- "assignment_source.h",
- ]
- }
-}
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.cc ('k') | blimp/client/core/session/assignment_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698