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

Side by Side Diff: ipc/ipc.gyp

Issue 712713002: IPC: a way for browsertests to simulate the appearance of a malicious IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interstitial
Patch Set: Created 6 years, 1 month 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 (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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'dependencies': [ 125 'dependencies': [
126 'ipc', 126 'ipc',
127 '../base/base.gyp:base', 127 '../base/base.gyp:base',
128 '../testing/gtest.gyp:gtest', 128 '../testing/gtest.gyp:gtest',
129 ], 129 ],
130 'sources': [ 130 'sources': [
131 'ipc_multiprocess_test.cc', 131 'ipc_multiprocess_test.cc',
132 'ipc_multiprocess_test.h', 132 'ipc_multiprocess_test.h',
133 'ipc_perftest_support.cc', 133 'ipc_perftest_support.cc',
134 'ipc_perftest_support.h', 134 'ipc_perftest_support.h',
135 'ipc_security_test_util.cc',
136 'ipc_security_test_util.h',
135 'ipc_test_base.cc', 137 'ipc_test_base.cc',
136 'ipc_test_base.h', 138 'ipc_test_base.h',
137 'ipc_test_channel_listener.cc', 139 'ipc_test_channel_listener.cc',
138 'ipc_test_channel_listener.h', 140 'ipc_test_channel_listener.h',
139 'ipc_test_sink.cc', 141 'ipc_test_sink.cc',
140 'ipc_test_sink.h', 142 'ipc_test_sink.h',
141 ], 143 ],
142 }, 144 },
143 ], 145 ],
144 'conditions': [ 146 'conditions': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'ipc_perftests', 193 'ipc_perftests',
192 ], 194 ],
193 'variables': { 195 'variables': {
194 'test_suite_name': 'ipc_perftests', 196 'test_suite_name': 'ipc_perftests',
195 }, 197 },
196 'includes': [ '../build/apk_test.gypi' ], 198 'includes': [ '../build/apk_test.gypi' ],
197 }], 199 }],
198 }], 200 }],
199 ], 201 ],
200 } 202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698