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

Unified Diff: BUILD.gn

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years 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 | android_webview/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f4aa4d7f89b0a84d554ab57025ea52dc8c394242..132e99632d7db7ba956015338b87599244093062 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -56,6 +56,7 @@ group("root") {
"//extensions/renderer",
"//gin",
"//gpu",
+ "//gpu/blink",
"//google_apis",
"//google_apis/gcm",
"//ipc",
@@ -300,9 +301,7 @@ group("root") {
}
if (is_mac || is_ios) {
- deps -= [
- "//ui/touch_selection",
- ]
+ deps -= [ "//ui/touch_selection" ]
}
if (is_win) {
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698