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

Unified Diff: content/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 | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index acdd32dd8b3c59fd77bbcb71959cbb03d53265da..d065e1b7511d7fa496a24ee94c6d3de2d6fcbabb 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -15,15 +15,6 @@ grit("resources") {
# Stubs ------------------------------------------------------------------------
-# TODO(brettw) remove this and add a proper dependency on blink once that
-# target has been converted to GN. This config sets up the include directories
-# so content can compile in the meantime.
-#
-# This corresponds to third_party/WebKit/public/blink_headers.gyp:blink_headers
-config("blink_headers_stub_config") {
- include_dirs = [ "//third_party/WebKit" ]
-}
-
# TODO(brettw) remove this and add a proper dependency on libjingle once that
# target has been converted to GN. This config sets up the include directories
# so content can compile in the meantime.
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698