| 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 16 matching lines...) Expand all Loading... |
| 27 "//components/browser_sync/common", | 27 "//components/browser_sync/common", |
| 28 "//components/bubble", | 28 "//components/bubble", |
| 29 "//components/captive_portal", | 29 "//components/captive_portal", |
| 30 "//components/chrome_apps", | 30 "//components/chrome_apps", |
| 31 "//components/component_updater", | 31 "//components/component_updater", |
| 32 "//components/compression", | 32 "//components/compression", |
| 33 "//components/crx_file", | 33 "//components/crx_file", |
| 34 "//components/data_reduction_proxy/core/browser", | 34 "//components/data_reduction_proxy/core/browser", |
| 35 "//components/data_reduction_proxy/core/common", | 35 "//components/data_reduction_proxy/core/common", |
| 36 "//components/device_event_log", | 36 "//components/device_event_log", |
| 37 "//components/flags_ui", |
| 37 "//components/google/core/browser", | 38 "//components/google/core/browser", |
| 38 "//components/password_manager/core/browser", | 39 "//components/password_manager/core/browser", |
| 39 "//components/password_manager/core/common", | 40 "//components/password_manager/core/common", |
| 40 "//components/password_manager/sync/browser", | 41 "//components/password_manager/sync/browser", |
| 41 "//components/search", | 42 "//components/search", |
| 42 "//components/search_engines", | 43 "//components/search_engines", |
| 43 "//components/sessions", | 44 "//components/sessions", |
| 44 "//components/sync_bookmarks", | 45 "//components/sync_bookmarks", |
| 45 "//components/undo", | 46 "//components/undo", |
| 46 "//components/strings", | 47 "//components/strings", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 deps = [ | 321 deps = [ |
| 321 "//base", | 322 "//base", |
| 322 "//base/test:test_support", | 323 "//base/test:test_support", |
| 323 "//components/autofill/core/browser:unit_tests", | 324 "//components/autofill/core/browser:unit_tests", |
| 324 "//components/autofill/core/common:unit_tests", | 325 "//components/autofill/core/common:unit_tests", |
| 325 "//components/bookmarks/browser:unit_tests", | 326 "//components/bookmarks/browser:unit_tests", |
| 326 "//components/bookmarks/managed:unit_tests", | 327 "//components/bookmarks/managed:unit_tests", |
| 327 "//components/compression:unit_tests", | 328 "//components/compression:unit_tests", |
| 328 "//components/content_settings/core/common", | 329 "//components/content_settings/core/common", |
| 329 "//components/data_usage/core:unit_tests", | 330 "//components/data_usage/core:unit_tests", |
| 331 "//components/flags_ui:unit_tests", |
| 330 "//components/google/core/browser:unit_tests", | 332 "//components/google/core/browser:unit_tests", |
| 331 "//components/net_log:unit_tests", | 333 "//components/net_log:unit_tests", |
| 332 "//components/password_manager/core/browser:unit_tests", | 334 "//components/password_manager/core/browser:unit_tests", |
| 333 "//components/password_manager/core/common:unit_tests", | 335 "//components/password_manager/core/common:unit_tests", |
| 334 "//components/password_manager/sync/browser:unit_tests", | 336 "//components/password_manager/sync/browser:unit_tests", |
| 335 "//components/search:unit_tests", | 337 "//components/search:unit_tests", |
| 336 "//components/sessions:unit_tests", | 338 "//components/sessions:unit_tests", |
| 337 "//components/syncable_prefs:unit_tests", | 339 "//components/syncable_prefs:unit_tests", |
| 338 "//components/undo:unit_tests", | 340 "//components/undo:unit_tests", |
| 339 "//net", | 341 "//net", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 ] | 690 ] |
| 689 if (!is_ios) { | 691 if (!is_ios) { |
| 690 deps += [ | 692 deps += [ |
| 691 "//base", | 693 "//base", |
| 692 "//base/test:test_support_perf", | 694 "//base/test:test_support_perf", |
| 693 "//content/test:test_support", | 695 "//content/test:test_support", |
| 694 "//components/visitedlink/browser", | 696 "//components/visitedlink/browser", |
| 695 ] | 697 ] |
| 696 } | 698 } |
| 697 } | 699 } |
| OLD | NEW |