OLD | NEW |
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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 'GL_GLEXT_PROTOTYPES', | 392 'GL_GLEXT_PROTOTYPES', |
393 'MOJO_GLES2_IMPLEMENTATION', | 393 'MOJO_GLES2_IMPLEMENTATION', |
394 'MOJO_GLES2_IMPL_IMPLEMENTATION', | 394 'MOJO_GLES2_IMPL_IMPLEMENTATION', |
395 'MOJO_USE_GLES2_IMPL' | 395 'MOJO_USE_GLES2_IMPL' |
396 ], | 396 ], |
397 'direct_dependent_settings': { | 397 'direct_dependent_settings': { |
398 'defines': [ | 398 'defines': [ |
399 'GLES2_USE_MOJO', | 399 'GLES2_USE_MOJO', |
400 ], | 400 ], |
401 }, | 401 }, |
| 402 'export_dependent_settings': [ |
| 403 'mojo_gles2_bindings', |
| 404 ], |
402 'sources': [ | 405 'sources': [ |
403 'gles2/command_buffer_client_impl.cc', | 406 'gles2/command_buffer_client_impl.cc', |
404 'gles2/command_buffer_client_impl.h', | 407 'gles2/command_buffer_client_impl.h', |
405 'gles2/gles2_impl_export.h', | 408 'gles2/gles2_impl_export.h', |
406 'gles2/gles2_impl.cc', | 409 'gles2/gles2_impl.cc', |
407 'gles2/gles2_context.cc', | 410 'gles2/gles2_context.cc', |
408 'gles2/gles2_context.h', | 411 'gles2/gles2_context.h', |
409 ], | 412 ], |
410 'all_dependent_settings': { | 413 'all_dependent_settings': { |
411 # Ensures that dependent projects import the core functions on Windows. | 414 # Ensures that dependent projects import the core functions on Windows. |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 'mojo_js_unittests.isolate', | 588 'mojo_js_unittests.isolate', |
586 ], | 589 ], |
587 'sources': [ | 590 'sources': [ |
588 'mojo_js_unittests.isolate', | 591 'mojo_js_unittests.isolate', |
589 ], | 592 ], |
590 }, | 593 }, |
591 ], | 594 ], |
592 }], | 595 }], |
593 ] | 596 ] |
594 } | 597 } |
OLD | NEW |