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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1204 # NOTE: New depndencies should generally be added in the OS!="ios" | 1204 # NOTE: New depndencies should generally be added in the OS!="ios" |
1205 # dependencies block below, rather than here. | 1205 # dependencies block below, rather than here. |
1206 # Unit tests should only depend on: | 1206 # Unit tests should only depend on: |
1207 # 1) everything that the chrome binaries depend on: | 1207 # 1) everything that the chrome binaries depend on: |
1208 "//chrome:browser_dependencies", | 1208 "//chrome:browser_dependencies", |
1209 "//chrome:child_dependencies", | 1209 "//chrome:child_dependencies", |
1210 | 1210 |
1211 # 2) test-specific support libraries: | 1211 # 2) test-specific support libraries: |
1212 ":test_support_unit", | 1212 ":test_support_unit", |
1213 "//base/test:test_support", | 1213 "//base/test:test_support", |
| 1214 "//chrome/browser/media/router:test_support", |
1214 "//chrome/test:test_support", | 1215 "//chrome/test:test_support", |
1215 "//components/resources", | 1216 "//components/resources", |
1216 "//components/content_settings/core/test:test_support", | 1217 "//components/content_settings/core/test:test_support", |
1217 "//content/test:test_support", | 1218 "//content/test:test_support", |
1218 "//content/public/app:both", | 1219 "//content/public/app:both", |
1219 "//crypto:platform", | 1220 "//crypto:platform", |
1220 "//crypto:test_support", | 1221 "//crypto:test_support", |
1221 "//net", | 1222 "//net", |
1222 "//net:test_support", | 1223 "//net:test_support", |
1223 "//sync:test_support_sync_api", | 1224 "//sync:test_support_sync_api", |
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1754 } | 1755 } |
1755 | 1756 |
1756 if (cld_version == 0 || cld_version == 2) { | 1757 if (cld_version == 0 || cld_version == 2) { |
1757 # Use whatever CLD2 data access mode that the | 1758 # Use whatever CLD2 data access mode that the |
1758 # application embedder is using. | 1759 # application embedder is using. |
1759 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1760 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
1760 } | 1761 } |
1761 } | 1762 } |
1762 } | 1763 } |
1763 } | 1764 } |
OLD | NEW |