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

Side by Side Diff: components/BUILD.gn

Issue 2565013002: Split browser-specific and generic code in components/task_scheduler_util/. (Closed)
Patch Set: self-review Created 4 years 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("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "//components/ssl_config:unit_tests", 126 "//components/ssl_config:unit_tests",
127 "//components/ssl_errors:unit_tests", 127 "//components/ssl_errors:unit_tests",
128 "//components/subresource_filter/core/browser:unit_tests", 128 "//components/subresource_filter/core/browser:unit_tests",
129 "//components/subresource_filter/core/common:unit_tests", 129 "//components/subresource_filter/core/common:unit_tests",
130 "//components/suggestions:unit_tests", 130 "//components/suggestions:unit_tests",
131 "//components/supervised_user_error_page:unit_tests", 131 "//components/supervised_user_error_page:unit_tests",
132 "//components/sync:unit_tests", 132 "//components/sync:unit_tests",
133 "//components/sync_bookmarks:unit_tests", 133 "//components/sync_bookmarks:unit_tests",
134 "//components/sync_preferences:unit_tests", 134 "//components/sync_preferences:unit_tests",
135 "//components/sync_sessions:unit_tests", 135 "//components/sync_sessions:unit_tests",
136 "//components/task_scheduler_util/initialization:unit_tests", 136 "//components/task_scheduler_util:unit_tests",
137 "//components/task_scheduler_util/variations:unit_tests",
138 "//components/test:test_support", 137 "//components/test:test_support",
139 "//components/translate/core/browser:unit_tests", 138 "//components/translate/core/browser:unit_tests",
140 "//components/translate/core/common:unit_tests", 139 "//components/translate/core/common:unit_tests",
141 "//components/translate/core/language_detection:unit_tests", 140 "//components/translate/core/language_detection:unit_tests",
142 "//components/undo:unit_tests", 141 "//components/undo:unit_tests",
143 "//components/update_client:unit_tests", 142 "//components/update_client:unit_tests",
144 "//components/upload_list:unit_tests", 143 "//components/upload_list:unit_tests",
145 "//components/url_formatter:unit_tests", 144 "//components/url_formatter:unit_tests",
146 "//components/url_matcher:unit_tests", 145 "//components/url_matcher:unit_tests",
147 "//components/user_prefs/tracked:unit_tests", 146 "//components/user_prefs/tracked:unit_tests",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "//testing/perf", 501 "//testing/perf",
503 "//url", 502 "//url",
504 ] 503 ]
505 504
506 if (!is_ios) { 505 if (!is_ios) {
507 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 506 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
508 deps += [ "//components/discardable_memory/common" ] 507 deps += [ "//components/discardable_memory/common" ]
509 } 508 }
510 } 509 }
511 } 510 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698