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

Unified Diff: blimp/engine/BUILD.gn

Issue 2371233002: Blob Channel failed to register service (Closed)
Patch Set: Created 4 years, 3 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
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 3c7918789fe0ae918f9a2535841bad390baab75b..2739404ebaaf8801fbf983d2d0dd810c9d56b8bb 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -46,6 +46,14 @@ repack("pak") {
output = "$root_out_dir/blimp_engine.pak"
}
+grit("resources") {
+ source = "app/blimp_browser_resources.grd"
+ output_dir = "$root_gen_dir/blimp"
+ outputs = [
+ "grit/blimp_browser_resources.h",
+ ]
+}
+
source_set("app") {
sources = [
"app/blimp_browser_main_parts.cc",
@@ -58,6 +66,7 @@ source_set("app") {
public_deps = [
":app_metrics",
+ ":resources",
"//device/geolocation",
"//device/geolocation/public/interfaces",
]
@@ -88,6 +97,7 @@ source_set("app") {
"//content/public/utility",
"//device/geolocation",
"//net",
+ "//ui/base:base",
]
}
« no previous file with comments | « no previous file | blimp/engine/app/blimp_browser_resources.grd » ('j') | blimp/engine/app/blimp_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698