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

Unified Diff: content/public/common/BUILD.gn

Issue 293963007: Make content/common compile on Linux GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« content/common/BUILD.gn ('K') | « content/common/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 4788b6d15495f1162645acd19f234cbe91fc7d9c..396222b99bcd29e5fcaa9b7bcf057c14d074cbc0 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -8,6 +8,7 @@ source_set("common") {
sources = rebase_path(content_common_gypi_values.public_common_sources,
".", "//content")
+ defines = [ "CONTENT_IMPLEMENTATION" ]
deps = [
"//content/common",
]
« content/common/BUILD.gn ('K') | « content/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698