| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "//base/test:test_support", | 234 "//base/test:test_support", |
| 235 "//components/prefs:test_support", | 235 "//components/prefs:test_support", |
| 236 "//components/storage_monitor:test_support", | 236 "//components/storage_monitor:test_support", |
| 237 "//content/test:browsertest_base", | 237 "//content/test:browsertest_base", |
| 238 "//content/test:test_support", | 238 "//content/test:test_support", |
| 239 "//device/bluetooth:mocks", | 239 "//device/bluetooth:mocks", |
| 240 "//device/core:mocks", | 240 "//device/core:mocks", |
| 241 "//device/hid:mocks", | 241 "//device/hid:mocks", |
| 242 "//device/usb:test_support", | 242 "//device/usb:test_support", |
| 243 "//mojo/edk/js", | 243 "//mojo/edk/js", |
| 244 "//mojo/edk/system", | |
| 245 "//mojo/public/cpp/bindings", | 244 "//mojo/public/cpp/bindings", |
| 246 "//testing/gmock", | 245 "//testing/gmock", |
| 247 "//testing/gtest", | 246 "//testing/gtest", |
| 248 ] | 247 ] |
| 249 | 248 |
| 250 data_deps = [ | 249 data_deps = [ |
| 251 "//third_party/mesa:osmesa", | 250 "//third_party/mesa:osmesa", |
| 252 ] | 251 ] |
| 253 | 252 |
| 254 if (is_mac) { | 253 if (is_mac) { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "//testing/gtest", | 359 "//testing/gtest", |
| 361 "//third_party/hunspell", | 360 "//third_party/hunspell", |
| 362 "//third_party/icu", | 361 "//third_party/icu", |
| 363 "//third_party/libpng", | 362 "//third_party/libpng", |
| 364 "//third_party/zlib", | 363 "//third_party/zlib", |
| 365 "//ui/base:test_support", | 364 "//ui/base:test_support", |
| 366 "//ui/resources:ui_test_pak", | 365 "//ui/resources:ui_test_pak", |
| 367 "//ui/web_dialogs:test_support", | 366 "//ui/web_dialogs:test_support", |
| 368 ] | 367 ] |
| 369 } | 368 } |
| OLD | NEW |