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

Side by Side Diff: components/BUILD.gn

Issue 1408643002: [Sync] Componentize synced_tab_delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test broken by rebase Created 5 years, 1 month 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/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 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "//components/search:unit_tests", 311 "//components/search:unit_tests",
312 "//components/undo:unit_tests", 312 "//components/undo:unit_tests",
313 "//net", 313 "//net",
314 "//ui/base", 314 "//ui/base",
315 "//ui/resources:ui_test_pak", 315 "//ui/resources:ui_test_pak",
316 "//components/search_engines:unit_tests", 316 "//components/search_engines:unit_tests",
317 "//components/undo:unit_tests", 317 "//components/undo:unit_tests",
318 "//components/leveldb_proto:unit_tests", 318 "//components/leveldb_proto:unit_tests",
319 "//components/suggestions:unit_tests", 319 "//components/suggestions:unit_tests",
320 "//components/omnibox/browser:unit_tests", 320 "//components/omnibox/browser:unit_tests",
321 "//components/sessions:test_support",
322 ] 321 ]
323 322
324 if (!is_ios) { 323 if (!is_ios) {
325 deps += [ 324 deps += [
326 "//components/enhanced_bookmarks:unit_tests", 325 "//components/enhanced_bookmarks:unit_tests",
327 "//components/error_page/renderer:unit_tests", 326 "//components/error_page/renderer:unit_tests",
328 "//components/guest_view/browser:unit_tests", 327 "//components/guest_view/browser:unit_tests",
329 "//components/navigation_interception:unit_tests", 328 "//components/navigation_interception:unit_tests",
330 "//components/network_hints/renderer:unit_tests", 329 "//components/network_hints/renderer:unit_tests",
331 "//components/power:unit_tests", 330 "//components/power:unit_tests",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 ] 617 ]
619 if (!is_ios) { 618 if (!is_ios) {
620 deps += [ 619 deps += [
621 "//base", 620 "//base",
622 "//base/test:test_support_perf", 621 "//base/test:test_support_perf",
623 "//content/test:test_support", 622 "//content/test:test_support",
624 "//components/visitedlink/browser", 623 "//components/visitedlink/browser",
625 ] 624 ]
626 } 625 }
627 } 626 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698