| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 57 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
| 58 'public/mojo_public.gyp:mojo_cpp_bindings', | 58 'public/mojo_public.gyp:mojo_cpp_bindings', |
| 59 ], | 59 ], |
| 60 'export_dependent_settings': [ | 60 'export_dependent_settings': [ |
| 61 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', | 61 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', |
| 62 'public/mojo_public.gyp:mojo_cpp_bindings', | 62 'public/mojo_public.gyp:mojo_cpp_bindings', |
| 63 ], | 63 ], |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 # GN version: //mojo/services/html_viewer | 66 # GN version: //mojo/services/html_viewer |
| 67 'target_name': 'mojo_html_viewer', | 67 'target_name': 'html_viewer', |
| 68 'type': 'loadable_module', | 68 'type': 'loadable_module', |
| 69 'dependencies': [ | 69 'dependencies': [ |
| 70 '../cc/blink/cc_blink.gyp:cc_blink', | 70 '../cc/blink/cc_blink.gyp:cc_blink', |
| 71 '../cc/cc.gyp:cc', | 71 '../cc/cc.gyp:cc', |
| 72 '../cc/cc.gyp:cc_surfaces', | 72 '../cc/cc.gyp:cc_surfaces', |
| 73 '../media/blink/media_blink.gyp:media_blink', | 73 '../media/blink/media_blink.gyp:media_blink', |
| 74 '../media/media.gyp:media', | 74 '../media/media.gyp:media', |
| 75 '../net/net.gyp:net', | 75 '../net/net.gyp:net', |
| 76 '../skia/skia.gyp:skia', | 76 '../skia/skia.gyp:skia', |
| 77 '../third_party/WebKit/public/blink.gyp:blink', | 77 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'dependencies': [ | 688 'dependencies': [ |
| 689 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 689 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 690 ], | 690 ], |
| 691 }], | 691 }], |
| 692 ], | 692 ], |
| 693 }, | 693 }, |
| 694 ], | 694 ], |
| 695 }], | 695 }], |
| 696 ], | 696 ], |
| 697 } | 697 } |
| OLD | NEW |