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