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

Side by Side Diff: ui/gl/init/gl_init.gyp

Issue 2190353003: Delete old Ozone surface creation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « ui/gl/init/gl_factory_ozone.cc ('k') | ui/gl/init/gl_surface_ozone.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 9
10 'targets': [ 10 'targets': [
(...skipping 20 matching lines...) Expand all
31 'gl_initializer_win.cc', 31 'gl_initializer_win.cc',
32 'gl_initializer_x11.cc', 32 'gl_initializer_x11.cc',
33 'gl_factory.cc', 33 'gl_factory.cc',
34 'gl_factory.h', 34 'gl_factory.h',
35 'gl_factory_android.cc', 35 'gl_factory_android.cc',
36 'gl_factory_mac.cc', 36 'gl_factory_mac.cc',
37 'gl_factory_ozone.cc', 37 'gl_factory_ozone.cc',
38 'gl_factory_win.cc', 38 'gl_factory_win.cc',
39 'gl_factory_x11.cc', 39 'gl_factory_x11.cc',
40 'gl_init_export.h', 40 'gl_init_export.h',
41 'gl_surface_ozone.cc',
42 'gl_surface_ozone.h',
43 ], 41 ],
44 'conditions': [ 42 'conditions': [
45 ['OS=="mac"', { 43 ['OS=="mac"', {
46 'link_settings': { 44 'link_settings': {
47 'libraries': [ 45 'libraries': [
48 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 46 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
49 ], 47 ],
50 }, 48 },
51 }], 49 }],
52 ['OS=="win"', { 50 ['OS=="win"', {
(...skipping 22 matching lines...) Expand all
75 'dependencies': [ 73 'dependencies': [
76 '../../ozone/gl/ozone_gl.gyp:ozone_gl', 74 '../../ozone/gl/ozone_gl.gyp:ozone_gl',
77 '../../ozone/ozone.gyp:ozone', 75 '../../ozone/ozone.gyp:ozone',
78 '../../ozone/ozone.gyp:ozone_base', 76 '../../ozone/ozone.gyp:ozone_base',
79 ], 77 ],
80 }], 78 }],
81 ], 79 ],
82 }, 80 },
83 ], 81 ],
84 } 82 }
OLDNEW
« no previous file with comments | « ui/gl/init/gl_factory_ozone.cc ('k') | ui/gl/init/gl_surface_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698