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

Unified Diff: ui/ozone/ozone.gyp

Issue 854203002: Read EDID for the 1st display for startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index d4230568b56ff5752f6f0754e8abc79c58f990a2..3765572fa40f4c402cdf301ebce1803eeb24f9fc 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -174,10 +174,11 @@
'target_name': 'ozone_unittests',
'type': '<(gtest_target_type)',
'sources': [
+ 'common/display_util_unittest.cc',
'run_all_unittests.cc',
],
'dependencies': [
- 'ozone_base',
+ 'ozone',
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest',

Powered by Google App Engine
This is Rietveld 408576698