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

Side by Side Diff: ui/base/BUILD.gn

Issue 769943003: ui: Fix all 'gn check' errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "models/table_model.h", 191 "models/table_model.h",
192 "models/table_model_observer.h", 192 "models/table_model_observer.h",
193 "models/tree_model.cc", 193 "models/tree_model.cc",
194 "models/tree_model.h", 194 "models/tree_model.h",
195 "models/tree_node_iterator.h", 195 "models/tree_node_iterator.h",
196 "models/tree_node_model.h", 196 "models/tree_node_model.h",
197 "nine_image_painter_factory.cc", 197 "nine_image_painter_factory.cc",
198 "nine_image_painter_factory.h", 198 "nine_image_painter_factory.h",
199 "page_transition_types.cc", 199 "page_transition_types.cc",
200 "page_transition_types.h", 200 "page_transition_types.h",
201 "page_transition_types_list.h",
202 "resource/data_pack.cc", 201 "resource/data_pack.cc",
203 "resource/data_pack.h", 202 "resource/data_pack.h",
204 "resource/resource_bundle.cc", 203 "resource/resource_bundle.cc",
205 "resource/resource_bundle.h", 204 "resource/resource_bundle.h",
206 "resource/resource_bundle_android.cc", 205 "resource/resource_bundle_android.cc",
207 "resource/resource_bundle_auralinux.cc", 206 "resource/resource_bundle_auralinux.cc",
208 "resource/resource_bundle_ios.mm", 207 "resource/resource_bundle_ios.mm",
209 "resource/resource_bundle_mac.mm", 208 "resource/resource_bundle_mac.mm",
210 "resource/resource_bundle_win.cc", 209 "resource/resource_bundle_win.cc",
211 "resource/resource_bundle_win.h", 210 "resource/resource_bundle_win.h",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "//ui/events:events_base", 291 "//ui/events:events_base",
293 "//ui/gfx", 292 "//ui/gfx",
294 "//ui/gfx/geometry", 293 "//ui/gfx/geometry",
295 ] 294 ]
296 deps = [ 295 deps = [
297 "//base/third_party/dynamic_annotations", 296 "//base/third_party/dynamic_annotations",
298 "//base:base_static", 297 "//base:base_static",
299 "//base:i18n", 298 "//base:i18n",
300 "//net", 299 "//net",
301 "//third_party/icu", 300 "//third_party/icu",
301 "//ui/events/devices",
302 "//ui/resources", 302 "//ui/resources",
303 "//ui/strings", 303 "//ui/strings",
304 "//url", 304 "//url",
305 ] 305 ]
306 306
307 if (build_ime) { 307 if (build_ime) {
308 if (!is_android) { 308 if (!is_android) {
309 deps += [ "//ui/events" ] 309 deps += [ "//ui/events" ]
310 } 310 }
311 311
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 if (is_chromeos) { 890 if (is_chromeos) {
891 sources -= [ 891 sources -= [
892 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", 892 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
893 "x/selection_requestor_unittest.cc", 893 "x/selection_requestor_unittest.cc",
894 ] 894 ]
895 deps += [ "//chromeos" ] 895 deps += [ "//chromeos" ]
896 } 896 }
897 } 897 }
898 } 898 }
899 # TODO(GYP) Mac (ui_base_tests_bundle) and Android (ui_base_unittests_apk). 899 # TODO(GYP) Mac (ui_base_tests_bundle) and Android (ui_base_unittests_apk).
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698