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

Unified Diff: components/previews/BUILD.gn

Issue 2333003002: Changed previews component to be a layered component. (Closed)
Patch Set: Rebased on master Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/previews/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/BUILD.gn
diff --git a/components/previews/BUILD.gn b/components/previews/BUILD.gn
deleted file mode 100644
index 26efc4f370f65fc26e1e252cbd99d7b718014557..0000000000000000000000000000000000000000
--- a/components/previews/BUILD.gn
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.
-
-static_library("previews") {
- sources = [
- "previews_data_savings.cc",
- "previews_data_savings.h",
- "previews_experiments.cc",
- "previews_experiments.h",
- "previews_io_data.cc",
- "previews_io_data.h",
- "previews_ui_service.cc",
- "previews_ui_service.h",
- ]
-
- deps = [
- "//base",
- "//components/data_reduction_proxy/core/common",
- "//components/variations",
- ]
-}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "previews_data_savings_unittest.cc",
- "previews_experiments_unittest.cc",
- "previews_io_data_unittest.cc",
- "previews_ui_service_unittest.cc",
- ]
-
- deps = [
- ":previews",
- "//base",
- "//base/test:test_support",
- "//components/data_reduction_proxy/core/common",
- "//components/variations",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/BUILD.gn ('k') | components/previews/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698