Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: components/BUILD.gn

Issue 2626783002: Remove old APIs from components/task_scheduler_util/. (Closed)
Patch Set: fix build error Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "//components/ssl_errors:unit_tests", 132 "//components/ssl_errors:unit_tests",
133 "//components/subresource_filter/core/browser:unit_tests", 133 "//components/subresource_filter/core/browser:unit_tests",
134 "//components/subresource_filter/core/common:unit_tests", 134 "//components/subresource_filter/core/common:unit_tests",
135 "//components/suggestions:unit_tests", 135 "//components/suggestions:unit_tests",
136 "//components/supervised_user_error_page:unit_tests", 136 "//components/supervised_user_error_page:unit_tests",
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",
143 "//components/test:test_support", 142 "//components/test:test_support",
144 "//components/translate/core/browser:unit_tests", 143 "//components/translate/core/browser:unit_tests",
145 "//components/translate/core/common:unit_tests", 144 "//components/translate/core/common:unit_tests",
146 "//components/translate/core/language_detection:unit_tests", 145 "//components/translate/core/language_detection:unit_tests",
147 "//components/undo:unit_tests", 146 "//components/undo:unit_tests",
148 "//components/update_client:unit_tests", 147 "//components/update_client:unit_tests",
149 "//components/upload_list:unit_tests", 148 "//components/upload_list:unit_tests",
150 "//components/url_formatter:unit_tests", 149 "//components/url_formatter:unit_tests",
151 "//components/url_matcher:unit_tests", 150 "//components/url_matcher:unit_tests",
152 "//components/user_prefs/tracked:unit_tests", 151 "//components/user_prefs/tracked:unit_tests",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "//testing/perf", 498 "//testing/perf",
500 "//url", 499 "//url",
501 ] 500 ]
502 501
503 if (!is_ios) { 502 if (!is_ios) {
504 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 503 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
505 deps += [ "//components/discardable_memory/common" ] 504 deps += [ "//components/discardable_memory/common" ]
506 } 505 }
507 } 506 }
508 } 507 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | components/task_scheduler_util/initialization/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698