| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "//sync:test_support_sync_api", | 305 "//sync:test_support_sync_api", |
| 306 "//testing/gmock", | 306 "//testing/gmock", |
| 307 "//testing/gtest", | 307 "//testing/gtest", |
| 308 "//testing/perf", | 308 "//testing/perf", |
| 309 "//third_party/WebKit/public:blink", | 309 "//third_party/WebKit/public:blink", |
| 310 "//third_party/cacheinvalidation", | 310 "//third_party/cacheinvalidation", |
| 311 "//third_party/icu", | 311 "//third_party/icu", |
| 312 "//third_party/leveldatabase", | 312 "//third_party/leveldatabase", |
| 313 "//third_party/libaddressinput", | 313 "//third_party/libaddressinput", |
| 314 "//third_party/libjingle", | 314 "//third_party/libjingle", |
| 315 "//third_party/safe_browsing:test_support", | |
| 316 "//third_party/webrtc/modules/desktop_capture", | 315 "//third_party/webrtc/modules/desktop_capture", |
| 317 "//third_party/widevine/cdm:version_h", | 316 "//third_party/widevine/cdm:version_h", |
| 318 "//ui/accessibility:test_support", | 317 "//ui/accessibility:test_support", |
| 319 "//ui/base:test_support", | 318 "//ui/base:test_support", |
| 320 "//ui/compositor:test_support", | 319 "//ui/compositor:test_support", |
| 321 "//ui/resources", | 320 "//ui/resources", |
| 322 "//ui/web_dialogs:test_support", | 321 "//ui/web_dialogs:test_support", |
| 323 "//v8", | 322 "//v8", |
| 324 ] | 323 ] |
| 325 | 324 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "//testing/gtest", | 358 "//testing/gtest", |
| 360 "//third_party/hunspell", | 359 "//third_party/hunspell", |
| 361 "//third_party/icu", | 360 "//third_party/icu", |
| 362 "//third_party/libpng", | 361 "//third_party/libpng", |
| 363 "//third_party/zlib", | 362 "//third_party/zlib", |
| 364 "//ui/base:test_support", | 363 "//ui/base:test_support", |
| 365 "//ui/resources:ui_test_pak", | 364 "//ui/resources:ui_test_pak", |
| 366 "//ui/web_dialogs:test_support", | 365 "//ui/web_dialogs:test_support", |
| 367 ] | 366 ] |
| 368 } | 367 } |
| OLD | NEW |