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

Unified Diff: extensions/browser/guest_view/web_view/web_ui/BUILD.gn

Issue 2932643004: Extensions: Move targets in extensions/browser/guest_view to extensions/browser:browser_sources. (Closed)
Patch Set: Created 3 years, 6 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: extensions/browser/guest_view/web_view/web_ui/BUILD.gn
diff --git a/extensions/browser/guest_view/web_view/web_ui/BUILD.gn b/extensions/browser/guest_view/web_view/web_ui/BUILD.gn
deleted file mode 100644
index 17a8fe08b7199a46625d1c9b9301b378a7eca440..0000000000000000000000000000000000000000
--- a/extensions/browser/guest_view/web_view/web_ui/BUILD.gn
+++ /dev/null
@@ -1,15 +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.
-
-source_set("web_ui") {
Devlin 2017/06/12 15:20:20 This one can actually stay. :) It has no dependen
karandeepb 2017/06/12 21:10:49 Done.
- sources = [
- "web_ui_url_fetcher.cc",
- "web_ui_url_fetcher.h",
- ]
- public_deps = [
- "//base",
- "//net",
- "//url",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698