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

Unified Diff: ios/web/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 c2ca4a0e00956101bba0f75805fd88af44cd5e81..854161edd31d67ef220f374fbdc46014e6d188da 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 = [
« components/BUILD.gn ('K') | « ios/testing/BUILD.gn ('k') | ipc/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698