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

Side by Side Diff: mojo/mojo_services.gypi

Issue 654063003: Remove duplicate deps in mojo_view_manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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/clipboard/ 8 # GN version: //mojo/services/clipboard/
9 'target_name': 'mojo_clipboard', 9 'target_name': 'mojo_clipboard',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 '../base/base.gyp:base', 502 '../base/base.gyp:base',
503 '../cc/cc.gyp:cc_surfaces', 503 '../cc/cc.gyp:cc_surfaces',
504 '../skia/skia.gyp:skia', 504 '../skia/skia.gyp:skia',
505 '../ui/base/ui_base.gyp:ui_base', 505 '../ui/base/ui_base.gyp:ui_base',
506 '../ui/events/events.gyp:events', 506 '../ui/events/events.gyp:events',
507 '../ui/events/events.gyp:events_base', 507 '../ui/events/events.gyp:events_base',
508 '../ui/gfx/gfx.gyp:gfx', 508 '../ui/gfx/gfx.gyp:gfx',
509 '../ui/gfx/gfx.gyp:gfx_geometry', 509 '../ui/gfx/gfx.gyp:gfx_geometry',
510 'mojo_base.gyp:mojo_application_chromium', 510 'mojo_base.gyp:mojo_application_chromium',
511 'mojo_base.gyp:mojo_common_lib', 511 'mojo_base.gyp:mojo_common_lib',
512 'mojo_base.gyp:mojo_common_lib',
513 'mojo_geometry_lib', 512 'mojo_geometry_lib',
514 'mojo_input_events_lib', 513 'mojo_input_events_lib',
515 'mojo_surfaces_lib', 514 'mojo_surfaces_lib',
516 'services/public/mojo_services_public.gyp:mojo_geometry_bindings', 515 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
517 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 516 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
518 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
519 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ', 517 'services/public/mojo_services_public.gyp:mojo_input_events_bindings ',
520 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi ngs', 518 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindi ngs',
521 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', 519 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
522 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ', 520 'services/public/mojo_services_public.gyp:mojo_view_manager_bindings ',
523 'services/public/mojo_services_public.gyp:mojo_view_manager_common', 521 'services/public/mojo_services_public.gyp:mojo_view_manager_common',
524 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs', 522 'services/public/mojo_services_public.gyp:mojo_window_manager_bindin gs',
525 '<(mojo_system_for_loadable_module)', 523 '<(mojo_system_for_loadable_module)',
526 ], 524 ],
527 'sources': [ 525 'sources': [
528 'services/view_manager/access_policy.h', 526 'services/view_manager/access_policy.h',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'dependencies': [ 674 'dependencies': [
677 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 675 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
678 ], 676 ],
679 }], 677 }],
680 ], 678 ],
681 }, 679 },
682 ], 680 ],
683 }], 681 }],
684 ], 682 ],
685 } 683 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698