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

Side by Side Diff: ui/ozone/platform/caca/caca.gypi

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix extensions_unittests Created 5 years, 4 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
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 'internal_ozone_platform_deps': [ 7 'internal_ozone_platform_deps': [
8 'ozone_platform_caca', 8 'ozone_platform_caca',
9 ], 9 ],
10 'internal_ozone_platforms': [ 10 'internal_ozone_platforms': [
(...skipping 21 matching lines...) Expand all
32 '-lcaca', 32 '-lcaca',
33 ], 33 ],
34 }, 34 },
35 'sources': [ 35 'sources': [
36 'caca_event_source.cc', 36 'caca_event_source.cc',
37 'caca_event_source.h', 37 'caca_event_source.h',
38 'caca_window.cc', 38 'caca_window.cc',
39 'caca_window.h', 39 'caca_window.h',
40 'caca_window_manager.cc', 40 'caca_window_manager.cc',
41 'caca_window_manager.h', 41 'caca_window_manager.h',
42 'client_native_pixmap_factory_caca.cc',
43 'client_native_pixmap_factory_caca.h',
42 'ozone_platform_caca.cc', 44 'ozone_platform_caca.cc',
43 'ozone_platform_caca.h', 45 'ozone_platform_caca.h',
44 'scoped_caca_types.cc', 46 'scoped_caca_types.cc',
45 'scoped_caca_types.h', 47 'scoped_caca_types.h',
46 ], 48 ],
47 }, 49 },
48 ], 50 ],
49 } 51 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/caca/BUILD.gn ('k') | ui/ozone/platform/caca/client_native_pixmap_factory_caca.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698