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

Side by Side Diff: mojo/edk/system/BUILD.gn

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, 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("../../../mojo/public/tools/bindings/mojom.gni") 6 import("../../../mojo/public/tools/bindings/mojom.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "data_pipe_control_message.h", 44 "data_pipe_control_message.h",
45 "data_pipe_producer_dispatcher.cc", 45 "data_pipe_producer_dispatcher.cc",
46 "data_pipe_producer_dispatcher.h", 46 "data_pipe_producer_dispatcher.h",
47 "dispatcher.cc", 47 "dispatcher.cc",
48 "dispatcher.h", 48 "dispatcher.h",
49 "handle_signals_state.h", 49 "handle_signals_state.h",
50 "handle_table.cc", 50 "handle_table.cc",
51 "handle_table.h", 51 "handle_table.h",
52 "mapping_table.cc", 52 "mapping_table.cc",
53 "mapping_table.h", 53 "mapping_table.h",
54 "message_for_transit.cc",
55 "message_for_transit.h",
54 "message_pipe_dispatcher.cc", 56 "message_pipe_dispatcher.cc",
55 "message_pipe_dispatcher.h", 57 "message_pipe_dispatcher.h",
56 "node_channel.cc", 58 "node_channel.cc",
57 "node_channel.h", 59 "node_channel.h",
58 "node_controller.cc", 60 "node_controller.cc",
59 "node_controller.h", 61 "node_controller.h",
60 "options_validation.h", 62 "options_validation.h",
61 "platform_handle_dispatcher.cc", 63 "platform_handle_dispatcher.cc",
62 "platform_handle_dispatcher.h", 64 "platform_handle_dispatcher.h",
63 "ports_message.cc", 65 "ports_message.cc",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 deps = [ 191 deps = [
190 ":test_utils", 192 ":test_utils",
191 "//base", 193 "//base",
192 "//base/test:test_support", 194 "//base/test:test_support",
193 "//mojo/edk/system", 195 "//mojo/edk/system",
194 "//mojo/edk/test:run_all_perftests", 196 "//mojo/edk/test:run_all_perftests",
195 "//mojo/edk/test:test_support", 197 "//mojo/edk/test:test_support",
196 "//testing/gtest", 198 "//testing/gtest",
197 ] 199 ]
198 } 200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698