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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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
Index: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index 8eb1f1a07d20846e16ac1eb14f7103fec7c95f8c..9245a0ad2ad6f19d576a12a0b09aab7997a3f8c3 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -24,13 +24,13 @@ component("web") {
output_name = "blink_web"
deps = [
+ "//skia",
"//third_party/WebKit/Source/core",
"//third_party/WebKit/Source/modules",
"//third_party/WebKit/Source/platform",
- "//skia",
+ "//third_party/angle:translator",
"//third_party/icu",
"//v8",
- "//third_party/angle:translator",
]
include_dirs = [ "//third_party/skia/include/utils" ]
@@ -108,8 +108,8 @@ test("webkit_unit_tests") {
":test_support",
":web",
"//base",
- "//base/test:test_support",
"//base:i18n",
+ "//base/test:test_support",
"//content/test:test_support",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698