OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 "//components/web_cache/renderer", | 229 "//components/web_cache/renderer", |
230 "//content:resources", | 230 "//content:resources", |
231 "//content/app/resources", | 231 "//content/app/resources", |
232 "//content/app/strings", | 232 "//content/app/strings", |
233 "//content/gpu", | 233 "//content/gpu", |
234 "//content/test:content_test_mojo_bindings", | 234 "//content/test:content_test_mojo_bindings", |
235 "//content/test:layouttest_support", | 235 "//content/test:layouttest_support", |
236 "//content/test:test_support", | 236 "//content/test:test_support", |
237 "//device/bluetooth", | 237 "//device/bluetooth", |
238 "//device/bluetooth:mocks", | 238 "//device/bluetooth:mocks", |
| 239 "//device/geolocation:device_geolocation", |
239 "//gin", | 240 "//gin", |
240 "//gpu", | 241 "//gpu", |
241 "//ipc", | 242 "//ipc", |
242 "//media", | 243 "//media", |
243 "//net", | 244 "//net", |
244 "//net:net_resources", | 245 "//net:net_resources", |
245 "//sandbox", | 246 "//sandbox", |
246 "//services/shell/public/cpp", | 247 "//services/shell/public/cpp", |
247 "//skia", | 248 "//skia", |
248 "//storage/browser", | 249 "//storage/browser", |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 } | 741 } |
741 } | 742 } |
742 | 743 |
743 mojom("mojo_bindings") { | 744 mojom("mojo_bindings") { |
744 sources = [ | 745 sources = [ |
745 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 746 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
746 ] | 747 ] |
747 | 748 |
748 use_new_wrapper_types = false | 749 use_new_wrapper_types = false |
749 } | 750 } |
OLD | NEW |