| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//content/browser/browser.gni") | 8 import("//content/browser/browser.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 | 10 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "$root_gen_dir/blink/grit/devtools_resources_map.h", | 102 "$root_gen_dir/blink/grit/devtools_resources_map.h", |
| 103 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", | 103 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", |
| 104 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc", | 104 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc", |
| 105 ], | 105 ], |
| 106 ".") | 106 ".") |
| 107 | 107 |
| 108 # Non-iOS deps. | 108 # Non-iOS deps. |
| 109 deps += [ | 109 deps += [ |
| 110 "//cc", | 110 "//cc", |
| 111 "//cc/surfaces", | 111 "//cc/surfaces", |
| 112 "//components/geolocation/public/interfaces", |
| 113 "//components/permission/public/interfaces", |
| 112 "//content/app/resources", | 114 "//content/app/resources", |
| 113 "//content/app/strings", | 115 "//content/app/strings", |
| 114 "//content/browser/devtools:gen_devtools_protocol_handler", | 116 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 115 "//content/browser/devtools:resources", | 117 "//content/browser/devtools:resources", |
| 116 "//content/common:mojo_bindings", | 118 "//content/common:mojo_bindings", |
| 117 "//content/public/common:mojo_bindings", | 119 "//content/public/common:mojo_bindings", |
| 118 "//device/bluetooth", | 120 "//device/bluetooth", |
| 119 "//gin", | 121 "//gin", |
| 120 "//mojo/application/public/interfaces", | 122 "//mojo/application/public/interfaces", |
| 121 "//mojo/common:url_type_converters", | 123 "//mojo/common:url_type_converters", |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 | 507 |
| 506 if (enable_webvr && is_android) { | 508 if (enable_webvr && is_android) { |
| 507 sources += [ | 509 sources += [ |
| 508 "vr/android/cardboard/cardboard_vr_device.cc", | 510 "vr/android/cardboard/cardboard_vr_device.cc", |
| 509 "vr/android/cardboard/cardboard_vr_device.h", | 511 "vr/android/cardboard/cardboard_vr_device.h", |
| 510 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 512 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
| 511 "vr/android/cardboard/cardboard_vr_device_provider.h", | 513 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 512 ] | 514 ] |
| 513 } | 515 } |
| 514 } | 516 } |
| OLD | NEW |