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

Unified Diff: components/web_view/BUILD.gn

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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/pdf_viewer/pdf_viewer.cc ('k') | components/web_view/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/BUILD.gn
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn
deleted file mode 100644
index 8d3a87cb8b9877541b0ff80f4b3e19728c2f2891..0000000000000000000000000000000000000000
--- a/components/web_view/BUILD.gn
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 2015 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.
-
-import("//mojo/public/mojo_application.gni")
-
-source_set("switches") {
- sources = [
- "web_view_switches.cc",
- "web_view_switches.h",
- ]
-}
-
-source_set("lib") {
- sources = [
- "client_initiated_frame_connection.cc",
- "client_initiated_frame_connection.h",
- "find_controller.cc",
- "find_controller.h",
- "frame.cc",
- "frame.h",
- "frame_connection.cc",
- "frame_connection.h",
- "frame_devtools_agent.cc",
- "frame_devtools_agent.h",
- "frame_devtools_agent_delegate.h",
- "frame_tree.cc",
- "frame_tree.h",
- "frame_tree_delegate.cc",
- "frame_tree_delegate.h",
- "frame_user_data.h",
- "frame_utils.cc",
- "frame_utils.h",
- "local_find_options.cc",
- "local_find_options.h",
- "navigation_controller.cc",
- "navigation_controller.h",
- "navigation_entry.cc",
- "navigation_entry.h",
- "pending_web_view_load.cc",
- "pending_web_view_load.h",
- "reload_type.h",
- "url_request_cloneable.cc",
- "url_request_cloneable.h",
- "web_view_application_delegate.cc",
- "web_view_application_delegate.h",
- "web_view_impl.cc",
- "web_view_impl.h",
- ]
-
- deps = [
- ":switches",
- "//base",
- "//components/clipboard/public/interfaces",
- "//components/devtools_service/public/cpp",
- "//components/devtools_service/public/interfaces",
- "//components/mus/common",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
- "//components/resource_provider/public/interfaces",
- "//components/web_view/test_runner/public/interfaces",
- "//mojo/common:common_base",
- "//mojo/common:url_type_converters",
- "//mojo/converters/geometry",
- "//mojo/public/cpp/bindings",
- "//mojo/services/network/public/interfaces",
- "//mojo/services/tracing/public/cpp",
- "//mojo/services/tracing/public/interfaces",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
- "//url",
- ]
-
- public_deps = [
- "//components/web_view/public/interfaces",
- ]
-
- if (is_linux && !is_android) {
- deps += [ "//components/font_service/public/interfaces" ]
- }
-}
-
-mojo_native_application("web_view") {
- sources = [
- "main.cc",
- ]
-
- deps = [
- ":lib",
- "//mojo/shell/public/cpp",
- ]
-}
-
-source_set("test_support") {
- testonly = true
-
- sources = [
- "test_frame_tree_delegate.cc",
- "test_frame_tree_delegate.h",
- ]
- deps = [
- ":lib",
- "//base",
- "//testing/gtest",
- ]
-}
-
-mojo_native_application("apptests") {
- output_name = "web_view_apptests"
- testonly = true
-
- sources = [
- "frame_apptest.cc",
- "web_view_apptest.cc",
- ]
-
- deps = [
- ":lib",
- ":test_support",
- "//base",
- "//base/test:test_config",
- "//components/mus/public/cpp",
- "//components/mus/public/cpp/tests:test_support",
- "//components/mus/public/interfaces",
- "//components/web_view/public/cpp",
- "//components/web_view/public/interfaces",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/cpp:test_support",
- "//mojo/util:filename_util",
- "//ui/mojo/geometry:interfaces",
- "//ui/mojo/geometry:util",
- "//url:url",
- ]
-
- data_deps = [
- ":web_view",
- ]
-}
« no previous file with comments | « components/pdf_viewer/pdf_viewer.cc ('k') | components/web_view/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698