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

Side by Side Diff: mojo/mojo_base.gyp

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_apps.gypi ('k') | mojo/mojo_public.gypi » ('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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 'mojo_public.gypi', 10 'mojo_public.gypi',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 372 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
373 '../gpu/gpu.gyp:command_buffer_client', 373 '../gpu/gpu.gyp:command_buffer_client',
374 '../gpu/gpu.gyp:command_buffer_common', 374 '../gpu/gpu.gyp:command_buffer_common',
375 '../gpu/gpu.gyp:gles2_cmd_helper', 375 '../gpu/gpu.gyp:gles2_cmd_helper',
376 '../gpu/gpu.gyp:gles2_implementation', 376 '../gpu/gpu.gyp:gles2_implementation',
377 'mojo_environment_chromium', 377 'mojo_environment_chromium',
378 'mojo_gles2_bindings', 378 'mojo_gles2_bindings',
379 '<(mojo_system_for_component)', 379 '<(mojo_system_for_component)',
380 ], 380 ],
381 'defines': [ 381 'defines': [
382 'GLES2_USE_MOJO',
383 'GL_GLEXT_PROTOTYPES',
384 'MOJO_GLES2_IMPLEMENTATION',
382 'MOJO_GLES2_IMPL_IMPLEMENTATION', 385 'MOJO_GLES2_IMPL_IMPLEMENTATION',
383 'MOJO_GLES2_IMPLEMENTATION',
384 'GLES2_USE_MOJO',
385 'MOJO_USE_GLES2_IMPL' 386 'MOJO_USE_GLES2_IMPL'
386 ], 387 ],
387 'direct_dependent_settings': { 388 'direct_dependent_settings': {
388 'defines': [ 389 'defines': [
389 'GLES2_USE_MOJO', 390 'GLES2_USE_MOJO',
390 ], 391 ],
391 }, 392 },
392 'sources': [ 393 'sources': [
393 'gles2/command_buffer_client_impl.cc', 394 'gles2/command_buffer_client_impl.cc',
394 'gles2/command_buffer_client_impl.h', 395 'gles2/command_buffer_client_impl.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'mojo_js_unittests.isolate', 574 'mojo_js_unittests.isolate',
574 ], 575 ],
575 'sources': [ 576 'sources': [
576 'mojo_js_unittests.isolate', 577 'mojo_js_unittests.isolate',
577 ], 578 ],
578 }, 579 },
579 ], 580 ],
580 }], 581 }],
581 ] 582 ]
582 } 583 }
OLDNEW
« no previous file with comments | « mojo/mojo_apps.gypi ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698