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

Side by Side Diff: ui/display/display_unittests.gypi

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « ui/display/display_constants.h ('k') | ui/display/types/DEPS » ('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 # TODO(dnicoara) Move this into its own executable. (Currently it is built as 5 # TODO(dnicoara) Move this into its own executable. (Currently it is built as
6 # part of ui_unittests.) 6 # part of ui_unittests.)
7 { 7 {
8 'dependencies': [ 8 'dependencies': [
9 '../base/base.gyp:test_support_base', 9 '../base/base.gyp:test_support_base',
10 '../testing/gtest.gyp:gtest', 10 '../testing/gtest.gyp:gtest',
11 '../ui/display/display.gyp:display', 11 '../ui/display/display.gyp:display',
12 '../ui/gfx/gfx.gyp:gfx_geometry', 12 '../ui/gfx/gfx.gyp:gfx_geometry',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 'edid_parser_unittest.cc', 15 'edid_parser_unittest.cc',
16 'chromeos/display_configurator_unittest.cc', 16 'chromeos/display_configurator_unittest.cc',
17 'chromeos/x11/display_util_x11_unittest.cc', 17 'chromeos/x11/display_util_x11_unittest.cc',
18 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc', 18 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc',
19 'display_util_unittest.cc', 19 'display_util_unittest.cc',
20 ], 20 ],
21 'conditions': [ 21 'conditions': [
22 # TODO(dnicoara) When we add non-chromeos display code this dependency can 22 # TODO(dnicoara) When we add non-chromeos display code this dependency can
23 # be added to the above list. For now, keep it here since Win & Android do 23 # be added to the above list. For now, keep it here since Win & Android do
24 # not like empty libraries. 24 # not like empty libraries.
25 ['chromeos == 1', { 25 ['chromeos == 1', {
26 'dependencies': [ 26 'dependencies': [
27 '../ui/display/display.gyp:display_test_util', 27 '../ui/display/display.gyp:display_test_util',
28 '../ui/display/display.gyp:display_types',
28 ], 29 ],
29 }], 30 }],
30 ], 31 ],
31 } 32 }
OLDNEW
« no previous file with comments | « ui/display/display_constants.h ('k') | ui/display/types/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698