OLD | NEW |
1 # Use of this source code is governed by a BSD-style license that can be | 1 # Use of this source code is governed by a BSD-style license that can be |
2 # found in the LICENSE file. | 2 # found in the LICENSE file. |
3 | 3 |
4 import("//testing/test.gni") | 4 import("//testing/test.gni") |
5 import("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
6 import("//tools/grit/repack.gni") | 6 import("//tools/grit/repack.gni") |
7 | 7 |
8 assert(enable_extensions) | 8 assert(enable_extensions) |
9 | 9 |
10 group("extensions_resources") { | 10 group("extensions_resources") { |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 deps = [ | 125 deps = [ |
126 ":extensions_resources", | 126 ":extensions_resources", |
127 "//base", | 127 "//base", |
128 "//components/cast_certificate:test_support", | 128 "//components/cast_certificate:test_support", |
129 "//components/guest_view/browser:test_support", | 129 "//components/guest_view/browser:test_support", |
130 "//components/pref_registry:test_support", | 130 "//components/pref_registry:test_support", |
131 "//components/prefs:test_support", | 131 "//components/prefs:test_support", |
132 "//content/public/common", | 132 "//content/public/common", |
133 "//content/test:test_support", | 133 "//content/test:test_support", |
134 "//extensions/browser", | 134 "//extensions/browser", |
| 135 "//extensions/browser/api:api_registration", |
135 "//extensions/common", | 136 "//extensions/common", |
136 "//extensions/common/api", | 137 "//extensions/common/api", |
137 "//extensions/common/api:api_registration", | |
138 "//extensions/test:extensions_features", | 138 "//extensions/test:extensions_features", |
139 "//net:test_support", | 139 "//net:test_support", |
140 "//testing/gmock", | 140 "//testing/gmock", |
141 "//testing/gtest", | 141 "//testing/gtest", |
142 "//third_party/cld", | 142 "//third_party/cld", |
143 ] | 143 ] |
144 | 144 |
145 public_deps = [ | 145 public_deps = [ |
146 "//content/public/browser", | 146 "//content/public/browser", |
147 "//extensions/common/api/cast_channel:cast_channel_proto", | 147 "//extensions/common/api/cast_channel:cast_channel_proto", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 "//testing/gtest", | 351 "//testing/gtest", |
352 "//third_party/hunspell", | 352 "//third_party/hunspell", |
353 "//third_party/icu", | 353 "//third_party/icu", |
354 "//third_party/libpng", | 354 "//third_party/libpng", |
355 "//third_party/zlib", | 355 "//third_party/zlib", |
356 "//ui/base:test_support", | 356 "//ui/base:test_support", |
357 "//ui/resources:ui_test_pak", | 357 "//ui/resources:ui_test_pak", |
358 "//ui/web_dialogs:test_support", | 358 "//ui/web_dialogs:test_support", |
359 ] | 359 ] |
360 } | 360 } |
OLD | NEW |