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

Unified Diff: content/common/BUILD.gn

Issue 299113002: Add content renderer to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: widevine fix 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 511a55c40d4ebf33728e75b3b2e35458363556fb..e1ca5fbb969a98adad4d73c86d9374102a319da3 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -2,12 +2,10 @@
# 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.
@@ -23,6 +21,7 @@ source_set("common") {
configs += [
"//content:blink_headers_stub_config",
+ "//content:content_implementation",
"//content:libjingle_stub_config",
]
@@ -70,8 +69,8 @@ source_set("common") {
]
}
+ defines = []
include_dirs = []
- defines = [ "CONTENT_IMPLEMENTATION" ]
libs = []
ldflags = []
@@ -267,3 +266,8 @@ source_set("common") {
}
}
+mojom("mojo_bindings") {
+ sources = [
+ "web_ui_setup.mojom",
+ ]
+}
« no previous file with comments | « content/BUILD.gn ('k') | content/content_renderer.gypi » ('j') | content/content_renderer.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698