Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: chrome/test/BUILD.gn

Issue 1430393002: Specify dependencies on generate_version_info target correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 "//sync:test_support_sync_api", 1557 "//sync:test_support_sync_api",
1558 "//sync:test_support_sync_core", 1558 "//sync:test_support_sync_core",
1559 "//sync:test_support_sync_internal_api", 1559 "//sync:test_support_sync_internal_api",
1560 "//testing/gmock", 1560 "//testing/gmock",
1561 "//testing/gtest", 1561 "//testing/gtest",
1562 1562
1563 # 3) anything tests directly depend on 1563 # 3) anything tests directly depend on
1564 "//base/allocator", 1564 "//base/allocator",
1565 "//chrome:resources", 1565 "//chrome:resources",
1566 "//chrome:strings", 1566 "//chrome:strings",
1567 "//components/version_info:generate_version_info",
1567 "//courgette:courgette_lib", 1568 "//courgette:courgette_lib",
1568 "//google_apis", 1569 "//google_apis",
1569 "//skia", 1570 "//skia",
1570 "//third_party/cacheinvalidation", 1571 "//third_party/cacheinvalidation",
1571 "//third_party/icu", 1572 "//third_party/icu",
1572 "//third_party/libxml", 1573 "//third_party/libxml",
1573 "//ui/base:test_support", 1574 "//ui/base:test_support",
1574 "//ui/gfx:test_support", 1575 "//ui/gfx:test_support",
1575 "//ui/resources", 1576 "//ui/resources",
1576 ] 1577 ]
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 2214
2214 android_library("unit_tests_java") { 2215 android_library("unit_tests_java") {
2215 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2216 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2216 deps = [ 2217 deps = [
2217 "//base:base_java", 2218 "//base:base_java",
2218 "//chrome/android:chrome_java", 2219 "//chrome/android:chrome_java",
2219 "//content/public/android:content_java", 2220 "//content/public/android:content_java",
2220 ] 2221 ]
2221 } 2222 }
2222 } 2223 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/browser_sync/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698