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

Side by Side Diff: mojo/mojo.gyp

Issue 220113003: Mojo: Implement MojoUnmapBuffer(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 8 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/public/c/system/tests/core_unittest.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 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'system/data_pipe_producer_dispatcher.cc', 125 'system/data_pipe_producer_dispatcher.cc',
126 'system/data_pipe_producer_dispatcher.h', 126 'system/data_pipe_producer_dispatcher.h',
127 'system/dispatcher.cc', 127 'system/dispatcher.cc',
128 'system/dispatcher.h', 128 'system/dispatcher.h',
129 'system/handle_table.cc', 129 'system/handle_table.cc',
130 'system/handle_table.h', 130 'system/handle_table.h',
131 'system/local_data_pipe.cc', 131 'system/local_data_pipe.cc',
132 'system/local_data_pipe.h', 132 'system/local_data_pipe.h',
133 'system/local_message_pipe_endpoint.cc', 133 'system/local_message_pipe_endpoint.cc',
134 'system/local_message_pipe_endpoint.h', 134 'system/local_message_pipe_endpoint.h',
135 'system/mapping_table.cc',
136 'system/mapping_table.h',
135 'system/memory.cc', 137 'system/memory.cc',
136 'system/memory.h', 138 'system/memory.h',
137 'system/message_in_transit.cc', 139 'system/message_in_transit.cc',
138 'system/message_in_transit.h', 140 'system/message_in_transit.h',
139 'system/message_in_transit_queue.cc', 141 'system/message_in_transit_queue.cc',
140 'system/message_in_transit_queue.h', 142 'system/message_in_transit_queue.h',
141 'system/message_pipe.cc', 143 'system/message_pipe.cc',
142 'system/message_pipe.h', 144 'system/message_pipe.h',
143 'system/message_pipe_dispatcher.cc', 145 'system/message_pipe_dispatcher.cc',
144 'system/message_pipe_dispatcher.h', 146 'system/message_pipe_dispatcher.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'mojo_js_unittests.isolate', 608 'mojo_js_unittests.isolate',
607 ], 609 ],
608 'sources': [ 610 'sources': [
609 'mojo_js_unittests.isolate', 611 'mojo_js_unittests.isolate',
610 ], 612 ],
611 }, 613 },
612 ], 614 ],
613 }], 615 }],
614 ], 616 ],
615 } 617 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/c/system/tests/core_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698