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