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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 if (is_android) { | 10 if (is_android) { |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "//components/version_info", | 84 "//components/version_info", |
85 "//components/version_ui", | 85 "//components/version_ui", |
86 "//components/web_resource", | 86 "//components/web_resource", |
87 "//components/webdata_services", | 87 "//components/webdata_services", |
88 ] | 88 ] |
89 | 89 |
90 if (!is_ios) { | 90 if (!is_ios) { |
91 deps += [ | 91 deps += [ |
92 "//components/about_handler", | 92 "//components/about_handler", |
93 "//components/app_modal", | 93 "//components/app_modal", |
| 94 "//components/arc", |
94 "//components/auto_login_parser", | 95 "//components/auto_login_parser", |
95 "//components/autofill/content/browser", | 96 "//components/autofill/content/browser", |
96 "//components/autofill/content/common", | 97 "//components/autofill/content/common", |
97 "//components/autofill/content/renderer", | 98 "//components/autofill/content/renderer", |
98 "//components/bitmap_uploader", | 99 "//components/bitmap_uploader", |
99 "//components/browsing_data", | 100 "//components/browsing_data", |
100 "//components/bubble", | 101 "//components/bubble", |
101 "//components/captive_portal", | 102 "//components/captive_portal", |
102 "//components/cdm/browser", | 103 "//components/cdm/browser", |
103 "//components/cdm/browser", | 104 "//components/cdm/browser", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 "//components/webusb", | 218 "//components/webusb", |
218 ] | 219 ] |
219 } | 220 } |
220 | 221 |
221 if (!is_win && !is_mac) { | 222 if (!is_win && !is_mac) { |
222 deps -= [ "//components/wifi" ] | 223 deps -= [ "//components/wifi" ] |
223 } | 224 } |
224 | 225 |
225 if (!is_chromeos) { | 226 if (!is_chromeos) { |
226 deps -= [ | 227 deps -= [ |
| 228 "//components/arc", |
227 "//components/pairing", | 229 "//components/pairing", |
228 "//components/wifi_sync", | 230 "//components/wifi_sync", |
229 ] | 231 ] |
230 } | 232 } |
231 | 233 |
232 if (is_chromeos && enable_arc) { | |
233 deps += [ "//components/arc" ] | |
234 } | |
235 | |
236 if (!use_ash) { | 234 if (!use_ash) { |
237 deps -= [ "//components/exo" ] | 235 deps -= [ "//components/exo" ] |
238 } | 236 } |
239 | 237 |
240 if (!use_ash || !is_linux) { | 238 if (!use_ash || !is_linux) { |
241 deps -= [ "//components/exo/wayland" ] | 239 deps -= [ "//components/exo/wayland" ] |
242 } | 240 } |
243 } else { | 241 } else { |
244 deps += [ | 242 deps += [ |
245 "//components/autofill/ios/browser", | 243 "//components/autofill/ios/browser", |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 "//components/variations/android:variations_java", | 501 "//components/variations/android:variations_java", |
504 "//content/public/android:content_java", | 502 "//content/public/android:content_java", |
505 "//ui/android:ui_java", | 503 "//ui/android:ui_java", |
506 ] | 504 ] |
507 | 505 |
508 if (enable_configuration_policy) { | 506 if (enable_configuration_policy) { |
509 apk_deps += [ "//components/policy/android:policy_java" ] | 507 apk_deps += [ "//components/policy/android:policy_java" ] |
510 } | 508 } |
511 } | 509 } |
512 if (is_chromeos) { | 510 if (is_chromeos) { |
513 deps += [ "//components/ownership:unit_tests" ] | 511 deps += [ |
514 } | 512 "//components/arc:unit_tests", |
515 if (is_chromeos && enable_arc) { | 513 "//components/ownership:unit_tests", |
516 deps += [ "//components/arc:unit_tests" ] | 514 ] |
517 } | 515 } |
518 | 516 |
519 # TODO(GYP) need this target. | 517 # TODO(GYP) need this target. |
520 #'breakpad/app/crash_keys_win_unittest.cc', | 518 #'breakpad/app/crash_keys_win_unittest.cc', |
521 | 519 |
522 if (enable_configuration_policy) { | 520 if (enable_configuration_policy) { |
523 deps += [ | 521 deps += [ |
524 "//components/policy/core/browser:unit_tests", | 522 "//components/policy/core/browser:unit_tests", |
525 "//components/policy/core/common:unit_tests", | 523 "//components/policy/core/common:unit_tests", |
526 ] | 524 ] |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 ] | 723 ] |
726 if (!is_ios) { | 724 if (!is_ios) { |
727 deps += [ | 725 deps += [ |
728 "//base", | 726 "//base", |
729 "//base/test:test_support_perf", | 727 "//base/test:test_support_perf", |
730 "//components/visitedlink/browser", | 728 "//components/visitedlink/browser", |
731 "//content/test:test_support", | 729 "//content/test:test_support", |
732 ] | 730 ] |
733 } | 731 } |
734 } | 732 } |
OLD | NEW |