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

Unified Diff: ui/display/BUILD.gn

Issue 2395873002: Add more options to --screen-config flag. (Closed)
Patch Set: Fix windows compile Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/display/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 7fc81d06b20b915d2b1d8cde36049c824e0d6a67..9faf6f487d2fdf100b6d4701a1a1a3fa007955de 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -77,6 +77,7 @@ component("display") {
deps = [
"//base",
+ "//third_party/re2",
"//ui/display/types",
"//ui/display/util",
"//ui/gfx",
@@ -158,6 +159,8 @@ static_library("test_support") {
"chromeos/test/test_display_layout_manager.h",
"chromeos/test/test_native_display_delegate.cc",
"chromeos/test/test_native_display_delegate.h",
+ "test/display_matchers.cc",
+ "test/display_matchers.h",
"test/display_test_util.h",
"test/test_screen.cc",
"test/test_screen.h",
@@ -170,6 +173,7 @@ static_library("test_support") {
]
deps = [
"//base",
+ "//testing/gmock",
"//ui/display/types",
"//ui/gfx",
"//ui/gfx:test_support",
@@ -190,6 +194,7 @@ test("display_unittests") {
"display_change_notifier_unittest.cc",
"display_list_unittest.cc",
"display_unittest.cc",
+ "fake_display_snapshot_unittests.cc",
"manager/display_layout_builder_unittest.cc",
"manager/display_layout_unittest.cc",
"manager/display_manager_utilities_unittest.cc",
@@ -207,6 +212,7 @@ test("display_unittests") {
"//base",
"//base/test:run_all_unittests",
"//base/test:test_support",
+ "//testing/gmock",
"//testing/gtest",
"//ui/display/types",
"//ui/display/util",
« no previous file with comments | « no previous file | ui/display/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698