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

Side by Side Diff: mojo/mojo.gyp

Issue 640023004: cc: Make OutputSurface::SwapBuffers pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@latinfo
Patch Set: rebase, comment, removed unused includes Created 6 years, 2 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
« no previous file with comments | « mojo/examples/compositor_app/compositor_host.cc ('k') | mojo/mojo_examples.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 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 15 matching lines...) Expand all
26 'target_name': 'mojo', 26 'target_name': 'mojo',
27 'type': 'none', 27 'type': 'none',
28 'dependencies': [ 28 'dependencies': [
29 'edk/mojo_edk.gyp:mojo_edk', 29 'edk/mojo_edk.gyp:mojo_edk',
30 'mojo_application_manager', 30 'mojo_application_manager',
31 'mojo_application_manager_unittests', 31 'mojo_application_manager_unittests',
32 'mojo_apps_js_unittests', 32 'mojo_apps_js_unittests',
33 'mojo_base.gyp:mojo_base', 33 'mojo_base.gyp:mojo_base',
34 'mojo_clipboard', 34 'mojo_clipboard',
35 'mojo_clipboard_unittests', 35 'mojo_clipboard_unittests',
36 'mojo_compositor_app',
37 'mojo_content_handler_demo', 36 'mojo_content_handler_demo',
38 'mojo_echo_client', 37 'mojo_echo_client',
39 'mojo_echo_service', 38 'mojo_echo_service',
40 'mojo_example_apptests', 39 'mojo_example_apptests',
41 'mojo_example_service', 40 'mojo_example_service',
42 'mojo_geometry_lib', 41 'mojo_geometry_lib',
43 'mojo_html_viewer', 42 'mojo_html_viewer',
44 'mojo_input_events_lib', 43 'mojo_input_events_lib',
45 'mojo_js_content_handler', 44 'mojo_js_content_handler',
46 'mojo_js_standalone', 45 'mojo_js_standalone',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 366 ],
368 'includes': [ 367 'includes': [
369 'mojo_public_gles2_for_loadable_module.gypi', 368 'mojo_public_gles2_for_loadable_module.gypi',
370 ], 369 ],
371 'export_dependent_settings': [ 370 'export_dependent_settings': [
372 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', 371 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
373 ], 372 ],
374 'sources': [ 373 'sources': [
375 'cc/context_provider_mojo.cc', 374 'cc/context_provider_mojo.cc',
376 'cc/context_provider_mojo.h', 375 'cc/context_provider_mojo.h',
376 'cc/direct_output_surface.cc',
377 'cc/direct_output_surface.h',
377 'cc/output_surface_mojo.cc', 378 'cc/output_surface_mojo.cc',
378 'cc/output_surface_mojo.h', 379 'cc/output_surface_mojo.h',
379 ], 380 ],
380 }, 381 },
381 { 382 {
382 # GN version: //mojo/gles2 383 # GN version: //mojo/gles2
383 'target_name': 'mojo_gles2_impl', 384 'target_name': 'mojo_gles2_impl',
384 'type': '<(component)', 385 'type': '<(component)',
385 'dependencies': [ 386 'dependencies': [
386 '../base/base.gyp:base', 387 '../base/base.gyp:base',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 '../build/isolate.gypi', 772 '../build/isolate.gypi',
772 ], 773 ],
773 'sources': [ 774 'sources': [
774 'mojo_js_unittests.isolate', 775 'mojo_js_unittests.isolate',
775 ], 776 ],
776 }, 777 },
777 ], 778 ],
778 }], 779 }],
779 ], 780 ],
780 } 781 }
OLDNEW
« no previous file with comments | « mojo/examples/compositor_app/compositor_host.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698