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

Unified Diff: components/ui/zoom/BUILD.gn

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/guest_view/browser/guest_view_base.cc ('k') | components/ui/zoom/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui/zoom/BUILD.gn
diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
deleted file mode 100644
index 4a2f3ea569c6f4748417c482da0b7a478b071e2a..0000000000000000000000000000000000000000
--- a/components/ui/zoom/BUILD.gn
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2014 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.
-
-source_set("zoom") {
- sources = [
- "page_zoom.cc",
- "page_zoom.h",
- "page_zoom_constants.cc",
- "page_zoom_constants.h",
- "zoom_controller.cc",
- "zoom_controller.h",
- "zoom_event_manager.cc",
- "zoom_event_manager.h",
- "zoom_event_manager_observer.h",
- "zoom_observer.h",
- ]
-
- deps = [
- "//base",
- "//components/prefs",
- "//content/public/browser",
- "//content/public/common",
- "//ipc",
- "//net",
- "//url",
- ]
-}
-
-source_set("test_support") {
- testonly = true
- sources = [
- "test/zoom_test_utils.cc",
- "test/zoom_test_utils.h",
- ]
- deps = [
- ":zoom",
- "//base:base",
- "//content/test:test_support",
- ]
-}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "page_zoom_unittests.cc",
- ]
- deps = [
- ":zoom",
- "//components/prefs",
- "//content/public/common",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/guest_view/browser/guest_view_base.cc ('k') | components/ui/zoom/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698