| 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("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 import("//third_party/mojo/src/mojo/public/mojo.gni") | 6 import("//third_party/mojo/src/mojo/public/mojo.gni") |
| 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 | 9 |
| 10 # Repack this here. | 10 # Repack this here. |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 ] | 91 ] |
| 92 | 92 |
| 93 include_dirs = [ "third_party/WebKit" ] | 93 include_dirs = [ "third_party/WebKit" ] |
| 94 | 94 |
| 95 deps = [ | 95 deps = [ |
| 96 "//base", | 96 "//base", |
| 97 "//base/third_party/dynamic_annotations", | 97 "//base/third_party/dynamic_annotations", |
| 98 "//cc", | 98 "//cc", |
| 99 "//cc/blink", | 99 "//cc/blink", |
| 100 "//cc/surfaces", | 100 "//cc/surfaces", |
| 101 "//components/webcrypto", |
| 101 "//gin", | 102 "//gin", |
| 102 "//media", | 103 "//media", |
| 103 "//media/blink", | 104 "//media/blink", |
| 104 "//media/mojo", | 105 "//media/mojo", |
| 105 "//mojo/application", | 106 "//mojo/application", |
| 106 "//mojo/cc", | 107 "//mojo/cc", |
| 107 "//mojo/common", | 108 "//mojo/common", |
| 108 "//mojo/converters/surfaces", | 109 "//mojo/converters/surfaces", |
| 109 "//mojo/services/network/public/cpp", | 110 "//mojo/services/network/public/cpp", |
| 110 "//mojo/services/network/public/interfaces", | 111 "//mojo/services/network/public/interfaces", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 ] | 225 ] |
| 225 | 226 |
| 226 deps = [ | 227 deps = [ |
| 227 ":lib", | 228 ":lib", |
| 228 ":html_viewer", | 229 ":html_viewer", |
| 229 "//mojo/application:test_support", | 230 "//mojo/application:test_support", |
| 230 "//net:test_support", | 231 "//net:test_support", |
| 231 "//testing/gtest", | 232 "//testing/gtest", |
| 232 ] | 233 ] |
| 233 } | 234 } |
| OLD | NEW |