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

Unified Diff: components/browsing_data/BUILD.gn

Issue 1049423002: Move StoragePartitionHttpCacheRemover to browsing_data/ components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: speculative fix for ios Created 5 years, 9 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/BUILD.gn
diff --git a/mojo/gpu/BUILD.gn b/components/browsing_data/BUILD.gn
similarity index 54%
copy from mojo/gpu/BUILD.gn
copy to components/browsing_data/BUILD.gn
index 41f041316247a95ef8827dfc58313e79829ed835..e8af5b63d9ba0d91952ad2aad3213f762da749d7 100644
--- a/mojo/gpu/BUILD.gn
+++ b/components/browsing_data/BUILD.gn
@@ -2,16 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("mojo_gles2_implementation") {
+static_library("browsing_data") {
+ output_name = "browsing_data"
sources = [
- "mojo_gles2_impl_autogen.cc",
- "mojo_gles2_impl_autogen.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 = [
- "//gpu/command_buffer/client:gles2_interface",
- "//third_party/mojo/src/mojo/public/c/gles2",
+ "//base",
+ "//content/public/browser",
+ "//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698