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

Side by Side Diff: mojo/mojo_apps.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/gles2/gles2_impl.cc ('k') | mojo/mojo_base.gyp » ('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.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
1 { 5 {
2 'targets': [ 6 'targets': [
3 { 7 {
4 'target_name': 'mojo_js_lib', 8 'target_name': 'mojo_js_lib',
5 'type': 'static_library', 9 'type': 'static_library',
6 'dependencies': [ 10 'dependencies': [
7 '../base/base.gyp:base', 11 '../base/base.gyp:base',
8 '../gin/gin.gyp:gin', 12 '../gin/gin.gyp:gin',
9 '../ui/gl/gl.gyp:gl', 13 '../ui/gl/gl.gyp:gl',
10 '../v8/tools/gyp/v8.gyp:v8', 14 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'mojo_apps_js_unittests.isolate', 97 'mojo_apps_js_unittests.isolate',
94 ], 98 ],
95 'sources': [ 99 'sources': [
96 'mojo_apps_js_unittests.isolate', 100 'mojo_apps_js_unittests.isolate',
97 ], 101 ],
98 }, 102 },
99 ], 103 ],
100 }], 104 }],
101 ], 105 ],
102 } 106 }
OLDNEW
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698