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

Side by Side Diff: ipc/ipc.gyp

Issue 165333004: Revert "Allow MessageFilters to restrict listening to specific message classes" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « extensions/browser/extension_message_filter.cc ('k') | ipc/ipc_channel_proxy.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 (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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ipc.gypi', 10 'ipc.gypi',
(...skipping 28 matching lines...) Expand all
39 '../base/base.gyp:base_i18n', 39 '../base/base.gyp:base_i18n',
40 '../base/base.gyp:test_support_base', 40 '../base/base.gyp:test_support_base',
41 '../testing/gtest.gyp:gtest', 41 '../testing/gtest.gyp:gtest',
42 ], 42 ],
43 'include_dirs': [ 43 'include_dirs': [
44 '..' 44 '..'
45 ], 45 ],
46 'sources': [ 46 'sources': [
47 'file_descriptor_set_posix_unittest.cc', 47 'file_descriptor_set_posix_unittest.cc',
48 'ipc_channel_posix_unittest.cc', 48 'ipc_channel_posix_unittest.cc',
49 'ipc_channel_proxy_unittest.cc',
50 'ipc_channel_unittest.cc', 49 'ipc_channel_unittest.cc',
51 'ipc_fuzzing_tests.cc', 50 'ipc_fuzzing_tests.cc',
52 'ipc_message_unittest.cc', 51 'ipc_message_unittest.cc',
53 'ipc_message_utils_unittest.cc', 52 'ipc_message_utils_unittest.cc',
54 'ipc_send_fds_test.cc', 53 'ipc_send_fds_test.cc',
55 'ipc_sync_channel_unittest.cc', 54 'ipc_sync_channel_unittest.cc',
56 'ipc_sync_message_unittest.cc', 55 'ipc_sync_message_unittest.cc',
57 'ipc_sync_message_unittest.h', 56 'ipc_sync_message_unittest.h',
58 'ipc_test_base.cc', 57 'ipc_test_base.cc',
59 'ipc_test_base.h', 58 'ipc_test_base.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ], 189 ],
191 'variables': { 190 'variables': {
192 'test_suite_name': 'ipc_tests', 191 'test_suite_name': 'ipc_tests',
193 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests <(SHARED_LIB_SUFFIX)', 192 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests <(SHARED_LIB_SUFFIX)',
194 }, 193 },
195 'includes': [ '../build/apk_test.gypi' ], 194 'includes': [ '../build/apk_test.gypi' ],
196 }], 195 }],
197 }], 196 }],
198 ], 197 ],
199 } 198 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_message_filter.cc ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698