| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "//cc", | 107 "//cc", |
| 108 "//cc/surfaces", | 108 "//cc/surfaces", |
| 109 "//components/scheduler:common", | 109 "//components/scheduler:common", |
| 110 "//content/app/resources", | 110 "//content/app/resources", |
| 111 "//content/app/strings", | 111 "//content/app/strings", |
| 112 "//content/browser/devtools:gen_devtools_protocol_handler", | 112 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 113 "//content/browser/devtools:resources", | 113 "//content/browser/devtools:resources", |
| 114 "//content/common:mojo_bindings", | 114 "//content/common:mojo_bindings", |
| 115 "//content/public/common:mojo_bindings", | 115 "//content/public/common:mojo_bindings", |
| 116 "//device/bluetooth", | 116 "//device/bluetooth", |
| 117 "//gin", |
| 117 "//mojo/application/public/interfaces", | 118 "//mojo/application/public/interfaces", |
| 118 "//storage/browser", | 119 "//storage/browser", |
| 119 "//storage/common", | 120 "//storage/common", |
| 120 "//third_party/WebKit/public:image_resources", | 121 "//third_party/WebKit/public:image_resources", |
| 121 "//third_party/WebKit/public:resources", | 122 "//third_party/WebKit/public:resources", |
| 122 "//third_party/angle:commit_id", | 123 "//third_party/angle:commit_id", |
| 123 "//third_party/icu", | 124 "//third_party/icu", |
| 124 "//third_party/leveldatabase", | 125 "//third_party/leveldatabase", |
| 125 "//third_party/libyuv", | 126 "//third_party/libyuv", |
| 126 "//third_party/mojo/src/mojo/public/cpp/bindings", | 127 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 | 493 |
| 493 if (enable_webvr && is_android) { | 494 if (enable_webvr && is_android) { |
| 494 sources += [ | 495 sources += [ |
| 495 "vr/android/cardboard/cardboard_vr_device.cc", | 496 "vr/android/cardboard/cardboard_vr_device.cc", |
| 496 "vr/android/cardboard/cardboard_vr_device.h", | 497 "vr/android/cardboard/cardboard_vr_device.h", |
| 497 "vr/android/cardboard/cardboard_vr_device_provider.cc", | 498 "vr/android/cardboard/cardboard_vr_device_provider.cc", |
| 498 "vr/android/cardboard/cardboard_vr_device_provider.h", | 499 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 499 ] | 500 ] |
| 500 } | 501 } |
| 501 } | 502 } |
| OLD | NEW |