| 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 # TODO(rockot) bug 505926: Don't include chrome files from here. | 5 # TODO(rockot) bug 505926: Don't include chrome files from here. |
| 6 # See chrome_browser_tests_extensions_sources below | 6 # See chrome_browser_tests_extensions_sources below |
| 7 import("//chrome/chrome_tests.gni") | 7 import("//chrome/chrome_tests.gni") |
| 8 import("//extensions/extensions.gni") | 8 import("//extensions/extensions.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 # aren't allowed to be included here and that aren't needed. | 280 # aren't allowed to be included here and that aren't needed. |
| 281 deps = [ | 281 deps = [ |
| 282 "//base", | 282 "//base", |
| 283 "//base:i18n", | 283 "//base:i18n", |
| 284 "//base/test:test_support", | 284 "//base/test:test_support", |
| 285 "//chrome/browser", | 285 "//chrome/browser", |
| 286 "//chrome/browser/resources:extension_resource_demo", | 286 "//chrome/browser/resources:extension_resource_demo", |
| 287 "//chrome/common/extensions/api", | 287 "//chrome/common/extensions/api", |
| 288 "//chrome/renderer", | 288 "//chrome/renderer", |
| 289 "//components/autofill/content/browser:risk_proto", | 289 "//components/autofill/content/browser:risk_proto", |
| 290 "//components/autofill/content/browser/wallet:test_support", | |
| 291 "//components/autofill/content/renderer:test_support", | 290 "//components/autofill/content/renderer:test_support", |
| 292 "//components/captive_portal:test_support", | 291 "//components/captive_portal:test_support", |
| 293 "//components/dom_distiller/content/browser", | 292 "//components/dom_distiller/content/browser", |
| 294 "//components/dom_distiller/core:test_support", | 293 "//components/dom_distiller/core:test_support", |
| 295 "//components/guest_view/browser:test_support", | 294 "//components/guest_view/browser:test_support", |
| 296 "//components/resources", | 295 "//components/resources", |
| 297 "//components/strings", | 296 "//components/strings", |
| 298 "//components/translate/core/common", | 297 "//components/translate/core/common", |
| 299 "//crypto:platform", | 298 "//crypto:platform", |
| 300 "//crypto:test_support", | 299 "//crypto:test_support", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "//testing/gtest", | 366 "//testing/gtest", |
| 368 "//third_party/hunspell", | 367 "//third_party/hunspell", |
| 369 "//third_party/icu", | 368 "//third_party/icu", |
| 370 "//third_party/libpng", | 369 "//third_party/libpng", |
| 371 "//third_party/zlib", | 370 "//third_party/zlib", |
| 372 "//ui/base:test_support", | 371 "//ui/base:test_support", |
| 373 "//ui/resources:ui_test_pak", | 372 "//ui/resources:ui_test_pak", |
| 374 "//ui/web_dialogs:test_support", | 373 "//ui/web_dialogs:test_support", |
| 375 ] | 374 ] |
| 376 } | 375 } |
| OLD | NEW |