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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "//storage/browser", | 109 "//storage/browser", |
110 "//storage/common", | 110 "//storage/common", |
111 "//third_party/WebKit/public:resources", | 111 "//third_party/WebKit/public:resources", |
112 "//third_party/angle:commit_id", | 112 "//third_party/angle:commit_id", |
113 "//third_party/icu", | 113 "//third_party/icu", |
114 "//third_party/leveldatabase", | 114 "//third_party/leveldatabase", |
115 "//third_party/libyuv", | 115 "//third_party/libyuv", |
116 "//third_party/mojo/src/mojo/public/cpp/bindings", | 116 "//third_party/mojo/src/mojo/public/cpp/bindings", |
117 "//third_party/mojo/src/mojo/public/interfaces/application", | 117 "//third_party/mojo/src/mojo/public/interfaces/application", |
118 "//third_party/mojo/src/mojo/public/js", | 118 "//third_party/mojo/src/mojo/public/js", |
| 119 "//ui/events/blink", |
119 "//ui/resources", | 120 "//ui/resources", |
120 "//ui/surface", | 121 "//ui/surface", |
121 "//ui/touch_selection", | 122 "//ui/touch_selection", |
122 ] | 123 ] |
123 } | 124 } |
124 | 125 |
125 configs += [ | 126 configs += [ |
126 "//content:content_implementation", | 127 "//content:content_implementation", |
127 "//third_party/WebKit/public:debug_devtools", | 128 "//third_party/WebKit/public:debug_devtools", |
128 ] | 129 ] |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 } | 448 } |
448 | 449 |
449 if (is_linux && use_openssl) { | 450 if (is_linux && use_openssl) { |
450 deps += [ "//third_party/boringssl" ] | 451 deps += [ "//third_party/boringssl" ] |
451 } | 452 } |
452 | 453 |
453 if (enable_media_mojo_renderer) { | 454 if (enable_media_mojo_renderer) { |
454 deps += [ "//media/mojo/services:renderer_service" ] | 455 deps += [ "//media/mojo/services:renderer_service" ] |
455 } | 456 } |
456 } | 457 } |
OLD | NEW |