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

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

Issue 106633002: GBM Ozone implementation (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
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/dri/dri.gypi » ('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 { 5 {
6 'sources': [ 6 'sources': [
7 'platform/dri/dri_surface_factory_unittest.cc', 7 'platform/dri/dri_surface_factory_unittest.cc',
8 'platform/dri/dri_surface_unittest.cc', 8 'platform/dri/dri_surface_unittest.cc',
9 'platform/dri/hardware_display_controller_unittest.cc', 9 'platform/dri/hardware_display_controller_unittest.cc',
10 'platform/dri/screen_manager_unittest.cc', 10 'platform/dri/screen_manager_unittest.cc',
11 'platform/dri/test/mock_dri_surface.cc', 11 'platform/dri/test/mock_dri_surface.cc',
12 'platform/dri/test/mock_dri_surface.h', 12 'platform/dri/test/mock_dri_surface.h',
13 'platform/dri/test/mock_dri_wrapper.cc', 13 'platform/dri/test/mock_dri_wrapper.cc',
14 'platform/dri/test/mock_dri_wrapper.h', 14 'platform/dri/test/mock_dri_wrapper.h',
15 'platform/dri/test/mock_surface_generator.cc',
16 'platform/dri/test/mock_surface_generator.h',
15 ], 17 ],
16 'conditions': [ 18 'conditions': [
17 ['ozone_platform_dri == 1', { 19 ['ozone_platform_dri == 1', {
18 'dependencies': [ 20 'dependencies': [
19 '../build/linux/system.gyp:dridrm', 21 '../build/linux/system.gyp:dridrm',
20 '../ui/ozone/ozone.gyp:ozone', 22 '../ui/ozone/ozone.gyp:ozone',
21 ], 23 ],
22 }, { 24 }, {
23 'sources/': [ 25 'sources/': [
24 ['exclude', '^platform/dri/'], 26 ['exclude', '^platform/dri/'],
25 ], 27 ],
26 }], 28 }],
27 ], 29 ],
28 } 30 }
OLDNEW
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698