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

Side by Side Diff: components/BUILD.gn

Issue 1306893007: //components/variations: Create separate target for VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/variations.gypi » ('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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "//components/ui/zoom", 115 "//components/ui/zoom",
116 "//components/undo", 116 "//components/undo",
117 "//components/update_client", 117 "//components/update_client",
118 "//components/upload_list", 118 "//components/upload_list",
119 "//components/url_formatter", 119 "//components/url_formatter",
120 "//components/url_matcher", 120 "//components/url_matcher",
121 "//components/user_manager", 121 "//components/user_manager",
122 "//components/user_prefs", 122 "//components/user_prefs",
123 "//components/user_prefs/tracked:user_prefs_tracked", 123 "//components/user_prefs/tracked:user_prefs_tracked",
124 "//components/variations", 124 "//components/variations",
125 "//components/variations/service",
125 "//components/version_info", 126 "//components/version_info",
126 "//components/visitedlink/browser", 127 "//components/visitedlink/browser",
127 "//components/visitedlink/common", 128 "//components/visitedlink/common",
128 "//components/visitedlink/renderer", 129 "//components/visitedlink/renderer",
129 "//components/wallpaper", 130 "//components/wallpaper",
130 "//components/web_cache/browser", 131 "//components/web_cache/browser",
131 "//components/web_cache/common", 132 "//components/web_cache/common",
132 "//components/web_cache/renderer", 133 "//components/web_cache/renderer",
133 "//components/web_modal", 134 "//components/web_modal",
134 "//components/web_resource", 135 "//components/web_resource",
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 585
585 deps = [ 586 deps = [
586 "//base", 587 "//base",
587 "//base/test:test_support_perf", 588 "//base/test:test_support_perf",
588 "//testing/gtest", 589 "//testing/gtest",
589 "//testing/perf", 590 "//testing/perf",
590 "//content/test:test_support", 591 "//content/test:test_support",
591 "//components/visitedlink/browser", 592 "//components/visitedlink/browser",
592 ] 593 ]
593 } 594 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/variations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698