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

Side by Side Diff: ui/views/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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("views.gyp") ], 10 [ rebase_path("views.gyp") ],
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 ":test_support", 193 ":test_support",
194 "//base", 194 "//base",
195 "//base:i18n", 195 "//base:i18n",
196 "//base/allocator", 196 "//base/allocator",
197 "//base/test:test_support", 197 "//base/test:test_support",
198 "//skia", 198 "//skia",
199 "//testing/gtest", 199 "//testing/gtest",
200 "//third_party/icu", 200 "//third_party/icu",
201 "//ui/accessibility", 201 "//ui/accessibility",
202 "//ui/base", 202 "//ui/base",
203 "//ui/base:test_support",
203 "//ui/base/ime", 204 "//ui/base/ime",
204 "//ui/base:test_support",
205 "//ui/compositor:test_support", 205 "//ui/compositor:test_support",
206 "//ui/events:events_base",
206 "//ui/events:test_support", 207 "//ui/events:test_support",
207 "//ui/events:events_base",
208 "//ui/events/platform", 208 "//ui/events/platform",
209 "//ui/gfx", 209 "//ui/gfx",
210 "//ui/gfx/geometry", 210 "//ui/gfx/geometry",
211 "//ui/gl", 211 "//ui/gl",
212 "//ui/resources", 212 "//ui/resources",
213 "//ui/strings", 213 "//ui/strings",
214 "//url", 214 "//url",
215 ] 215 ]
216 216
217 if (is_win) { 217 if (is_win) {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "//skia", 298 "//skia",
299 "//testing/gtest", 299 "//testing/gtest",
300 "//ui/base:test_support", 300 "//ui/base:test_support",
301 "//ui/compositor", 301 "//ui/compositor",
302 "//ui/resources", 302 "//ui/resources",
303 "//ui/resources:ui_test_pak", 303 "//ui/resources:ui_test_pak",
304 "//ui/strings", 304 "//ui/strings",
305 ] 305 ]
306 } 306 }
307 } 307 }
OLDNEW
« components/BUILD.gn ('K') | « ui/strings/BUILD.gn ('k') | ui/views/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698