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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1880823005: [mojo-edk] Add explicit message object APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « mojo/edk/system/wait_set_dispatcher_unittest.cc ('k') | mojo/public/c/system/message_pipe.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'edk/system/data_pipe_control_message.h', 77 'edk/system/data_pipe_control_message.h',
78 'edk/system/data_pipe_producer_dispatcher.cc', 78 'edk/system/data_pipe_producer_dispatcher.cc',
79 'edk/system/data_pipe_producer_dispatcher.h', 79 'edk/system/data_pipe_producer_dispatcher.h',
80 'edk/system/dispatcher.cc', 80 'edk/system/dispatcher.cc',
81 'edk/system/dispatcher.h', 81 'edk/system/dispatcher.h',
82 'edk/system/handle_signals_state.h', 82 'edk/system/handle_signals_state.h',
83 'edk/system/handle_table.cc', 83 'edk/system/handle_table.cc',
84 'edk/system/handle_table.h', 84 'edk/system/handle_table.h',
85 'edk/system/mapping_table.cc', 85 'edk/system/mapping_table.cc',
86 'edk/system/mapping_table.h', 86 'edk/system/mapping_table.h',
87 'edk/system/message_for_transit.cc',
88 'edk/system/message_for_transit.h',
87 'edk/system/message_pipe_dispatcher.cc', 89 'edk/system/message_pipe_dispatcher.cc',
88 'edk/system/message_pipe_dispatcher.h', 90 'edk/system/message_pipe_dispatcher.h',
89 'edk/system/node_channel.cc', 91 'edk/system/node_channel.cc',
90 'edk/system/node_channel.h', 92 'edk/system/node_channel.h',
91 'edk/system/node_controller.cc', 93 'edk/system/node_controller.cc',
92 'edk/system/node_controller.h', 94 'edk/system/node_controller.h',
93 'edk/system/options_validation.h', 95 'edk/system/options_validation.h',
94 'edk/system/platform_handle_dispatcher.cc', 96 'edk/system/platform_handle_dispatcher.cc',
95 'edk/system/platform_handle_dispatcher.h', 97 'edk/system/platform_handle_dispatcher.h',
96 'edk/system/ports/event.cc', 98 'edk/system/ports/event.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'mojo_public.gyp:mojo_public_test_support', 260 'mojo_public.gyp:mojo_public_test_support',
259 'mojo_system_impl', 261 'mojo_system_impl',
260 'mojo_test_support_impl', 262 'mojo_test_support_impl',
261 ], 263 ],
262 'sources': [ 264 'sources': [
263 'edk/test/run_all_perftests.cc', 265 'edk/test/run_all_perftests.cc',
264 ], 266 ],
265 }, 267 },
266 ], 268 ],
267 } 269 }
OLDNEW
« no previous file with comments | « mojo/edk/system/wait_set_dispatcher_unittest.cc ('k') | mojo/public/c/system/message_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698