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

Side by Side Diff: components/BUILD.gn

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 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
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//components/search_provider_logos:unit_tests", 119 "//components/search_provider_logos:unit_tests",
120 "//components/security_state:unit_tests", 120 "//components/security_state:unit_tests",
121 "//components/sessions:unit_tests", 121 "//components/sessions:unit_tests",
122 "//components/signin/core/browser:unit_tests", 122 "//components/signin/core/browser:unit_tests",
123 "//components/ssl_config:unit_tests", 123 "//components/ssl_config:unit_tests",
124 "//components/ssl_errors:unit_tests", 124 "//components/ssl_errors:unit_tests",
125 "//components/subresource_filter/core/browser:unit_tests", 125 "//components/subresource_filter/core/browser:unit_tests",
126 "//components/subresource_filter/core/common:unit_tests", 126 "//components/subresource_filter/core/common:unit_tests",
127 "//components/suggestions:unit_tests", 127 "//components/suggestions:unit_tests",
128 "//components/supervised_user_error_page:unit_tests", 128 "//components/supervised_user_error_page:unit_tests",
129 "//components/sync:unit_tests",
129 "//components/sync_bookmarks:unit_tests", 130 "//components/sync_bookmarks:unit_tests",
130 "//components/sync_driver:unit_tests", 131 "//components/sync_driver:unit_tests",
131 "//components/sync_sessions:unit_tests", 132 "//components/sync_sessions:unit_tests",
132 "//components/syncable_prefs:unit_tests", 133 "//components/syncable_prefs:unit_tests",
133 "//components/translate/core/browser:unit_tests", 134 "//components/translate/core/browser:unit_tests",
134 "//components/translate/core/common:unit_tests", 135 "//components/translate/core/common:unit_tests",
135 "//components/translate/core/language_detection:unit_tests", 136 "//components/translate/core/language_detection:unit_tests",
136 "//components/undo:unit_tests", 137 "//components/undo:unit_tests",
137 "//components/update_client:unit_tests", 138 "//components/update_client:unit_tests",
138 "//components/upload_list:unit_tests", 139 "//components/upload_list:unit_tests",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "//base/test:test_support_perf", 491 "//base/test:test_support_perf",
491 "//components/scheduler", 492 "//components/scheduler",
492 "//components/visitedlink/browser", 493 "//components/visitedlink/browser",
493 "//content/test:test_support", 494 "//content/test:test_support",
494 "//testing/gtest", 495 "//testing/gtest",
495 "//testing/perf", 496 "//testing/perf",
496 "//url", 497 "//url",
497 ] 498 ]
498 } 499 }
499 } 500 }
OLDNEW
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698