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

Unified Diff: third_party/WebKit/Source/platform/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: Rebase 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 878d8fe5d3b4b57cc8f78a26b95be9b3267f6625..274128214d7cd9e20d40f36541634951bfe0de96 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -209,10 +209,10 @@ component("platform") {
]
deps = [
":make_platform_generated",
+ "//third_party/WebKit/Source/platform/heap",
+ "//third_party/WebKit/Source/wtf",
"//third_party/harfbuzz-ng",
"//third_party/icu",
- "//third_party/WebKit/Source/wtf",
- "//third_party/WebKit/Source/platform/heap",
]
if (is_mac) {
@@ -349,11 +349,11 @@ test("heap_unittests") {
"//base",
"//base/allocator",
"//base/test:test_support",
+ "//content/test:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/Source/wtf",
"//third_party/WebKit/Source/wtf:test_support",
- "//content/test:test_support",
]
if (is_android) {
apk_deps = [
@@ -396,9 +396,9 @@ test("platform_unittests") {
"//skia",
"//testing/gmock",
"//testing/gtest",
- "//third_party/harfbuzz-ng",
"//third_party/WebKit/Source/wtf",
"//third_party/WebKit/Source/wtf:test_support",
+ "//third_party/harfbuzz-ng",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698