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

Side by Side Diff: ipc/ipc.gyp

Issue 155981: This file is not building on Windows, and I have no time to investigate,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « no previous file | no next file » | 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672', 74 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672',
75 'dependencies': [ 75 'dependencies': [
76 'ipc', 76 'ipc',
77 '../base/base.gyp:base', 77 '../base/base.gyp:base',
78 '../testing/gtest.gyp:gtest', 78 '../testing/gtest.gyp:gtest',
79 ], 79 ],
80 'include_dirs': [ 80 'include_dirs': [
81 '..' 81 '..'
82 ], 82 ],
83 'sources': [ 83 'sources': [
84 'file_descriptor_set_unittest.cc',
85 'ipc_fuzzing_tests.cc', 84 'ipc_fuzzing_tests.cc',
86 'ipc_message_unittest.cc', 85 'ipc_message_unittest.cc',
87 'ipc_send_fds_test.cc', 86 'ipc_send_fds_test.cc',
88 'ipc_sync_channel_unittest.cc', 87 'ipc_sync_channel_unittest.cc',
89 'ipc_sync_message_unittest.cc', 88 'ipc_sync_message_unittest.cc',
90 'ipc_sync_message_unittest.h', 89 'ipc_sync_message_unittest.h',
91 'ipc_tests.cc', 90 'ipc_tests.cc',
92 'ipc_tests.h', 91 'ipc_tests.h',
93 ], 92 ],
94 'conditions': [ 93 'conditions': [
95 ['OS=="linux"', { 94 ['OS=="linux"', {
96 'dependencies': [ 95 'dependencies': [
97 '../build/linux/system.gyp:gtk', 96 '../build/linux/system.gyp:gtk',
98 ], 97 ],
99 }], 98 }],
100 ['OS=="linux" and toolkit_views==1', { 99 ['OS=="linux" and toolkit_views==1', {
101 'dependencies': [ 100 'dependencies': [
102 '../views/views.gyp:views', 101 '../views/views.gyp:views',
103 ], 102 ],
104 }], 103 }],
105 ], 104 ],
106 }, 105 },
107 ] 106 ]
108 } 107 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698