| 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/module_args/v8.gni") | 5 import("//build/module_args/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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "stats_collection_controller.cc", | 108 "stats_collection_controller.cc", |
| 109 "stats_collection_controller.h", | 109 "stats_collection_controller.h", |
| 110 "test_html_viewer_impl.cc", | 110 "test_html_viewer_impl.cc", |
| 111 "test_html_viewer_impl.h", | 111 "test_html_viewer_impl.h", |
| 112 "touch_handler.cc", | 112 "touch_handler.cc", |
| 113 "touch_handler.h", | 113 "touch_handler.h", |
| 114 "web_clipboard_impl.cc", | 114 "web_clipboard_impl.cc", |
| 115 "web_clipboard_impl.h", | 115 "web_clipboard_impl.h", |
| 116 "web_cookie_jar_impl.cc", | 116 "web_cookie_jar_impl.cc", |
| 117 "web_cookie_jar_impl.h", | 117 "web_cookie_jar_impl.h", |
| 118 "web_graphics_context_3d_command_buffer_impl.cc", | |
| 119 "web_graphics_context_3d_command_buffer_impl.h", | |
| 120 "web_layer_impl.cc", | 118 "web_layer_impl.cc", |
| 121 "web_layer_impl.h", | 119 "web_layer_impl.h", |
| 122 "web_layer_tree_view_impl.cc", | 120 "web_layer_tree_view_impl.cc", |
| 123 "web_layer_tree_view_impl.h", | 121 "web_layer_tree_view_impl.h", |
| 124 "web_mime_registry_impl.cc", | 122 "web_mime_registry_impl.cc", |
| 125 "web_mime_registry_impl.h", | 123 "web_mime_registry_impl.h", |
| 126 "web_notification_manager_impl.cc", | 124 "web_notification_manager_impl.cc", |
| 127 "web_notification_manager_impl.h", | 125 "web_notification_manager_impl.h", |
| 128 "web_socket_handle_impl.cc", | 126 "web_socket_handle_impl.cc", |
| 129 "web_socket_handle_impl.h", | 127 "web_socket_handle_impl.h", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 152 "//components/mus/gles2:lib", | 150 "//components/mus/gles2:lib", |
| 153 "//components/mus/public/interfaces", | 151 "//components/mus/public/interfaces", |
| 154 "//components/resource_provider/public/cpp", | 152 "//components/resource_provider/public/cpp", |
| 155 "//components/resource_provider/public/interfaces", | 153 "//components/resource_provider/public/interfaces", |
| 156 "//components/scheduler:scheduler", | 154 "//components/scheduler:scheduler", |
| 157 "//components/startup_metric_utils", | 155 "//components/startup_metric_utils", |
| 158 "//components/webcrypto", | 156 "//components/webcrypto", |
| 159 "//components/web_view:switches", | 157 "//components/web_view:switches", |
| 160 "//components/web_view/public/interfaces", | 158 "//components/web_view/public/interfaces", |
| 161 "//gin", | 159 "//gin", |
| 162 "//gpu/blink:blink", | |
| 163 "//media", | 160 "//media", |
| 164 "//media/blink", | 161 "//media/blink", |
| 165 "//media/mojo", | 162 "//media/mojo", |
| 166 "//mojo/application/public/cpp", | 163 "//mojo/application/public/cpp", |
| 167 "//mojo/application/public/interfaces", | 164 "//mojo/application/public/interfaces", |
| 168 "//mojo/cc", | 165 "//mojo/cc", |
| 169 "//mojo/common", | 166 "//mojo/common", |
| 170 "//mojo/converters/surfaces", | 167 "//mojo/converters/surfaces", |
| 171 "//mojo/gles2:headers", | |
| 172 "//mojo/logging", | 168 "//mojo/logging", |
| 173 "//mojo/message_pump", | 169 "//mojo/message_pump", |
| 174 "//mojo/platform_handle", | 170 "//mojo/platform_handle", |
| 175 "//mojo/services/network/public/cpp", | 171 "//mojo/services/network/public/cpp", |
| 176 "//mojo/services/network/public/interfaces", | 172 "//mojo/services/network/public/interfaces", |
| 177 "//mojo/services/tracing/public/cpp", | 173 "//mojo/services/tracing/public/cpp", |
| 178 "//mojo/services/tracing/public/interfaces", | 174 "//mojo/services/tracing/public/interfaces", |
| 179 "//net", | 175 "//net", |
| 180 "//skia", | 176 "//skia", |
| 181 "//third_party/mojo_services/src/accessibility/public/interfaces", | 177 "//third_party/mojo_services/src/accessibility/public/interfaces", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 | 349 |
| 354 data_deps = [ | 350 data_deps = [ |
| 355 ":html_viewer", | 351 ":html_viewer", |
| 356 "//components/mus", | 352 "//components/mus", |
| 357 ] | 353 ] |
| 358 | 354 |
| 359 if (is_linux && !is_android) { | 355 if (is_linux && !is_android) { |
| 360 data_deps += [ "//components/font_service" ] | 356 data_deps += [ "//components/font_service" ] |
| 361 } | 357 } |
| 362 } | 358 } |
| OLD | NEW |