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

Unified Diff: chrome/BUILD.gn

Issue 1926443002: Turn on assert_no_deps for blink in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nacl_loader_unittests Created 4 years, 8 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 | components/password_manager/content/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index d805bff22fffcb04196fe83fe7179254d9028d0e..3109d77ba870fe1c67aa33cdb8785431a5e5b7f4 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -474,9 +474,7 @@ group("browser_dependencies") {
# build this is OK because all of content is linked into one library.
# Note that the blink_headers target is OK, so we can't do a wildcard for
# all blink targets.
- # TODO(brettw) bug 582206: Blink should not be linked into the browser
- # process, and then we can enable this.
- #"//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:blink",
# TODO(brettw) bug 581766: V8 should not be linked into the browser
# process, and then we can enable this.
#"//v8/*",
« no previous file with comments | « no previous file | components/password_manager/content/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698