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

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

Issue 300383002: Start work on adding content/browser to 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
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | 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 8bef0b6f2fab295c68a6cb6f9dbd34bf189660bd..32fd84e09d57ec3ee21d1efec879fd22ed3b89a9 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -10,13 +10,11 @@ source_set("common") {
configs += [
"//content:content_implementation",
- # TODO(GYP) remove when blink_headers target is converted.
- "//content:blink_headers_stub_config",
]
deps = [
"//content/common",
"//skia",
- #"//third_party/WebKit/public:blink_headers",
+ "//third_party/WebKit/public:blink_headers",
]
}
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698