| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "//components/devtools_service/public/interfaces", | 157 "//components/devtools_service/public/interfaces", |
| 158 "//components/html_viewer/public/interfaces", | 158 "//components/html_viewer/public/interfaces", |
| 159 "//components/message_port", | 159 "//components/message_port", |
| 160 "//components/mime_util", | 160 "//components/mime_util", |
| 161 "//components/mus/gles2:lib", | 161 "//components/mus/gles2:lib", |
| 162 "//components/mus/public/interfaces", | 162 "//components/mus/public/interfaces", |
| 163 "//components/resource_provider/public/cpp", | 163 "//components/resource_provider/public/cpp", |
| 164 "//components/resource_provider/public/interfaces", | 164 "//components/resource_provider/public/interfaces", |
| 165 "//components/scheduler:scheduler", | 165 "//components/scheduler:scheduler", |
| 166 "//components/startup_metric_utils/browser:lib", | 166 "//components/startup_metric_utils/browser:lib", |
| 167 "//components/webcrypto", | |
| 168 "//components/web_view:switches", | 167 "//components/web_view:switches", |
| 169 "//components/web_view/public/interfaces", | 168 "//components/web_view/public/interfaces", |
| 169 "//components/webcrypto", |
| 170 "//gin", | 170 "//gin", |
| 171 "//gpu/blink:blink", |
| 171 "//gpu/command_buffer/common:gles2_utils", | 172 "//gpu/command_buffer/common:gles2_utils", |
| 172 "//gpu/blink:blink", | |
| 173 "//media", | 173 "//media", |
| 174 "//media:shared_memory_support", |
| 174 "//media/blink", | 175 "//media/blink", |
| 175 "//media/mojo", | 176 "//media/mojo", |
| 176 "//media:shared_memory_support", | |
| 177 "//mojo/application/public/cpp", | 177 "//mojo/application/public/cpp", |
| 178 "//mojo/application/public/interfaces", | 178 "//mojo/application/public/interfaces", |
| 179 "//mojo/common", | 179 "//mojo/common", |
| 180 "//mojo/converters/surfaces", | 180 "//mojo/converters/surfaces", |
| 181 "//mojo/gles2:headers", | 181 "//mojo/gles2:headers", |
| 182 "//mojo/gpu:mojo_gles2_implementation", | 182 "//mojo/gpu:mojo_gles2_implementation", |
| 183 "//mojo/logging", | 183 "//mojo/logging", |
| 184 "//mojo/message_pump", | 184 "//mojo/message_pump", |
| 185 "//mojo/platform_handle", | 185 "//mojo/platform_handle", |
| 186 "//mojo/public/cpp/environment:environment", | 186 "//mojo/public/cpp/environment:environment", |
| 187 "//mojo/services/network/public/cpp", | 187 "//mojo/services/network/public/cpp", |
| 188 "//mojo/services/network/public/interfaces", | 188 "//mojo/services/network/public/interfaces", |
| 189 "//mojo/services/tracing/public/cpp", | 189 "//mojo/services/tracing/public/cpp", |
| 190 "//mojo/services/tracing/public/interfaces", | 190 "//mojo/services/tracing/public/interfaces", |
| 191 "//net", | 191 "//net", |
| 192 "//skia", | 192 "//skia", |
| 193 "//third_party/mojo_services/src/accessibility/public/interfaces", | |
| 194 "//third_party/WebKit/public:image_resources", | 193 "//third_party/WebKit/public:image_resources", |
| 195 "//third_party/WebKit/public:resources", | 194 "//third_party/WebKit/public:resources", |
| 195 "//third_party/mojo_services/src/accessibility/public/interfaces", |
| 196 "//ui/base:base", | 196 "//ui/base:base", |
| 197 "//ui/events", | 197 "//ui/events", |
| 198 "//ui/events:gesture_detection", | 198 "//ui/events:gesture_detection", |
| 199 "//ui/events/blink", | 199 "//ui/events/blink", |
| 200 "//ui/events/gestures/blink", | 200 "//ui/events/gestures/blink", |
| 201 "//ui/gfx", | 201 "//ui/gfx", |
| 202 "//ui/gfx/geometry", | 202 "//ui/gfx/geometry", |
| 203 "//ui/mojo/geometry:interfaces_cpp_sources", | 203 "//ui/mojo/geometry:interfaces_cpp_sources", |
| 204 "//ui/mojo/ime:interfaces_cpp_sources", | 204 "//ui/mojo/ime:interfaces_cpp_sources", |
| 205 "//ui/mojo/init", | 205 "//ui/mojo/init", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 ] | 374 ] |
| 375 | 375 |
| 376 data_deps = [ | 376 data_deps = [ |
| 377 ":html_viewer", | 377 ":html_viewer", |
| 378 ] | 378 ] |
| 379 | 379 |
| 380 if (is_linux && !is_android) { | 380 if (is_linux && !is_android) { |
| 381 data_deps += [ "//components/font_service" ] | 381 data_deps += [ "//components/font_service" ] |
| 382 } | 382 } |
| 383 } | 383 } |
| OLD | NEW |