OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'target_defaults': { | 6 'target_defaults': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
9 'defines': [ | 9 'defines': [ |
10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'type': 'static_library', | 368 'type': 'static_library', |
369 'dependencies': [ | 369 'dependencies': [ |
370 '../base/base.gyp:base', | 370 '../base/base.gyp:base', |
371 '../cc/cc.gyp:cc', | 371 '../cc/cc.gyp:cc', |
372 '../cc/cc.gyp:cc_surfaces', | 372 '../cc/cc.gyp:cc_surfaces', |
373 '../skia/skia.gyp:skia', | 373 '../skia/skia.gyp:skia', |
374 '../gpu/gpu.gyp:gles2_implementation', | 374 '../gpu/gpu.gyp:gles2_implementation', |
375 'mojo_geometry_lib', | 375 'mojo_geometry_lib', |
376 'mojo_surfaces_bindings', | 376 'mojo_surfaces_bindings', |
377 'mojo_surfaces_lib', | 377 'mojo_surfaces_lib', |
378 '<(mojo_gles2_for_loadable_module)', | 378 ], |
| 379 'includes': [ |
| 380 'mojo_public_gles2_for_loadable_module.gypi', |
379 ], | 381 ], |
380 'export_dependent_settings': [ | 382 'export_dependent_settings': [ |
381 'mojo_surfaces_bindings', | 383 'mojo_surfaces_bindings', |
382 ], | 384 ], |
383 'sources': [ | 385 'sources': [ |
384 'cc/context_provider_mojo.cc', | 386 'cc/context_provider_mojo.cc', |
385 'cc/context_provider_mojo.h', | 387 'cc/context_provider_mojo.h', |
386 'cc/output_surface_mojo.cc', | 388 'cc/output_surface_mojo.cc', |
387 'cc/output_surface_mojo.h', | 389 'cc/output_surface_mojo.h', |
388 ], | 390 ], |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 'dependencies': [ | 474 'dependencies': [ |
473 '../cc/cc.gyp:cc', | 475 '../cc/cc.gyp:cc', |
474 '../ui/aura/aura.gyp:aura', | 476 '../ui/aura/aura.gyp:aura', |
475 '../ui/compositor/compositor.gyp:compositor', | 477 '../ui/compositor/compositor.gyp:compositor', |
476 '../ui/events/events.gyp:events', | 478 '../ui/events/events.gyp:events', |
477 '../ui/events/events.gyp:events_base', | 479 '../ui/events/events.gyp:events_base', |
478 '../ui/gl/gl.gyp:gl', | 480 '../ui/gl/gl.gyp:gl', |
479 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 481 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
480 'mojo_cc_support', | 482 'mojo_cc_support', |
481 'mojo_native_viewport_bindings', | 483 'mojo_native_viewport_bindings', |
482 '<(mojo_gles2_for_loadable_module)', | 484 ], |
| 485 'includes': [ |
| 486 'mojo_public_gles2_for_loadable_module.gypi', |
483 ], | 487 ], |
484 'sources': [ | 488 'sources': [ |
485 'aura/aura_init.cc', | 489 'aura/aura_init.cc', |
486 'aura/aura_init.h', | 490 'aura/aura_init.h', |
487 'aura/context_factory_mojo.cc', | 491 'aura/context_factory_mojo.cc', |
488 'aura/context_factory_mojo.h', | 492 'aura/context_factory_mojo.h', |
489 'aura/screen_mojo.cc', | 493 'aura/screen_mojo.cc', |
490 'aura/screen_mojo.h', | 494 'aura/screen_mojo.h', |
491 'aura/window_tree_host_mojo.cc', | 495 'aura/window_tree_host_mojo.cc', |
492 'aura/window_tree_host_mojo.h', | 496 'aura/window_tree_host_mojo.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 }, | 614 }, |
611 ], | 615 ], |
612 'dependency': [ | 616 'dependency': [ |
613 'mojo_python', | 617 'mojo_python', |
614 ], | 618 ], |
615 }, | 619 }, |
616 ], | 620 ], |
617 }], | 621 }], |
618 ], | 622 ], |
619 } | 623 } |
OLD | NEW |