Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: mojo/mojo_services.gypi

Issue 606883002: Add a headless configuration to Mojo's native viewport service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address jamesr's questions Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698