| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'services/public/mojo_services_public.gyp:mojo_network_bindings', | 87 'services/public/mojo_services_public.gyp:mojo_network_bindings', |
| 88 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', | 88 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', |
| 89 'mojo_view_manager_lib', | 89 'mojo_view_manager_lib', |
| 90 'public/mojo_public.gyp:mojo_cpp_bindings', | 90 'public/mojo_public.gyp:mojo_cpp_bindings', |
| 91 'public/mojo_public.gyp:mojo_utility', | 91 'public/mojo_public.gyp:mojo_utility', |
| 92 '<(mojo_system_for_loadable_module)', | 92 '<(mojo_system_for_loadable_module)', |
| 93 ], | 93 ], |
| 94 'include_dirs': [ | 94 'include_dirs': [ |
| 95 'third_party/WebKit' | 95 'third_party/WebKit' |
| 96 ], | 96 ], |
| 97 'includes': [ |
| 98 'mojo_public_gles2_for_loadable_module.gypi', |
| 99 ], |
| 97 'sources': [ | 100 'sources': [ |
| 98 'services/html_viewer/blink_basic_type_converters.cc', | 101 'services/html_viewer/blink_basic_type_converters.cc', |
| 99 'services/html_viewer/blink_basic_type_converters.h', | 102 'services/html_viewer/blink_basic_type_converters.h', |
| 100 'services/html_viewer/blink_input_events_type_converters.cc', | 103 'services/html_viewer/blink_input_events_type_converters.cc', |
| 101 'services/html_viewer/blink_input_events_type_converters.h', | 104 'services/html_viewer/blink_input_events_type_converters.h', |
| 102 'services/html_viewer/blink_platform_impl.cc', | 105 'services/html_viewer/blink_platform_impl.cc', |
| 103 'services/html_viewer/blink_platform_impl.h', | 106 'services/html_viewer/blink_platform_impl.h', |
| 104 'services/html_viewer/blink_url_request_type_converters.cc', | 107 'services/html_viewer/blink_url_request_type_converters.cc', |
| 105 'services/html_viewer/blink_url_request_type_converters.h', | 108 'services/html_viewer/blink_url_request_type_converters.h', |
| 106 'services/html_viewer/html_viewer.cc', | 109 'services/html_viewer/html_viewer.cc', |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'dependencies': [ | 668 'dependencies': [ |
| 666 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 669 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 667 ], | 670 ], |
| 668 }], | 671 }], |
| 669 ], | 672 ], |
| 670 }, | 673 }, |
| 671 ], | 674 ], |
| 672 }], | 675 }], |
| 673 ], | 676 ], |
| 674 } | 677 } |
| OLD | NEW |