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

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

Issue 1957523004: Rename gfx::test::TestScreen to display::test::TestScreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ui/display/test/test_screen.cc ('k') | ui/gfx/gfx.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 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 sources = [ 648 sources = [
649 "image/image_unittest_util.cc", 649 "image/image_unittest_util.cc",
650 "image/image_unittest_util.h", 650 "image/image_unittest_util.h",
651 "image/image_unittest_util_ios.mm", 651 "image/image_unittest_util_ios.mm",
652 "image/image_unittest_util_mac.mm", 652 "image/image_unittest_util_mac.mm",
653 "test/display_util.h", 653 "test/display_util.h",
654 "test/fontconfig_util_linux.cc", 654 "test/fontconfig_util_linux.cc",
655 "test/fontconfig_util_linux.h", 655 "test/fontconfig_util_linux.h",
656 "test/gfx_util.cc", 656 "test/gfx_util.cc",
657 "test/gfx_util.h", 657 "test/gfx_util.h",
658 "test/test_screen.cc",
659 "test/test_screen.h",
660 "test/ui_cocoa_test_helper.h", 658 "test/ui_cocoa_test_helper.h",
661 "test/ui_cocoa_test_helper.mm", 659 "test/ui_cocoa_test_helper.mm",
662 ] 660 ]
663 661
664 public_deps = [ 662 public_deps = [
665 ":gfx", 663 ":gfx",
666 ] 664 ]
667 665
668 deps = [ 666 deps = [
669 "//base", 667 "//base",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 if (is_android) { 837 if (is_android) {
840 generate_jni("gfx_jni_headers") { 838 generate_jni("gfx_jni_headers") {
841 sources = [ 839 sources = [
842 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 840 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
843 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 841 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
844 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 842 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
845 ] 843 ]
846 jni_package = "gfx" 844 jni_package = "gfx"
847 } 845 }
848 } 846 }
OLDNEW
« no previous file with comments | « ui/display/test/test_screen.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698