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

Side by Side Diff: mojo/mojo_services.gypi

Issue 391583002: ui/platform_window: Introduce PlatformWindow for windowing primitives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/DEPS » ('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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { 271 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', {
272 'sources!': [ 272 'sources!': [
273 'services/native_viewport/native_viewport_stub.cc', 273 'services/native_viewport/native_viewport_stub.cc',
274 ], 274 ],
275 }], 275 }],
276 ['OS=="android"', { 276 ['OS=="android"', {
277 'dependencies': [ 277 'dependencies': [
278 'mojo_jni_headers', 278 'mojo_jni_headers',
279 ], 279 ],
280 }], 280 }],
281 ['use_x11==1', {
282 'dependencies': [
283 '../ui/platform_window/x11/x11_window.gyp:x11_window',
284 ],
285 }],
281 ], 286 ],
282 }, 287 },
283 { 288 {
284 'target_name': 'mojo_navigation_bindings', 289 'target_name': 'mojo_navigation_bindings',
285 'type': 'static_library', 290 'type': 'static_library',
286 'sources': [ 291 'sources': [
287 'services/public/interfaces/navigation/navigation.mojom', 292 'services/public/interfaces/navigation/navigation.mojom',
288 ], 293 ],
289 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 294 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
290 'export_dependent_settings': [ 295 'export_dependent_settings': [
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'mojo_system_impl', 750 'mojo_system_impl',
746 ], 751 ],
747 'sources': [ 752 'sources': [
748 'services/dbus_echo/dbus_echo_service.cc', 753 'services/dbus_echo/dbus_echo_service.cc',
749 ], 754 ],
750 }, 755 },
751 ], 756 ],
752 }], 757 }],
753 ], 758 ],
754 } 759 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/native_viewport/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698