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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 ":test_support", | 202 ":test_support", |
203 "//base/test:test_support", | 203 "//base/test:test_support", |
204 "//content/public/common", | 204 "//content/public/common", |
205 "//content/test:test_support", | 205 "//content/test:test_support", |
206 "//extensions/browser:unit_tests", | 206 "//extensions/browser:unit_tests", |
207 "//extensions/common", | 207 "//extensions/common", |
208 "//extensions/common:unit_tests", | 208 "//extensions/common:unit_tests", |
209 "//extensions/renderer:unit_tests", | 209 "//extensions/renderer:unit_tests", |
210 "//extensions/shell:unit_tests", | 210 "//extensions/shell:unit_tests", |
211 "//extensions/utility:unit_tests", | 211 "//extensions/utility:unit_tests", |
212 "//mojo/edk/system", | |
213 "//mojo/edk/test:test_support", | 212 "//mojo/edk/test:test_support", |
214 "//ui/gl:test_support", | 213 "//ui/gl:test_support", |
215 ] | 214 ] |
216 | 215 |
217 data_deps = [ | 216 data_deps = [ |
218 "//third_party/mesa:osmesa", | 217 "//third_party/mesa:osmesa", |
219 ] | 218 ] |
220 } | 219 } |
221 | 220 |
222 test("extensions_browsertests") { | 221 test("extensions_browsertests") { |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 "//testing/gtest", | 350 "//testing/gtest", |
352 "//third_party/hunspell", | 351 "//third_party/hunspell", |
353 "//third_party/icu", | 352 "//third_party/icu", |
354 "//third_party/libpng", | 353 "//third_party/libpng", |
355 "//third_party/zlib", | 354 "//third_party/zlib", |
356 "//ui/base:test_support", | 355 "//ui/base:test_support", |
357 "//ui/resources:ui_test_pak", | 356 "//ui/resources:ui_test_pak", |
358 "//ui/web_dialogs:test_support", | 357 "//ui/web_dialogs:test_support", |
359 ] | 358 ] |
360 } | 359 } |
OLD | NEW |