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

Side by Side Diff: ui/ozone/ozone_unittests.gypi

Issue 304633005: ozone: Add ozone_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'sources': [
7 'platform/dri/dri_surface_factory_unittest.cc',
8 'platform/dri/dri_surface_unittest.cc',
9 'platform/dri/hardware_display_controller_unittest.cc',
10 'platform/dri/screen_manager_unittest.cc',
11 'platform/dri/test/mock_dri_surface.cc',
12 'platform/dri/test/mock_dri_surface.h',
13 'platform/dri/test/mock_dri_wrapper.cc',
14 'platform/dri/test/mock_dri_wrapper.h',
15 'platform/dri/test/mock_surface_generator.cc',
16 'platform/dri/test/mock_surface_generator.h',
17 ],
18 'conditions': [
19 ['ozone_platform_dri == 1', {
20 'dependencies': [
21 '../build/linux/system.gyp:dridrm',
22 '../ui/ozone/ozone.gyp:ozone',
23 ],
24 }, {
25 'sources/': [
26 ['exclude', '^platform/dri/'],
27 ],
28 }],
29 ],
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698