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_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
154 "//components/clipboard/public/interfaces", | 154 "//components/clipboard/public/interfaces", |
155 "//components/devtools_service/public/interfaces", | 155 "//components/devtools_service/public/interfaces", |
156 "//components/html_viewer/public/interfaces", | 156 "//components/html_viewer/public/interfaces", |
157 "//components/message_port", | 157 "//components/message_port", |
158 "//components/mime_util", | 158 "//components/mime_util", |
159 "//components/mus/gles2:lib", | 159 "//components/mus/gles2:lib", |
160 "//components/mus/public/interfaces", | 160 "//components/mus/public/interfaces", |
161 "//components/resource_provider/public/cpp", | 161 "//components/resource_provider/public/cpp", |
162 "//components/resource_provider/public/interfaces", | 162 "//components/resource_provider/public/interfaces", |
163 "//components/scheduler:scheduler", | 163 "//components/scheduler:scheduler", |
164 "//components/startup_metric_utils/browser", | 164 "//components/startup_metric_utils/browser:browser", |
Ben Goodger (Google)
2015/11/13 20:07:37
why is this necessary?
fdoray
2015/11/13 20:25:22
html_viewer builds correctly without ":browser". H
| |
165 "//components/webcrypto", | 165 "//components/webcrypto", |
166 "//components/web_view:switches", | 166 "//components/web_view:switches", |
167 "//components/web_view/public/interfaces", | 167 "//components/web_view/public/interfaces", |
168 "//gin", | 168 "//gin", |
169 "//gpu/command_buffer/common:gles2_utils", | 169 "//gpu/command_buffer/common:gles2_utils", |
170 "//gpu/blink:blink", | 170 "//gpu/blink:blink", |
171 "//media", | 171 "//media", |
172 "//media/blink", | 172 "//media/blink", |
173 "//media/mojo", | 173 "//media/mojo", |
174 "//mojo/application/public/cpp", | 174 "//mojo/application/public/cpp", |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
373 ] | 373 ] |
374 | 374 |
375 data_deps = [ | 375 data_deps = [ |
376 ":html_viewer", | 376 ":html_viewer", |
377 ] | 377 ] |
378 | 378 |
379 if (is_linux && !is_android) { | 379 if (is_linux && !is_android) { |
380 data_deps += [ "//components/font_service" ] | 380 data_deps += [ "//components/font_service" ] |
381 } | 381 } |
382 } | 382 } |
OLD | NEW |