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

Unified Diff: blimp/client/core/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/DEPS ('k') | blimp/client/core/contents/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index e55a9f11fe423c26cd1e6532cb359590840b941d..2e752f3164d9329090919c3a235151d2af014826 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -41,6 +41,7 @@ group("core") {
"//blimp/client/core/feedback",
"//blimp/client/core/geolocation",
"//blimp/client/core/render_widget",
+ "//blimp/client/core/resources",
"//blimp/client/core/session",
"//blimp/client/core/settings",
"//blimp/client/core/switches",
@@ -52,6 +53,7 @@ group("dummy_core") {
deps = [
"//blimp/client/core/context:dummy",
+ "//blimp/client/core/resources:dummy",
]
}
« no previous file with comments | « blimp/client/DEPS ('k') | blimp/client/core/contents/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698