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

Unified Diff: blimp/client/public/resources/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/public/blimp_client_context_delegate.h ('k') | blimp/client/public/resources/blimp_strings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/resources/BUILD.gn
diff --git a/blimp/client/public/resources/BUILD.gn b/blimp/client/public/resources/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..983356e1da466bd4a35d2f9cfe6e70da1bac071d
--- /dev/null
+++ b/blimp/client/public/resources/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Resources for the embedder, we build different resource sets based on |enable_blimp_client| build
+# flag in //blimp/client/core/resources.
+group("resources") {
+ visibility = [ "//chrome/*" ]
+
+ public_deps = [
+ "//blimp/client/core/resources:strings",
+ ]
+}
« no previous file with comments | « blimp/client/public/blimp_client_context_delegate.h ('k') | blimp/client/public/resources/blimp_strings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698