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

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

Issue 1465923002: GN: Merge apk_deps and deps in test() template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for realz this time Created 5 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/base/BUILD.gn ('k') | no next file » | 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 ] 701 ]
702 702
703 if (!is_mac && !is_ios) { 703 if (!is_mac && !is_ios) {
704 sources += [ 704 sources += [
705 "interpolated_transform_unittest.cc", 705 "interpolated_transform_unittest.cc",
706 "transform_unittest.cc", 706 "transform_unittest.cc",
707 ] 707 ]
708 } 708 }
709 709
710 if (is_android) { 710 if (is_android) {
711 apk_deps = [ "//ui/android:ui_java" ] 711 deps += [ "//ui/android:ui_java" ]
712 712
713 sources -= [ 713 sources -= [
714 # Do not run display_change_notifier_unittest.cc on Android because it 714 # Do not run display_change_notifier_unittest.cc on Android because it
715 # does not compile display_observer.cc 715 # does not compile display_observer.cc
716 "display_change_notifier_unittest.cc", 716 "display_change_notifier_unittest.cc",
717 ] 717 ]
718 } 718 }
719 719
720 if (use_aura) { 720 if (use_aura) {
721 sources -= [ "screen_unittest.cc" ] 721 sources -= [ "screen_unittest.cc" ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 if (is_android) { 754 if (is_android) {
755 generate_jni("gfx_jni_headers") { 755 generate_jni("gfx_jni_headers") {
756 sources = [ 756 sources = [
757 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 757 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
758 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 758 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
759 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 759 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
760 ] 760 ]
761 jni_package = "gfx" 761 jni_package = "gfx"
762 } 762 }
763 } 763 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698