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

Side by Side Diff: content/content_renderer.gypi

Issue 9669012: Remove the content dependency on allocator.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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) 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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 9 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
10 '../ppapi/ppapi_internal.gyp:ppapi_shared', 10 '../ppapi/ppapi_internal.gyp:ppapi_shared',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'renderer/p2p/port_allocator.cc', 207 'renderer/p2p/port_allocator.cc',
208 'renderer/p2p/port_allocator.h', 208 'renderer/p2p/port_allocator.h',
209 'renderer/p2p/socket_client.cc', 209 'renderer/p2p/socket_client.cc',
210 'renderer/p2p/socket_client.h', 210 'renderer/p2p/socket_client.h',
211 'renderer/p2p/socket_dispatcher.cc', 211 'renderer/p2p/socket_dispatcher.cc',
212 'renderer/p2p/socket_dispatcher.h', 212 'renderer/p2p/socket_dispatcher.h',
213 ], 213 ],
214 }], 214 }],
215 ['toolkit_uses_gtk == 1', { 215 ['toolkit_uses_gtk == 1', {
216 'conditions': [ 216 'conditions': [
217 [ 'linux_use_tcmalloc==1', {
218 'dependencies': [
219 '../base/allocator/allocator.gyp:allocator',
220 ],
221 }],
222 ['input_speech==0', { 217 ['input_speech==0', {
223 'sources!': [ 218 'sources!': [
224 'renderer/input_tag_speech_dispatcher.cc', 219 'renderer/input_tag_speech_dispatcher.cc',
225 'renderer/input_tag_speech_dispatcher.h', 220 'renderer/input_tag_speech_dispatcher.h',
226 ] 221 ]
227 }], 222 }],
228 ['notifications==0', { 223 ['notifications==0', {
229 'sources!': [ 224 'sources!': [
230 'renderer/notification_provider.cc', 225 'renderer/notification_provider.cc',
231 'renderer/active_notification_tracker.cc', 226 'renderer/active_notification_tracker.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 }, { 276 }, {
282 'sources!': [ 277 'sources!': [
283 'renderer/java/java_bridge_channel.cc', 278 'renderer/java/java_bridge_channel.cc',
284 'renderer/java/java_bridge_channel.h', 279 'renderer/java/java_bridge_channel.h',
285 'renderer/java/java_bridge_dispatcher.cc', 280 'renderer/java/java_bridge_dispatcher.cc',
286 'renderer/java/java_bridge_dispatcher.h', 281 'renderer/java/java_bridge_dispatcher.h',
287 ], 282 ],
288 }], 283 }],
289 ], 284 ],
290 } 285 }
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