Chromium Code Reviews

Unified Diff: components/dom_distiller/content/BUILD.gn

Issue 362583002: Add more GN deps to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/content/BUILD.gn
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b8ef83db5ebcf0bcda4c47e9a25534c01d3f6d16
--- /dev/null
+++ b/components/dom_distiller/content/BUILD.gn
@@ -0,0 +1,27 @@
+# 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.
+
+if (!is_ios) {
+ # GYP version: components/dom_distiller.gypi:dom_distiller_content
+ static_library("content") {
+ sources = [
+ "distiller_page_web_contents.cc",
+ "distiller_page_web_contents.h",
+ "dom_distiller_viewer_source.cc",
+ "dom_distiller_viewer_source.h",
+ "web_contents_main_frame_observer.cc",
+ "web_contents_main_frame_observer.h",
+ ]
+
+ deps = [
+ "//components/dom_distiller/core",
+ "//components/resources",
+ "//components/strings",
+ "//content/public/browser",
+ "//net",
+ "//skia",
+ #'../sync/sync.gyp:sync', TODO(GYP)
+ ]
+ }
+}
« no previous file with comments | « components/dom_distiller.gypi ('k') | components/dom_distiller/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine