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

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

Issue 283883002: Remove the hard_dep flag in GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 sources -= [ 496 sources -= [
497 "clipboard/clipboard_aura.cc", 497 "clipboard/clipboard_aura.cc",
498 ] 498 ]
499 } 499 }
500 500
501 if (is_android || is_ios) { 501 if (is_android || is_ios) {
502 sources -= [ 502 sources -= [
503 "device_form_factor_desktop.cc", 503 "device_form_factor_desktop.cc",
504 ] 504 ]
505 } 505 }
506
507 # TODO(GYP): Port this to GN.
508 #if (use_system_icu) {
509 # When using the system icu, the icu targets generate shim headers
510 # which are included by public headers in the ui target, so we need
511 # ui to be a hard dependency for all its users.
512 #'hard_dependency': 1,
513 #}
514 } 506 }
515 507
516 source_set("ui_base_test_support") { 508 source_set("ui_base_test_support") {
517 sources = [ 509 sources = [
518 "test/ui_controls.h", 510 "test/ui_controls.h",
519 "test/ui_controls_aura.cc", 511 "test/ui_controls_aura.cc",
520 "test/ui_controls_internal_win.cc", 512 "test/ui_controls_internal_win.cc",
521 "test/ui_controls_internal_win.h", 513 "test/ui_controls_internal_win.h",
522 "test/ui_controls_mac.mm", 514 "test/ui_controls_mac.mm",
523 "test/ui_controls_win.cc", 515 "test/ui_controls_win.cc",
(...skipping 24 matching lines...) Expand all
548 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java", 540 "../android/java/src/org/chromium/ui/base/DeviceFormFactor.java",
549 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java", 541 "../android/java/src/org/chromium/ui/base/LocalizationUtils.java",
550 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java", 542 "../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
551 "../android/java/src/org/chromium/ui/base/TouchDevice.java", 543 "../android/java/src/org/chromium/ui/base/TouchDevice.java",
552 "../android/java/src/org/chromium/ui/base/ViewAndroid.java", 544 "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
553 "../android/java/src/org/chromium/ui/base/WindowAndroid.java", 545 "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
554 ] 546 ]
555 jni_package = "base" 547 jni_package = "base"
556 } 548 }
557 } 549 }
OLDNEW
« mojo/public/tools/bindings/mojom.gni ('K') | « tools/gn/target_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698