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

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

Issue 545313002: Make ui gn check pass. Misc GN build improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: link chrome Created 6 years, 3 months 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/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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "//ui/gfx", 301 "//ui/gfx",
302 ] 302 ]
303 303
304 if (is_ios) { 304 if (is_ios) {
305 sources += [ 305 sources += [
306 "l10n/l10n_util_mac.h", 306 "l10n/l10n_util_mac.h",
307 "l10n/l10n_util_mac.mm", 307 "l10n/l10n_util_mac.mm",
308 ] 308 ]
309 } else { 309 } else {
310 deps += [ "//ui/base/ime" ] 310 deps += [ "//ui/base/ime" ]
311
312 # http://crbug.com/408648 Circular includes from the ime sub-target to this
313 # one.
314 allow_circular_includes_from = [ "//ui/base/ime" ]
311 } 315 }
312 316
313 if (toolkit_views) { 317 if (toolkit_views) {
314 deps += [ 318 deps += [
315 "//ui/events", 319 "//ui/events",
316 ] 320 ]
317 } 321 }
318 322
319 if (use_x11 && use_aura) { 323 if (use_x11 && use_aura) {
320 sources += [ 324 sources += [
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 589 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
586 "../android/java/src/org/chromium/ui/base/ResourceBundle.java", 590 "../android/java/src/org/chromium/ui/base/ResourceBundle.java",
587 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 591 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
588 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 592 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
589 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 593 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
590 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 594 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
591 ] 595 ]
592 jni_package = "base" 596 jni_package = "base"
593 } 597 }
594 } 598 }
OLDNEW
« content/public/app/BUILD.gn ('K') | « ui/aura/BUILD.gn ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698