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

Side by Side Diff: content/test/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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 "//third_party/WebKit/public:blink", 681 "//third_party/WebKit/public:blink",
682 "//third_party/icu", 682 "//third_party/icu",
683 "//third_party/leveldatabase", 683 "//third_party/leveldatabase",
684 "//third_party/libjingle", 684 "//third_party/libjingle",
685 "//third_party/re2", 685 "//third_party/re2",
686 "//third_party/widevine/cdm:version_h", 686 "//third_party/widevine/cdm:version_h",
687 "//ui/accessibility", 687 "//ui/accessibility",
688 "//ui/base:test_support", 688 "//ui/base:test_support",
689 "//ui/compositor:test_support", 689 "//ui/compositor:test_support",
690 "//ui/display", 690 "//ui/display",
691 "//ui/display:test_support",
691 "//ui/events/blink", 692 "//ui/events/blink",
692 "//ui/gfx:test_support", 693 "//ui/gfx:test_support",
693 "//ui/gfx/geometry", 694 "//ui/gfx/geometry",
694 "//ui/gfx/ipc", 695 "//ui/gfx/ipc",
695 "//ui/gfx/ipc/skia", 696 "//ui/gfx/ipc/skia",
696 "//ui/gl", 697 "//ui/gl",
697 "//ui/gl:test_support", 698 "//ui/gl:test_support",
698 ] 699 ]
699 700
700 data_deps = [ 701 data_deps = [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 "//testing/gtest", 892 "//testing/gtest",
892 "//testing/perf", 893 "//testing/perf",
893 "//ui/gfx", 894 "//ui/gfx",
894 "//ui/gfx/geometry", 895 "//ui/gfx/geometry",
895 ] 896 ]
896 897
897 if (is_android) { 898 if (is_android) {
898 deps += [ "//testing/android/native_test:native_test_native_code" ] 899 deps += [ "//testing/android/native_test:native_test_native_code" ]
899 } 900 }
900 } 901 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/display/BUILD.gn » ('j') | ui/display/test/test_screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698