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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 "//third_party/icu", | 129 "//third_party/icu", |
130 "//third_party/leveldatabase", | 130 "//third_party/leveldatabase", |
131 "//third_party/libyuv", | 131 "//third_party/libyuv", |
132 "//third_party/mojo/src/mojo/public/cpp/bindings", | 132 "//third_party/mojo/src/mojo/public/cpp/bindings", |
133 "//third_party/mojo/src/mojo/public/js", | 133 "//third_party/mojo/src/mojo/public/js", |
134 "//ui/events/blink", | 134 "//ui/events/blink", |
135 "//ui/resources", | 135 "//ui/resources", |
136 "//ui/surface", | 136 "//ui/surface", |
137 "//ui/touch_selection", | 137 "//ui/touch_selection", |
138 ] | 138 ] |
| 139 |
| 140 configs += [ "//v8:external_startup_data" ] |
139 } | 141 } |
140 | 142 |
141 configs += [ | 143 configs += [ |
142 "//content:content_implementation", | 144 "//content:content_implementation", |
143 "//third_party/WebKit/public:debug_devtools", | 145 "//third_party/WebKit/public:debug_devtools", |
144 ] | 146 ] |
145 | 147 |
146 if (toolkit_views) { | 148 if (toolkit_views) { |
147 deps += [ "//ui/events" ] | 149 deps += [ "//ui/events" ] |
148 } | 150 } |
(...skipping 356 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 |