| 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("//mojo/mojo_application_package.gni") | 5 import("//mojo/mojo_application_package.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("//third_party/mojo/src/mojo/public/mojo.gni") | 7 import("//third_party/mojo/src/mojo/public/mojo.gni") |
| 8 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 8 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 include_dirs = [ "third_party/WebKit" ] | 95 include_dirs = [ "third_party/WebKit" ] |
| 96 | 96 |
| 97 deps = [ | 97 deps = [ |
| 98 "//base", | 98 "//base", |
| 99 "//base/third_party/dynamic_annotations", | 99 "//base/third_party/dynamic_annotations", |
| 100 "//cc", | 100 "//cc", |
| 101 "//cc/blink", | 101 "//cc/blink", |
| 102 "//cc/surfaces", | 102 "//cc/surfaces", |
| 103 "//components/clipboard/public/interfaces", | 103 "//components/clipboard/public/interfaces", |
| 104 "//components/gpu/public/interfaces", | 104 "//components/gpu/public/interfaces", |
| 105 "//components/mime_util", |
| 105 "//components/scheduler:scheduler", | 106 "//components/scheduler:scheduler", |
| 106 "//components/surfaces/public/interfaces", | 107 "//components/surfaces/public/interfaces", |
| 107 "//components/webcrypto", | 108 "//components/webcrypto", |
| 108 "//gin", | 109 "//gin", |
| 109 "//mandoline/services/navigation/public/interfaces", | 110 "//mandoline/services/navigation/public/interfaces", |
| 110 "//media", | 111 "//media", |
| 111 "//media/blink", | 112 "//media/blink", |
| 112 "//media/mojo", | 113 "//media/mojo", |
| 113 "//mojo/application", | 114 "//mojo/application", |
| 114 "//mojo/cc", | 115 "//mojo/cc", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 ] | 233 ] |
| 233 | 234 |
| 234 deps = [ | 235 deps = [ |
| 235 ":lib", | 236 ":lib", |
| 236 ":html_viewer", | 237 ":html_viewer", |
| 237 "//mojo/application:test_support", | 238 "//mojo/application:test_support", |
| 238 "//net:test_support", | 239 "//net:test_support", |
| 239 "//testing/gtest", | 240 "//testing/gtest", |
| 240 ] | 241 ] |
| 241 } | 242 } |
| OLD | NEW |