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

Unified Diff: components/browsing_data/core/BUILD.gn

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: components/browsing_data/core/BUILD.gn
diff --git a/components/browsing_data/BUILD.gn b/components/browsing_data/core/BUILD.gn
similarity index 59%
rename from components/browsing_data/BUILD.gn
rename to components/browsing_data/core/BUILD.gn
index b39d3ed84eb098f5e0ce7406d3817106570ffc7c..3345896106d70fe20e82e088ed7dcb330c66f986 100644
--- a/components/browsing_data/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -6,28 +6,19 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-static_library("browsing_data") {
- output_name = "browsing_data"
+static_library("core") {
sources = [
"browsing_data_utils.cc",
"browsing_data_utils.h",
- "conditional_cache_deletion_helper.cc",
- "conditional_cache_deletion_helper.h",
"counters/browsing_data_counter.cc",
"counters/browsing_data_counter.h",
"pref_names.cc",
"pref_names.h",
- "storage_partition_http_cache_data_remover.cc",
- "storage_partition_http_cache_data_remover.h",
]
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
deps = [
"//base",
"//components/prefs:prefs",
- "//content/public/browser",
- "//net",
]
}
« no previous file with comments | « components/browsing_data/content/storage_partition_http_cache_data_remover.cc ('k') | components/browsing_data/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698