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

Side by Side Diff: mojo/mojo_services.gypi

Issue 509123003: Put thunk targets directly into loadable modules in static build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/mojo_public_gles2_for_loadable_module.gypi ('k') | mojo/mojo_variables.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 (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
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
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 }
OLDNEW
« no previous file with comments | « mojo/mojo_public_gles2_for_loadable_module.gypi ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698