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

Side by Side Diff: components/BUILD.gn

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/OWNERS » ('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 # 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "//components/query_parser", 116 "//components/query_parser",
117 "//components/rappor", 117 "//components/rappor",
118 "//components/renderer_context_menu", 118 "//components/renderer_context_menu",
119 "//components/resources:components_resources", 119 "//components/resources:components_resources",
120 "//components/search_provider_logos", 120 "//components/search_provider_logos",
121 "//components/security_interstitials/core", 121 "//components/security_interstitials/core",
122 "//components/sessions", 122 "//components/sessions",
123 "//components/signin/core/browser", 123 "//components/signin/core/browser",
124 "//components/startup_metric_utils", 124 "//components/startup_metric_utils",
125 "//components/sync_driver", 125 "//components/sync_driver",
126 "//components/sync_sessions",
126 "//components/tracing", 127 "//components/tracing",
127 "//components/tracing:startup_tracing", 128 "//components/tracing:startup_tracing",
128 "//components/translate/content/browser", 129 "//components/translate/content/browser",
129 "//components/translate/content/common", 130 "//components/translate/content/common",
130 "//components/translate/content/renderer", 131 "//components/translate/content/renderer",
131 "//components/translate/core/browser", 132 "//components/translate/core/browser",
132 "//components/translate/core/common", 133 "//components/translate/core/common",
133 "//components/ui/zoom", 134 "//components/ui/zoom",
134 "//components/update_client", 135 "//components/update_client",
135 "//components/upload_list", 136 "//components/upload_list",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "//components/precache/content:unit_tests", 379 "//components/precache/content:unit_tests",
379 "//components/precache/core:unit_tests", 380 "//components/precache/core:unit_tests",
380 "//components/proxy_config:unit_tests", 381 "//components/proxy_config:unit_tests",
381 "//components/query_parser:unit_tests", 382 "//components/query_parser:unit_tests",
382 "//components/rappor:unit_tests", 383 "//components/rappor:unit_tests",
383 "//components/search_engines:unit_tests", 384 "//components/search_engines:unit_tests",
384 "//components/search:unit_tests", 385 "//components/search:unit_tests",
385 "//components/search_provider_logos:unit_tests", 386 "//components/search_provider_logos:unit_tests",
386 "//components/signin/core/browser:unit_tests", 387 "//components/signin/core/browser:unit_tests",
387 "//components/sync_driver:unit_tests", 388 "//components/sync_driver:unit_tests",
389 "//components/sync_sessions:unit_tests",
388 "//components/translate/core/browser:unit_tests", 390 "//components/translate/core/browser:unit_tests",
389 "//components/translate/core/common:unit_tests", 391 "//components/translate/core/common:unit_tests",
390 "//components/translate/core/language_detection:unit_tests", 392 "//components/translate/core/language_detection:unit_tests",
391 "//components/url_formatter:unit_tests", 393 "//components/url_formatter:unit_tests",
392 "//components/url_matcher:unit_tests", 394 "//components/url_matcher:unit_tests",
393 "//components/update_client:unit_tests", 395 "//components/update_client:unit_tests",
394 "//components/upload_list:unit_tests", 396 "//components/upload_list:unit_tests",
395 "//components/user_prefs/tracked:unit_tests", 397 "//components/user_prefs/tracked:unit_tests",
396 "//components/variations:unit_tests", 398 "//components/variations:unit_tests",
397 "//components/wallpaper:unit_tests", 399 "//components/wallpaper:unit_tests",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 ] 596 ]
595 if (!is_ios) { 597 if (!is_ios) {
596 deps += [ 598 deps += [
597 "//base", 599 "//base",
598 "//base/test:test_support_perf", 600 "//base/test:test_support_perf",
599 "//content/test:test_support", 601 "//content/test:test_support",
600 "//components/visitedlink/browser", 602 "//components/visitedlink/browser",
601 ] 603 ]
602 } 604 }
603 } 605 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698