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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 ":app_ui", | 353 ":app_ui", |
354 ":blob_channel_service", | 354 ":blob_channel_service", |
355 ":common", | 355 ":common", |
356 ":common_user_agent", | 356 ":common_user_agent", |
357 ":feature", | 357 ":feature", |
358 "//base", | 358 "//base", |
359 "//blimp/common", | 359 "//blimp/common", |
360 "//blimp/common/proto", | 360 "//blimp/common/proto", |
361 "//blimp/net", | 361 "//blimp/net", |
362 "//content/public/browser", | 362 "//content/public/browser", |
| 363 "//content/public/common", |
363 "//device/geolocation", | 364 "//device/geolocation", |
364 "//net", | 365 "//net", |
365 "//ui/aura", | 366 "//ui/aura", |
366 "//ui/base/ime", | 367 "//ui/base/ime", |
367 "//ui/gfx/geometry", | 368 "//ui/gfx/geometry", |
368 "//ui/wm", | 369 "//ui/wm", |
369 ] | 370 ] |
370 } | 371 } |
371 | 372 |
372 # Implements the browser portions of the Mojo bridge to BlobChannel. | 373 # Implements the browser portions of the Mojo bridge to BlobChannel. |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 "//content/test:test_support", | 720 "//content/test:test_support", |
720 "//testing/gmock", | 721 "//testing/gmock", |
721 "//testing/gtest", | 722 "//testing/gtest", |
722 ] | 723 ] |
723 | 724 |
724 data = [ | 725 data = [ |
725 "//blimp/test/data/", | 726 "//blimp/test/data/", |
726 "$root_out_dir/blimp_engine.pak", | 727 "$root_out_dir/blimp_engine.pak", |
727 ] | 728 ] |
728 } | 729 } |
OLD | NEW |