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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2831503002: Move WebBlob.cpp from web/ -> core/exported/. (Closed)
Patch Set: Fix indentation. Created 3 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 | « third_party/WebKit/Source/web/WebBlob.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index fbc31283670b9c350128f22b3cae79c5a81ea939..f59005429f47a94643d9d6a5bfb00cf7bfef04f3 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -18,6 +18,7 @@ group("blink") {
":blink_headers",
]
deps = [
+ "//third_party/WebKit/Source/core",
"//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/web",
]
« no previous file with comments | « third_party/WebKit/Source/web/WebBlob.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698