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

Side by Side Diff: mojo/mojo_services.gypi

Issue 405813002: win32: Add a PlatformWindow implementation for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-move-resize Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/services/native_viewport/native_viewport_win.cc » ('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 'target_name': 'mojo_echo_bindings', 8 'target_name': 'mojo_echo_bindings',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { 315 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', {
316 'sources!': [ 316 'sources!': [
317 'services/native_viewport/native_viewport_stub.cc', 317 'services/native_viewport/native_viewport_stub.cc',
318 ], 318 ],
319 }], 319 }],
320 ['OS=="android"', { 320 ['OS=="android"', {
321 'dependencies': [ 321 'dependencies': [
322 'mojo_jni_headers', 322 'mojo_jni_headers',
323 ], 323 ],
324 }], 324 }],
325 ['OS=="win"', {
326 'dependencies': [
327 '../ui/platform_window/win/win_window.gyp:win_window',
328 ],
329 }],
325 ['use_x11==1', { 330 ['use_x11==1', {
326 'dependencies': [ 331 'dependencies': [
327 '../ui/platform_window/x11/x11_window.gyp:x11_window', 332 '../ui/platform_window/x11/x11_window.gyp:x11_window',
328 ], 333 ],
329 }], 334 }],
330 ], 335 ],
331 }, 336 },
332 { 337 {
333 'target_name': 'mojo_navigation_bindings', 338 'target_name': 'mojo_navigation_bindings',
334 'type': 'static_library', 339 'type': 'static_library',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'mojo_system_impl', 857 'mojo_system_impl',
853 ], 858 ],
854 'sources': [ 859 'sources': [
855 'services/dbus_echo/dbus_echo_service.cc', 860 'services/dbus_echo/dbus_echo_service.cc',
856 ], 861 ],
857 }, 862 },
858 ], 863 ],
859 }], 864 }],
860 ], 865 ],
861 } 866 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698