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

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 GN, self review Created 5 years, 2 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/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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "//components/undo:unit_tests", 306 "//components/undo:unit_tests",
307 "//net", 307 "//net",
308 "//ui/base", 308 "//ui/base",
309 "//ui/resources:ui_test_pak", 309 "//ui/resources:ui_test_pak",
310 "//components/search_engines:unit_tests", 310 "//components/search_engines:unit_tests",
311 "//components/undo:unit_tests", 311 "//components/undo:unit_tests",
312 "//components/leveldb_proto:unit_tests", 312 "//components/leveldb_proto:unit_tests",
313 "//components/suggestions:unit_tests", 313 "//components/suggestions:unit_tests",
314 "//components/omnibox/browser:unit_tests", 314 "//components/omnibox/browser:unit_tests",
315 "//components/sessions:test_support", 315 "//components/sessions:test_support",
316 "//components/sessions:test_support",
316 ] 317 ]
317 318
318 if (!is_ios) { 319 if (!is_ios) {
319 deps += [ 320 deps += [
320 "//components/enhanced_bookmarks:unit_tests", 321 "//components/enhanced_bookmarks:unit_tests",
321 "//components/error_page/renderer:unit_tests", 322 "//components/error_page/renderer:unit_tests",
322 "//components/guest_view/browser:unit_tests", 323 "//components/guest_view/browser:unit_tests",
323 "//components/navigation_interception:unit_tests", 324 "//components/navigation_interception:unit_tests",
324 "//components/network_hints/renderer:unit_tests", 325 "//components/network_hints/renderer:unit_tests",
325 "//components/power:unit_tests", 326 "//components/power:unit_tests",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ] 597 ]
597 if (!is_ios) { 598 if (!is_ios) {
598 deps += [ 599 deps += [
599 "//base", 600 "//base",
600 "//base/test:test_support_perf", 601 "//base/test:test_support_perf",
601 "//content/test:test_support", 602 "//content/test:test_support",
602 "//components/visitedlink/browser", 603 "//components/visitedlink/browser",
603 ] 604 ]
604 } 605 }
605 } 606 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698