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

Side by Side Diff: ipc/BUILD.gn

Issue 883093003: IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing Windows build error Created 5 years, 10 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 | « chrome/browser/extensions/api/file_system/file_system_api.h ('k') | ipc/ipc.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 6
7 component("ipc") { 7 component("ipc") {
8 sources = [ 8 sources = [
9 "ipc_channel.cc", 9 "ipc_channel.cc",
10 "ipc_channel.h", 10 "ipc_channel.h",
(...skipping 24 matching lines...) Expand all
35 "ipc_message_attachment.h", 35 "ipc_message_attachment.h",
36 "ipc_message_attachment_set.cc", 36 "ipc_message_attachment_set.cc",
37 "ipc_message_attachment_set.h", 37 "ipc_message_attachment_set.h",
38 "ipc_message_macros.h", 38 "ipc_message_macros.h",
39 "ipc_message_start.h", 39 "ipc_message_start.h",
40 "ipc_message_utils.cc", 40 "ipc_message_utils.cc",
41 "ipc_message_utils.h", 41 "ipc_message_utils.h",
42 "ipc_param_traits.h", 42 "ipc_param_traits.h",
43 "ipc_platform_file.cc", 43 "ipc_platform_file.cc",
44 "ipc_platform_file.h", 44 "ipc_platform_file.h",
45 "ipc_platform_file_attachment.cc", 45 "ipc_platform_file_attachment_posix.cc",
46 "ipc_platform_file_attachment.h", 46 "ipc_platform_file_attachment_posix.h",
47 "ipc_sender.h", 47 "ipc_sender.h",
48 "ipc_switches.cc", 48 "ipc_switches.cc",
49 "ipc_switches.h", 49 "ipc_switches.h",
50 "ipc_sync_channel.cc", 50 "ipc_sync_channel.cc",
51 "ipc_sync_channel.h", 51 "ipc_sync_channel.h",
52 "ipc_sync_message.cc", 52 "ipc_sync_message.cc",
53 "ipc_sync_message.h", 53 "ipc_sync_message.h",
54 "ipc_sync_message_filter.cc", 54 "ipc_sync_message_filter.cc",
55 "ipc_sync_message_filter.h", 55 "ipc_sync_message_filter.h",
56 "message_filter.cc", 56 "message_filter.cc",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "ipc_test_channel_listener.h", 177 "ipc_test_channel_listener.h",
178 "ipc_test_sink.cc", 178 "ipc_test_sink.cc",
179 "ipc_test_sink.h", 179 "ipc_test_sink.h",
180 ] 180 ]
181 deps = [ 181 deps = [
182 ":ipc", 182 ":ipc",
183 "//base", 183 "//base",
184 "//testing/gtest", 184 "//testing/gtest",
185 ] 185 ]
186 } 186 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_api.h ('k') | ipc/ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698