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

Unified Diff: ui/display/display_unittests.gypi

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting Created 6 years, 9 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/display/display_unittests.gypi
diff --git a/ui/display/display_unittests.gypi b/ui/display/display_unittests.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..a27bc8accce063b4b47a3757488c45cc25f22530
--- /dev/null
+++ b/ui/display/display_unittests.gypi
@@ -0,0 +1,19 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# TODO(dnicoara) Move this into its own executable. (Currently it is built as
+# part of ui_unittests.)
+{
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:test_support_base',
sky 2014/03/11 16:00:18 Is there a reason you need DEPTH instead of relati
dnicoara 2014/03/11 19:13:55 Changed. Sorry, I wasn't aware that relative paths
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ '<(DEPTH)/ui/display/display.gyp:display',
+ '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
+ ],
+ 'sources': [
+ 'chromeos/output_configurator_unittest.cc',
+ 'chromeos/x11/display_util_unittest.cc',
+ 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc',
+ ],
+}
« ui/display/OWNERS ('K') | « ui/display/display_export.h ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698