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

Side by Side Diff: mojo/mojo_public.gypi

Issue 453163002: Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: define GL_GLEXT_PROTOTYPES in mojo_gles2_impl Created 6 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/c/gles2/chromium_sync_point.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 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/public/c/system 8 # GN version: //mojo/public/c/system
9 'target_name': 'mojo_system', 9 'target_name': 'mojo_system',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 '-Wl,--exclude-libs=ALL', 74 '-Wl,--exclude-libs=ALL',
75 ], 75 ],
76 }], 76 }],
77 ], 77 ],
78 }, 78 },
79 'sources': [ 79 'sources': [
80 'public/c/gles2/gles2.h', 80 'public/c/gles2/gles2.h',
81 'public/c/gles2/gles2_export.h', 81 'public/c/gles2/gles2_export.h',
82 'public/platform/native/gles2_thunks.cc', 82 'public/platform/native/gles2_thunks.cc',
83 'public/platform/native/gles2_thunks.h', 83 'public/platform/native/gles2_thunks.h',
84 'public/platform/native/gles2_impl_thunks.cc',
85 'public/platform/native/gles2_impl_thunks.h',
86 'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc',
87 'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h',
88 'public/platform/native/gles2_impl_chromium_sync_point_thunks.cc',
89 'public/platform/native/gles2_impl_chromium_sync_point_thunks.h',
84 ], 90 ],
85 }, 91 },
86 { 92 {
87 # GN version: //mojo/public/cpp/bindings 93 # GN version: //mojo/public/cpp/bindings
88 'target_name': 'mojo_cpp_bindings', 94 'target_name': 'mojo_cpp_bindings',
89 'type': 'static_library', 95 'type': 'static_library',
90 'include_dirs': [ 96 'include_dirs': [
91 '..' 97 '..'
92 ], 98 ],
93 'sources': [ 99 'sources': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }, 292 },
287 'dependencies': [ 293 'dependencies': [
288 'mojo_public_java', 294 'mojo_public_java',
289 ], 295 ],
290 'includes': [ '../build/java.gypi' ], 296 'includes': [ '../build/java.gypi' ],
291 }, 297 },
292 ], 298 ],
293 }], 299 }],
294 ], 300 ],
295 } 301 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/c/gles2/chromium_sync_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698