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", |
] |
} |