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

Side by Side Diff: mojo/mojo.gyp

Issue 103533008: Mojo: More data pipe implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indentation Created 7 years 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/public/system/core.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../base/base.gyp:base', 71 '../base/base.gyp:base',
72 ], 72 ],
73 'defines': [ 73 'defines': [
74 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', 74 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
75 ], 75 ],
76 'sources': [ 76 'sources': [
77 'system/channel.cc', 77 'system/channel.cc',
78 'system/channel.h', 78 'system/channel.h',
79 'system/core_impl.cc', 79 'system/core_impl.cc',
80 'system/core_impl.h', 80 'system/core_impl.h',
81 'system/data_pipe.cc',
82 'system/data_pipe.h',
83 'system/data_pipe_producer_dispatcher.cc',
84 'system/data_pipe_producer_dispatcher.h',
81 'system/dispatcher.cc', 85 'system/dispatcher.cc',
82 'system/dispatcher.h', 86 'system/dispatcher.h',
83 'system/limits.h', 87 'system/limits.h',
84 'system/local_message_pipe_endpoint.cc', 88 'system/local_message_pipe_endpoint.cc',
85 'system/local_message_pipe_endpoint.h', 89 'system/local_message_pipe_endpoint.h',
86 'system/memory.cc', 90 'system/memory.cc',
87 'system/memory.h', 91 'system/memory.h',
88 'system/message_in_transit.cc', 92 'system/message_in_transit.cc',
89 'system/message_in_transit.h', 93 'system/message_in_transit.h',
90 'system/message_pipe.cc', 94 'system/message_pipe.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 380 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
377 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 381 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
378 'native_lib_target': 'libmojo_shell', 382 'native_lib_target': 'libmojo_shell',
379 }, 383 },
380 'includes': [ '../build/java_apk.gypi' ], 384 'includes': [ '../build/java_apk.gypi' ],
381 } 385 }
382 ], 386 ],
383 }], 387 }],
384 ], 388 ],
385 } 389 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/system/core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698