| 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("//extensions/features/features.gni") | 4 import("//extensions/features/features.gni") |
| 5 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
| 7 import("//tools/grit/repack.gni") | 7 import("//tools/grit/repack.gni") |
| 8 | 8 |
| 9 assert(enable_extensions) | 9 assert(enable_extensions) |
| 10 | 10 |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 | 263 |
| 264 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 264 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 265 | 265 |
| 266 # These are the deps from browser_tests minus some internal Chrome ones that | 266 # These are the deps from browser_tests minus some internal Chrome ones that |
| 267 # aren't allowed to be included here and that aren't needed. | 267 # aren't allowed to be included here and that aren't needed. |
| 268 deps = [ | 268 deps = [ |
| 269 "//base", | 269 "//base", |
| 270 "//base:i18n", | 270 "//base:i18n", |
| 271 "//base/test:test_support", | 271 "//base/test:test_support", |
| 272 "//chrome/browser", | 272 "//chrome/browser", |
| 273 "//chrome/browser/resources:extension_resource_demo", | |
| 274 "//chrome/common/extensions/api", | 273 "//chrome/common/extensions/api", |
| 275 "//chrome/renderer", | 274 "//chrome/renderer", |
| 276 "//components/autofill/content/browser:risk_proto", | 275 "//components/autofill/content/browser:risk_proto", |
| 277 "//components/autofill/content/renderer:test_support", | 276 "//components/autofill/content/renderer:test_support", |
| 278 "//components/captive_portal:test_support", | 277 "//components/captive_portal:test_support", |
| 279 "//components/dom_distiller/content/browser", | 278 "//components/dom_distiller/content/browser", |
| 280 "//components/dom_distiller/core:test_support", | 279 "//components/dom_distiller/core:test_support", |
| 281 "//components/guest_view/browser:test_support", | 280 "//components/guest_view/browser:test_support", |
| 282 "//components/resources", | 281 "//components/resources", |
| 283 "//components/strings", | 282 "//components/strings", |
| (...skipping 67 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 |