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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'mojo_native_viewport_bindings', | 357 'mojo_native_viewport_bindings', |
358 'mojo_surfaces_bindings', | 358 'mojo_surfaces_bindings', |
359 ], | 359 ], |
360 'sources': [ | 360 'sources': [ |
361 'services/native_viewport/gpu_impl.cc', | 361 'services/native_viewport/gpu_impl.cc', |
362 'services/native_viewport/gpu_impl.h', | 362 'services/native_viewport/gpu_impl.h', |
363 'services/native_viewport/native_viewport_impl.cc', | 363 'services/native_viewport/native_viewport_impl.cc', |
364 'services/native_viewport/native_viewport_impl.h', | 364 'services/native_viewport/native_viewport_impl.h', |
365 'services/native_viewport/platform_viewport.h', | 365 'services/native_viewport/platform_viewport.h', |
366 'services/native_viewport/platform_viewport_android.cc', | 366 'services/native_viewport/platform_viewport_android.cc', |
| 367 'services/native_viewport/platform_viewport_headless.cc', |
| 368 'services/native_viewport/platform_viewport_headless.h', |
367 'services/native_viewport/platform_viewport_mac.mm', | 369 'services/native_viewport/platform_viewport_mac.mm', |
368 'services/native_viewport/platform_viewport_ozone.cc', | 370 'services/native_viewport/platform_viewport_ozone.cc', |
369 'services/native_viewport/platform_viewport_stub.cc', | 371 'services/native_viewport/platform_viewport_stub.cc', |
370 'services/native_viewport/platform_viewport_win.cc', | 372 'services/native_viewport/platform_viewport_win.cc', |
371 'services/native_viewport/platform_viewport_x11.cc', | 373 'services/native_viewport/platform_viewport_x11.cc', |
372 'services/native_viewport/viewport_surface.cc', | 374 'services/native_viewport/viewport_surface.cc', |
373 'services/native_viewport/viewport_surface.h', | 375 'services/native_viewport/viewport_surface.h', |
374 ], | 376 ], |
375 'conditions': [ | 377 'conditions': [ |
376 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { | 378 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 'dependencies': [ | 977 'dependencies': [ |
976 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 978 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
977 ], | 979 ], |
978 }], | 980 }], |
979 ], | 981 ], |
980 }, | 982 }, |
981 ], | 983 ], |
982 }], | 984 }], |
983 ], | 985 ], |
984 } | 986 } |
OLD | NEW |