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

Unified Diff: ios/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: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 3701f47e686a023aca3f1aba03928dc4645f0e30..5fc3f4645202fd2ade516d4c3730739f3bbcf60b 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -20,6 +20,9 @@ config("config") {
source_set("web") {
deps = [
+ ":core",
+ ":js_resources",
+ ":user_agent",
"//base",
"//components/url_formatter",
"//ios/net",
@@ -30,9 +33,6 @@ source_set("web") {
"//ui/gfx/geometry:geometry",
"//ui/resources",
"//url",
- ":core",
- ":js_resources",
- ":user_agent",
]
sources = [
@@ -325,12 +325,12 @@ source_set("test_support") {
testonly = true
deps = [
+ ":web",
"//ios/testing:ocmock_support",
"//ios/third_party/gcdwebserver",
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
- ":web",
]
sources = [
@@ -374,6 +374,8 @@ source_set("test_support") {
test("ios_web_unittests") {
deps = [
+ ":test_support",
+ ":web",
"//base",
"//base/test:test_support",
"//ios/testing:ocmock_support",
@@ -382,8 +384,6 @@ test("ios_web_unittests") {
"//testing/gtest",
"//third_party/ocmock",
"//ui/base:test_support",
- ":test_support",
- ":web",
]
sources = [
« no previous file with comments | « ios/testing/BUILD.gn ('k') | ipc/mojo/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698