| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/sanitizers/sanitizers.gni") | 7 import("//build/config/sanitizers/sanitizers.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "feature/geolocation/engine_geolocation_feature.cc", | 302 "feature/geolocation/engine_geolocation_feature.cc", |
| 303 "feature/geolocation/engine_geolocation_feature.h", | 303 "feature/geolocation/engine_geolocation_feature.h", |
| 304 ] | 304 ] |
| 305 | 305 |
| 306 deps = [ | 306 deps = [ |
| 307 "//base", | 307 "//base", |
| 308 "//blimp/common", | 308 "//blimp/common", |
| 309 "//blimp/common/proto", | 309 "//blimp/common/proto", |
| 310 "//blimp/engine:app_settings", | 310 "//blimp/engine:app_settings", |
| 311 "//blimp/engine:common", | 311 "//blimp/engine:common", |
| 312 "//blimp/helium", | |
| 313 "//blimp/net", | 312 "//blimp/net", |
| 314 "//content/public/browser", | 313 "//content/public/browser", |
| 315 "//content/public/common", | 314 "//content/public/common", |
| 316 "//device/geolocation", | 315 "//device/geolocation", |
| 317 "//net", | 316 "//net", |
| 318 "//ui/base", | 317 "//ui/base", |
| 319 "//ui/base/ime", | 318 "//ui/base/ime", |
| 320 "//ui/resources", | 319 "//ui/resources", |
| 321 "//ui/wm", | 320 "//ui/wm", |
| 322 ] | 321 ] |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 "//ui/events", | 817 "//ui/events", |
| 819 "//ui/gfx/geometry", | 818 "//ui/gfx/geometry", |
| 820 "//url", | 819 "//url", |
| 821 ] | 820 ] |
| 822 | 821 |
| 823 data = [ | 822 data = [ |
| 824 "//blimp/test/data/", | 823 "//blimp/test/data/", |
| 825 "$root_out_dir/blimp_engine.pak", | 824 "$root_out_dir/blimp_engine.pak", |
| 826 ] | 825 ] |
| 827 } | 826 } |
| OLD | NEW |