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

Unified Diff: content/browser/BUILD.gn

Issue 1643633003: Link Blink into the browser process less. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/webcrypto/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d09ff162f57777d6f6348ae7a633bc56d7de92b7..fb2aab017ad00783439b4109e47ddaa0041ba70c 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -135,6 +135,11 @@ source_set("browser") {
"//skia/public",
"//storage/browser",
"//storage/common",
+
+ # TODO(brettw) bug 582206: Blink should not be used in the browser
+ # process. This is required by devtools' input_handler.cc which calls
+ # WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode
+ "//third_party/WebKit/public:blink",
"//third_party/WebKit/public:image_resources",
"//third_party/WebKit/public:resources",
"//third_party/angle:commit_id",
@@ -202,6 +207,7 @@ source_set("browser") {
deps += [
"//jingle:jingle_glue",
"//third_party/libjingle:libjingle_webrtc",
+ "//third_party/libjingle:libpeerconnection",
]
if (is_linux || is_mac || is_win) {
sources += [
« no previous file with comments | « components/webcrypto/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698