| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |