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

Side by Side Diff: mojo/mojo_services.gypi

Issue 468563002: Mojo: Only link against one system impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | no next file » | 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 # GN version: //mojo/services/dbus_echo:bindings 8 # GN version: //mojo/services/dbus_echo:bindings
9 'target_name': 'mojo_echo_bindings', 9 'target_name': 'mojo_echo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 }, 384 },
385 { 385 {
386 'target_name': 'mojo_surfaces_service', 386 'target_name': 'mojo_surfaces_service',
387 'type': 'loadable_module', 387 'type': 'loadable_module',
388 'dependencies': [ 388 'dependencies': [
389 '../base/base.gyp:base', 389 '../base/base.gyp:base',
390 '../cc/cc.gyp:cc', 390 '../cc/cc.gyp:cc',
391 '../cc/cc.gyp:cc_surfaces', 391 '../cc/cc.gyp:cc_surfaces',
392 '../ui/gfx/gfx.gyp:gfx_geometry', 392 '../ui/gfx/gfx.gyp:gfx_geometry',
393 'mojo_base.gyp:mojo_environment_chromium', 393 'mojo_base.gyp:mojo_environment_chromium',
394 'mojo_base.gyp:mojo_system_impl',
395 'mojo_base.gyp:mojo_application_chromium', 394 'mojo_base.gyp:mojo_application_chromium',
396 'mojo_cc_support', 395 'mojo_cc_support',
397 'mojo_geometry_bindings', 396 'mojo_geometry_bindings',
398 'mojo_geometry_lib', 397 'mojo_geometry_lib',
399 'mojo_surfaces_bindings', 398 'mojo_surfaces_bindings',
400 'mojo_surfaces_lib', 399 'mojo_surfaces_lib',
401 '<(mojo_gles2_for_loadable_module)', 400 '<(mojo_gles2_for_loadable_module)',
402 '<(mojo_system_for_loadable_module)', 401 '<(mojo_system_for_loadable_module)',
403 ], 402 ],
404 'sources': [ 403 'sources': [
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'mojo_echo_bindings', 857 'mojo_echo_bindings',
859 ], 858 ],
860 'sources': [ 859 'sources': [
861 'services/dbus_echo/dbus_echo_service.cc', 860 'services/dbus_echo/dbus_echo_service.cc',
862 ], 861 ],
863 }, 862 },
864 ], 863 ],
865 }], 864 }],
866 ], 865 ],
867 } 866 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698