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

Side by Side Diff: ui/gfx/ozone/gfx_ozone.gyp

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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [{ 9 'targets': [{
10 'target_name': 'gfx_ozone', 10 'target_name': 'gfx_ozone',
11 'type': '<(component)', 11 'type': '<(component)',
12 'defines': [ 12 'defines': [
13 'GFX_IMPLEMENTATION', 13 'GFX_IMPLEMENTATION',
14 ], 14 ],
15 'dependencies': [ 15 'dependencies': [
16 '../../../base/base.gyp:base', 16 '../../../base/base.gyp:base',
17 '../../../skia/skia.gyp:skia', 17 '../../../skia/skia.gyp:skia',
18 '../gfx.gyp:gfx',
18 '../gfx.gyp:gfx_geometry', 19 '../gfx.gyp:gfx_geometry',
19 ], 20 ],
20 'sources': [ 21 'sources': [
21 'impl/file_surface_factory.cc', 22 'impl/file_surface_factory.cc',
22 'impl/file_surface_factory.h', 23 'impl/file_surface_factory.h',
23 'surface_factory_ozone.cc', 24 'surface_factory_ozone.cc',
24 'surface_factory_ozone.h', 25 'surface_factory_ozone.h',
25 'surface_ozone_egl.h', 26 'surface_ozone_egl.h',
26 'surface_ozone_canvas.h', 27 'surface_ozone_canvas.h',
27 'overlay_candidates_ozone.cc', 28 'overlay_candidates_ozone.cc',
28 'overlay_candidates_ozone.h', 29 'overlay_candidates_ozone.h',
29 ], 30 ],
30 }], 31 }],
31 } 32 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | ui/ozone/ozone.gyp » ('j') | ui/ozone/run_all_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698