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

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

Issue 2431653004: Setup Blimp internal string resources. (Closed)
Patch Set: Added some recent blimp java xml file. Created 4 years, 1 month 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/app/linux/blimp_main.cc ('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 f319d331d9ed1ed550162da896818f38a569da09..25adf89fcd17760512846050226db97b328c7bcf 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/app/linux/blimp_main.cc ('k') | blimp/client/core/contents/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698