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

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
« no previous file with comments | « content/content_tests.gypi ('k') | ui/display/BUILD.gn » ('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/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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "//third_party/WebKit/public:blink", 682 "//third_party/WebKit/public:blink",
683 "//third_party/icu", 683 "//third_party/icu",
684 "//third_party/leveldatabase", 684 "//third_party/leveldatabase",
685 "//third_party/libjingle", 685 "//third_party/libjingle",
686 "//third_party/re2", 686 "//third_party/re2",
687 "//third_party/widevine/cdm:version_h", 687 "//third_party/widevine/cdm:version_h",
688 "//ui/accessibility", 688 "//ui/accessibility",
689 "//ui/base:test_support", 689 "//ui/base:test_support",
690 "//ui/compositor:test_support", 690 "//ui/compositor:test_support",
691 "//ui/display", 691 "//ui/display",
692 "//ui/display:test_support",
692 "//ui/events/blink", 693 "//ui/events/blink",
693 "//ui/gfx:test_support", 694 "//ui/gfx:test_support",
694 "//ui/gfx/geometry", 695 "//ui/gfx/geometry",
695 "//ui/gfx/ipc", 696 "//ui/gfx/ipc",
696 "//ui/gfx/ipc/skia", 697 "//ui/gfx/ipc/skia",
697 "//ui/gl", 698 "//ui/gl",
698 "//ui/gl:test_support", 699 "//ui/gl:test_support",
699 ] 700 ]
700 701
701 data_deps = [ 702 data_deps = [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 "//testing/gtest", 893 "//testing/gtest",
893 "//testing/perf", 894 "//testing/perf",
894 "//ui/gfx", 895 "//ui/gfx",
895 "//ui/gfx/geometry", 896 "//ui/gfx/geometry",
896 ] 897 ]
897 898
898 if (is_android) { 899 if (is_android) {
899 deps += [ "//testing/android/native_test:native_test_native_code" ] 900 deps += [ "//testing/android/native_test:native_test_native_code" ]
900 } 901 }
901 } 902 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698