| 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",
|
| ]
|
| }
|
|
|
|
|