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

Side by Side Diff: ipc/ipc.gyp

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « gfx/test_suite.h ('k') | ipc/ipc_send_fds_test.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 20 matching lines...) Expand all
31 ], 31 ],
32 'targets': [ 32 'targets': [
33 { 33 {
34 'target_name': 'ipc_tests', 34 'target_name': 'ipc_tests',
35 'type': 'executable', 35 'type': 'executable',
36 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672', 36 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672',
37 'dependencies': [ 37 'dependencies': [
38 'ipc', 38 'ipc',
39 '../base/base.gyp:base', 39 '../base/base.gyp:base',
40 '../base/base.gyp:base_i18n', 40 '../base/base.gyp:base_i18n',
41 '../base/base.gyp:test_support_base',
42 '../testing/gtest.gyp:gtest', 41 '../testing/gtest.gyp:gtest',
43 ], 42 ],
44 'include_dirs': [ 43 'include_dirs': [
45 '..' 44 '..'
46 ], 45 ],
47 'sources': [ 46 'sources': [
48 'file_descriptor_set_posix_unittest.cc', 47 'file_descriptor_set_posix_unittest.cc',
49 'ipc_fuzzing_tests.cc', 48 'ipc_fuzzing_tests.cc',
50 'ipc_message_unittest.cc', 49 'ipc_message_unittest.cc',
51 'ipc_send_fds_test.cc', 50 'ipc_send_fds_test.cc',
(...skipping 22 matching lines...) Expand all
74 ], 73 ],
75 }, 74 },
76 ], 75 ],
77 } 76 }
78 77
79 # Local Variables: 78 # Local Variables:
80 # tab-width:2 79 # tab-width:2
81 # indent-tabs-mode:nil 80 # indent-tabs-mode:nil
82 # End: 81 # End:
83 # vim: set expandtab tabstop=2 shiftwidth=2: 82 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gfx/test_suite.h ('k') | ipc/ipc_send_fds_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698