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

Side by Side Diff: content/test/BUILD.gn

Issue 1927463002: Rename gfx::Display/Screen to display::Display/Screen in content/ (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/shell/browser/shell_views.cc ('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/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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "//testing/gtest", 680 "//testing/gtest",
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/events/blink", 691 "//ui/events/blink",
691 "//ui/gfx:test_support", 692 "//ui/gfx:test_support",
692 "//ui/gfx/geometry", 693 "//ui/gfx/geometry",
693 "//ui/gfx/ipc", 694 "//ui/gfx/ipc",
694 "//ui/gfx/ipc/skia", 695 "//ui/gfx/ipc/skia",
695 "//ui/gl", 696 "//ui/gl",
696 "//ui/gl:test_support", 697 "//ui/gl:test_support",
697 ] 698 ]
698 699
699 data_deps = [ 700 data_deps = [
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 "//gpu:test_support", 932 "//gpu:test_support",
932 "//media/base/android", 933 "//media/base/android",
933 "//media/base/android:media_java", 934 "//media/base/android:media_java",
934 "//media/capture/video/android:capture_java", 935 "//media/capture/video/android:capture_java",
935 "//testing/gmock", 936 "//testing/gmock",
936 "//ui/android:ui_java", 937 "//ui/android:ui_java",
937 ] 938 ]
938 } 939 }
939 } 940 }
940 } 941 }
OLDNEW
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698