| 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/mojo_application_package.gni") | 6 import("//mojo/mojo_application_package.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//third_party/mojo/src/mojo/public/mojo.gni") | 8 import("//third_party/mojo/src/mojo/public/mojo.gni") |
| 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "//components/resource_provider/public/interfaces", | 119 "//components/resource_provider/public/interfaces", |
| 120 "//components/scheduler:scheduler", | 120 "//components/scheduler:scheduler", |
| 121 "//components/surfaces/public/interfaces", | 121 "//components/surfaces/public/interfaces", |
| 122 "//components/webcrypto", | 122 "//components/webcrypto", |
| 123 "//gin", | 123 "//gin", |
| 124 "//mandoline/services/navigation/public/interfaces", | 124 "//mandoline/services/navigation/public/interfaces", |
| 125 "//media", | 125 "//media", |
| 126 "//media/blink", | 126 "//media/blink", |
| 127 "//media/mojo", | 127 "//media/mojo", |
| 128 "//mojo/application", | 128 "//mojo/application", |
| 129 "//mojo/application/public/interfaces", |
| 129 "//mojo/cc", | 130 "//mojo/cc", |
| 130 "//mojo/common", | 131 "//mojo/common", |
| 131 "//mojo/converters/surfaces", | 132 "//mojo/converters/surfaces", |
| 132 "//mojo/services/network/public/cpp", | 133 "//mojo/services/network/public/cpp", |
| 133 "//mojo/services/network/public/interfaces", | 134 "//mojo/services/network/public/interfaces", |
| 134 "//net", | 135 "//net", |
| 135 "//skia", | 136 "//skia", |
| 136 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", | 137 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", |
| 137 "//third_party/mojo/src/mojo/public/cpp/utility", | 138 "//third_party/mojo/src/mojo/public/cpp/utility", |
| 138 "//third_party/mojo/src/mojo/public/interfaces/application", | |
| 139 "//third_party/mojo_services/src/accessibility/public/interfaces", | 139 "//third_party/mojo_services/src/accessibility/public/interfaces", |
| 140 "//third_party/mojo_services/src/content_handler/public/interfaces", | 140 "//third_party/mojo_services/src/content_handler/public/interfaces", |
| 141 "//ui/mojo/events:interfaces", | 141 "//ui/mojo/events:interfaces", |
| 142 "//ui/events", | 142 "//ui/events", |
| 143 "//ui/events:gesture_detection", | 143 "//ui/events:gesture_detection", |
| 144 "//ui/events/blink", | 144 "//ui/events/blink", |
| 145 "//ui/events/gestures/blink", | 145 "//ui/events/gestures/blink", |
| 146 "//ui/gfx", | 146 "//ui/gfx", |
| 147 "//ui/gfx/geometry", | 147 "//ui/gfx/geometry", |
| 148 "//ui/native_theme", | 148 "//ui/native_theme", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "//base", | 225 "//base", |
| 226 "//mojo/application", | 226 "//mojo/application", |
| 227 "//mojo/application:test_support", | 227 "//mojo/application:test_support", |
| 228 "//net:test_support", | 228 "//net:test_support", |
| 229 "//testing/gtest", | 229 "//testing/gtest", |
| 230 "//third_party/mojo_services/src/accessibility/public/interfaces", | 230 "//third_party/mojo_services/src/accessibility/public/interfaces", |
| 231 ] | 231 ] |
| 232 | 232 |
| 233 data_deps = [ ":html_viewer" ] | 233 data_deps = [ ":html_viewer" ] |
| 234 } | 234 } |
| OLD | NEW |