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

Unified Diff: trunk/src/content/common/BUILD.gn

Issue 302443010: Revert 273079 "Add content renderer to the GN build" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/content/BUILD.gn ('k') | trunk/src/content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/common/BUILD.gn
===================================================================
--- trunk/src/content/common/BUILD.gn (revision 273085)
+++ trunk/src/content/common/BUILD.gn (working copy)
@@ -2,10 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# TODO(brettw) this file is a work in progress, it is not currently hooked up
+# to the build, but currently represents the state of content/common's deps.
+
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//content/common/common.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
source_set("common") {
# Only targets in the content tree can depend directly on this target.
@@ -21,7 +23,6 @@
configs += [
"//content:blink_headers_stub_config",
- "//content:content_implementation",
"//content:libjingle_stub_config",
]
@@ -69,8 +70,8 @@
]
}
- defines = []
include_dirs = []
+ defines = [ "CONTENT_IMPLEMENTATION" ]
libs = []
ldflags = []
@@ -263,8 +264,3 @@
}
}
-mojom("mojo_bindings") {
- sources = [
- "web_ui_setup.mojom",
- ]
-}
« no previous file with comments | « trunk/src/content/BUILD.gn ('k') | trunk/src/content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698