| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |