OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'target_name': 'mojo_html_viewer', | 8 'target_name': 'mojo_html_viewer', |
9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 '../cc/cc.gyp:cc', | 413 '../cc/cc.gyp:cc', |
414 '../cc/cc.gyp:cc_surfaces', | 414 '../cc/cc.gyp:cc_surfaces', |
415 '../ui/gfx/gfx.gyp:gfx_geometry', | 415 '../ui/gfx/gfx.gyp:gfx_geometry', |
416 'mojo_base.gyp:mojo_application_chromium', | 416 'mojo_base.gyp:mojo_application_chromium', |
417 'mojo_cc_support', | 417 'mojo_cc_support', |
418 'mojo_geometry_bindings', | 418 'mojo_geometry_bindings', |
419 'mojo_geometry_lib', | 419 'mojo_geometry_lib', |
420 'mojo_gpu_bindings', | 420 'mojo_gpu_bindings', |
421 'mojo_surfaces_bindings', | 421 'mojo_surfaces_bindings', |
422 'mojo_surfaces_lib', | 422 'mojo_surfaces_lib', |
423 '<(mojo_gles2_for_loadable_module)', | |
424 '<(mojo_system_for_loadable_module)', | 423 '<(mojo_system_for_loadable_module)', |
425 ], | 424 ], |
| 425 'includes': [ |
| 426 'mojo_public_gles2_for_loadable_module.gypi', |
| 427 ], |
426 'sources': [ | 428 'sources': [ |
427 'services/surfaces/surfaces_impl.cc', | 429 'services/surfaces/surfaces_impl.cc', |
428 'services/surfaces/surfaces_impl.h', | 430 'services/surfaces/surfaces_impl.h', |
429 'services/surfaces/surfaces_service_application.cc', | 431 'services/surfaces/surfaces_service_application.cc', |
430 'services/surfaces/surfaces_service_application.h', | 432 'services/surfaces/surfaces_service_application.h', |
431 'services/surfaces/surfaces_service_impl.cc', | 433 'services/surfaces/surfaces_service_impl.cc', |
432 'services/surfaces/surfaces_service_impl.h', | 434 'services/surfaces/surfaces_service_impl.h', |
433 ], | 435 ], |
434 }, | 436 }, |
435 { | 437 { |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 'dependencies': [ | 864 'dependencies': [ |
863 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 865 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
864 ], | 866 ], |
865 }], | 867 }], |
866 ], | 868 ], |
867 }, | 869 }, |
868 ], | 870 ], |
869 }], | 871 }], |
870 ], | 872 ], |
871 } | 873 } |
OLD | NEW |