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

Unified Diff: blimp/client/public/BUILD.gn

Issue 2447483002: Test win_clang compile only check in core/resources. (Closed)
Patch Set: filter win platform build 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/core/settings/BUILD.gn ('k') | blimp/client/public/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/BUILD.gn
diff --git a/blimp/client/public/BUILD.gn b/blimp/client/public/BUILD.gn
index 9b1c40d238e758182f4c098b53cdb9a27d82c40a..be95a318eaa772413708f9aad76ced78b646ef13 100644
--- a/blimp/client/public/BUILD.gn
+++ b/blimp/client/public/BUILD.gn
@@ -38,6 +38,7 @@ source_set("public_headers") {
"contents/blimp_contents_observer.h",
"contents/blimp_contents_view.h",
"contents/blimp_navigation_controller.h",
+ "resources/blimp_strings.h",
"session/assignment.cc",
"session/assignment.h",
]
@@ -51,6 +52,10 @@ source_set("public_headers") {
"//url",
]
+ deps = [
+ "//blimp/common/proto",
+ ]
+
if (is_android) {
sources += [ "android/blimp_jni_registrar.h" ]
}
« no previous file with comments | « blimp/client/core/settings/BUILD.gn ('k') | blimp/client/public/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698