| 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 'includes': [ | 597 'includes': [ |
| 598 'mojo_public_gles2_for_loadable_module.gypi', | 598 'mojo_public_gles2_for_loadable_module.gypi', |
| 599 ], | 599 ], |
| 600 'sources': [ | 600 'sources': [ |
| 601 'services/public/cpp/view_manager/lib/bitmap_uploader.cc', | 601 'services/public/cpp/view_manager/lib/bitmap_uploader.cc', |
| 602 'services/public/cpp/view_manager/lib/bitmap_uploader.h', | 602 'services/public/cpp/view_manager/lib/bitmap_uploader.h', |
| 603 'services/public/cpp/view_manager/lib/view.cc', | 603 'services/public/cpp/view_manager/lib/view.cc', |
| 604 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', | 604 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', |
| 605 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', | 605 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', |
| 606 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', | 606 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', |
| 607 'services/public/cpp/view_manager/lib/view_manager_context.cc', |
| 607 'services/public/cpp/view_manager/lib/view_observer.cc', | 608 'services/public/cpp/view_manager/lib/view_observer.cc', |
| 608 'services/public/cpp/view_manager/lib/view_private.cc', | 609 'services/public/cpp/view_manager/lib/view_private.cc', |
| 609 'services/public/cpp/view_manager/lib/view_private.h', | 610 'services/public/cpp/view_manager/lib/view_private.h', |
| 610 'services/public/cpp/view_manager/view.h', | 611 'services/public/cpp/view_manager/view.h', |
| 611 'services/public/cpp/view_manager/view_manager.h', | 612 'services/public/cpp/view_manager/view_manager.h', |
| 612 'services/public/cpp/view_manager/view_manager_client_factory.h', | 613 'services/public/cpp/view_manager/view_manager_client_factory.h', |
| 614 'services/public/cpp/view_manager/view_manager_context.h', |
| 613 'services/public/cpp/view_manager/view_manager_delegate.h', | 615 'services/public/cpp/view_manager/view_manager_delegate.h', |
| 614 'services/public/cpp/view_manager/view_observer.h', | 616 'services/public/cpp/view_manager/view_observer.h', |
| 615 'services/public/cpp/view_manager/window_manager_delegate.h', | 617 'services/public/cpp/view_manager/window_manager_delegate.h', |
| 616 ], | 618 ], |
| 617 'export_dependent_settings': [ | 619 'export_dependent_settings': [ |
| 618 'mojo_gpu_bindings', | 620 'mojo_gpu_bindings', |
| 619 'mojo_surfaces_bindings', | 621 'mojo_surfaces_bindings', |
| 620 'mojo_view_manager_bindings', | 622 'mojo_view_manager_bindings', |
| 621 ], | 623 ], |
| 622 }, | 624 }, |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 'dependencies': [ | 968 'dependencies': [ |
| 967 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 969 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 968 ], | 970 ], |
| 969 }], | 971 }], |
| 970 ], | 972 ], |
| 971 }, | 973 }, |
| 972 ], | 974 ], |
| 973 }], | 975 }], |
| 974 ], | 976 ], |
| 975 } | 977 } |
| OLD | NEW |