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

Side by Side Diff: ui/views/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 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ":test_support", 190 ":test_support",
191 "//base", 191 "//base",
192 "//base:i18n", 192 "//base:i18n",
193 "//base/allocator", 193 "//base/allocator",
194 "//base/test:test_support", 194 "//base/test:test_support",
195 "//skia", 195 "//skia",
196 "//testing/gtest", 196 "//testing/gtest",
197 "//third_party/icu", 197 "//third_party/icu",
198 "//ui/accessibility", 198 "//ui/accessibility",
199 "//ui/base", 199 "//ui/base",
200 "//ui/base:test_support",
200 "//ui/base/ime", 201 "//ui/base/ime",
201 "//ui/base:test_support",
202 "//ui/compositor:test_support", 202 "//ui/compositor:test_support",
203 "//ui/events:events_base",
203 "//ui/events:test_support", 204 "//ui/events:test_support",
204 "//ui/events:events_base",
205 "//ui/events/platform", 205 "//ui/events/platform",
206 "//ui/gfx", 206 "//ui/gfx",
207 "//ui/gfx/geometry", 207 "//ui/gfx/geometry",
208 "//ui/gl", 208 "//ui/gl",
209 "//ui/resources", 209 "//ui/resources",
210 "//ui/strings", 210 "//ui/strings",
211 "//url", 211 "//url",
212 ] 212 ]
213 213
214 if (is_win) { 214 if (is_win) {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "//skia", 295 "//skia",
296 "//testing/gtest", 296 "//testing/gtest",
297 "//ui/base:test_support", 297 "//ui/base:test_support",
298 "//ui/compositor", 298 "//ui/compositor",
299 "//ui/resources", 299 "//ui/resources",
300 "//ui/resources:ui_test_pak", 300 "//ui/resources:ui_test_pak",
301 "//ui/strings", 301 "//ui/strings",
302 ] 302 ]
303 } 303 }
304 } 304 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698