| 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/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//rlz/features/features.gni") | 9 import("//rlz/features/features.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "//components/sync:unit_tests", | 137 "//components/sync:unit_tests", |
| 138 "//components/sync_bookmarks:unit_tests", | 138 "//components/sync_bookmarks:unit_tests", |
| 139 "//components/sync_preferences:unit_tests", | 139 "//components/sync_preferences:unit_tests", |
| 140 "//components/sync_sessions:unit_tests", | 140 "//components/sync_sessions:unit_tests", |
| 141 "//components/task_scheduler_util/common:unit_tests", | 141 "//components/task_scheduler_util/common:unit_tests", |
| 142 "//components/task_scheduler_util/variations:unit_tests", | 142 "//components/task_scheduler_util/variations:unit_tests", |
| 143 "//components/test:test_support", | 143 "//components/test:test_support", |
| 144 "//components/translate/core/browser:unit_tests", | 144 "//components/translate/core/browser:unit_tests", |
| 145 "//components/translate/core/common:unit_tests", | 145 "//components/translate/core/common:unit_tests", |
| 146 "//components/translate/core/language_detection:unit_tests", | 146 "//components/translate/core/language_detection:unit_tests", |
| 147 "//components/ukm:unit_tests", |
| 147 "//components/undo:unit_tests", | 148 "//components/undo:unit_tests", |
| 148 "//components/update_client:unit_tests", | 149 "//components/update_client:unit_tests", |
| 149 "//components/upload_list:unit_tests", | 150 "//components/upload_list:unit_tests", |
| 150 "//components/url_formatter:unit_tests", | 151 "//components/url_formatter:unit_tests", |
| 151 "//components/url_matcher:unit_tests", | 152 "//components/url_matcher:unit_tests", |
| 152 "//components/user_prefs/tracked:unit_tests", | 153 "//components/user_prefs/tracked:unit_tests", |
| 153 "//components/variations:unit_tests", | 154 "//components/variations:unit_tests", |
| 154 "//components/variations/service:unit_tests", | 155 "//components/variations/service:unit_tests", |
| 155 "//components/web_resource:unit_tests", | 156 "//components/web_resource:unit_tests", |
| 156 "//components/webdata/common:unit_tests", | 157 "//components/webdata/common:unit_tests", |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "//testing/perf", | 500 "//testing/perf", |
| 500 "//url", | 501 "//url", |
| 501 ] | 502 ] |
| 502 | 503 |
| 503 if (!is_ios) { | 504 if (!is_ios) { |
| 504 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 505 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 505 deps += [ "//components/discardable_memory/common" ] | 506 deps += [ "//components/discardable_memory/common" ] |
| 506 } | 507 } |
| 507 } | 508 } |
| 508 } | 509 } |
| OLD | NEW |