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

Unified Diff: components/framelet/renderer/BUILD.gn

Issue 1529653002: Prototype FrameletGuest/Container Class stubs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/framelet/common/framelet_messages.h ('k') | components/framelet/renderer/framelet_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/framelet/renderer/BUILD.gn
diff --git a/components/visitedlink/renderer/BUILD.gn b/components/framelet/renderer/BUILD.gn
similarity index 52%
copy from components/visitedlink/renderer/BUILD.gn
copy to components/framelet/renderer/BUILD.gn
index 01a11f07e86a88c6d00097268c0542d58b1b6b64..a565d670f43fe2a3468b7e2a83e5b9c3e5ee1740 100644
--- a/components/visitedlink/renderer/BUILD.gn
+++ b/components/framelet/renderer/BUILD.gn
@@ -1,20 +1,22 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# 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.
-assert(!is_ios)
-
source_set("renderer") {
+ output_name = "framelet_renderer"
sources = [
- "visitedlink_slave.cc",
- "visitedlink_slave.h",
+ "framelet_container.cc",
+ "framelet_container.h",
]
deps = [
"//base",
- "//components/visitedlink/common",
+ "//components/framelet/common",
+ "//components/guest_view/renderer",
"//content/public/common",
"//content/public/renderer",
+ "//ipc",
"//third_party/WebKit/public:blink",
+ "//v8",
]
}
« no previous file with comments | « components/framelet/common/framelet_messages.h ('k') | components/framelet/renderer/framelet_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698