summaryrefslogtreecommitdiffstats
path: root/components/BUILD.gn
diff options
context:
space:
mode:
authorrohitrao <rohitrao@chromium.org>2014-10-24 08:34:35 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-24 15:35:06 +0000
commitd16f44e6bb404dcb5b841f231b74da5afd6c5789 (patch)
tree666428352558fd3cadec2f227984164fd57140cc /components/BUILD.gn
parent373e3a9b371e91f347888eb8af77ab912ab37936 (diff)
downloadchromium_src-d16f44e6bb404dcb5b841f231b74da5afd6c5789.zip
chromium_src-d16f44e6bb404dcb5b841f231b74da5afd6c5789.tar.gz
chromium_src-d16f44e6bb404dcb5b841f231b74da5afd6c5789.tar.bz2
Renames the main components/sessions target to sessions_content.
This makes it clear that this target depends on //content and lays the groundwork for a future sessions_ios target. The files in components/sessions/core/ are moved to a variable so that they can be shared across targets. TBR=finnur@chromium.org TBR=sky@chromium.org BUG=371476 TEST=None Review URL: https://codereview.chromium.org/673843002 Cr-Commit-Position: refs/heads/master@{#301103}
Diffstat (limited to 'components/BUILD.gn')
-rw-r--r--components/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn
index c0bf314..fbb1cc1 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -81,7 +81,7 @@ group("all_components") {
"//components/search",
"//components/search_engines",
"//components/search_provider_logos",
- "//components/sessions",
+ "//components/sessions:sessions_content",
"//components/signin/core/browser",
"//components/startup_metric_utils",
"//components/strings",
@@ -172,7 +172,7 @@ group("all_components") {
"//components/renderer_context_menu", # Blocked on content.
"//components/search_engines", # Should work, needs checking.
"//components/search_provider_logos", # Should work, needs checking.
- "//components/sessions", # Blocked on content.
+ "//components/sessions:sessions_content", # Blocked on content.
"//components/signin/core/browser", # Should work, needs checking.
"//components/translate/content/browser", # Blocked on content.
"//components/translate/content/common", # Blocked on content.