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

Side by Side Diff: content/content_common.gypi

Issue 9677031: Bind RenderViewImpl routing_id to SocketStreamHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: static AddToHandle with render_view_id 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
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'common/sandbox_methods_linux.h', 286 'common/sandbox_methods_linux.h',
287 'common/sandbox_policy.cc', 287 'common/sandbox_policy.cc',
288 'common/sandbox_policy.h', 288 'common/sandbox_policy.h',
289 'common/set_process_title.cc', 289 'common/set_process_title.cc',
290 'common/set_process_title.h', 290 'common/set_process_title.h',
291 'common/set_process_title_linux.cc', 291 'common/set_process_title_linux.cc',
292 'common/set_process_title_linux.h', 292 'common/set_process_title_linux.h',
293 'common/socket_stream.h', 293 'common/socket_stream.h',
294 'common/socket_stream_dispatcher.cc', 294 'common/socket_stream_dispatcher.cc',
295 'common/socket_stream_dispatcher.h', 295 'common/socket_stream_dispatcher.h',
296 'common/socket_stream_handle_data.cc',
297 'common/socket_stream_handle_data.h',
296 'common/socket_stream_messages.h', 298 'common/socket_stream_messages.h',
297 'common/speech_recognition_messages.h', 299 'common/speech_recognition_messages.h',
298 'common/ssl_status_serialization.cc', 300 'common/ssl_status_serialization.cc',
299 'common/ssl_status_serialization.h', 301 'common/ssl_status_serialization.h',
300 'common/swapped_out_messages.cc', 302 'common/swapped_out_messages.cc',
301 'common/swapped_out_messages.h', 303 'common/swapped_out_messages.h',
302 'common/text_input_client_messages.h', 304 'common/text_input_client_messages.h',
303 'common/unix_domain_socket_posix.cc', 305 'common/unix_domain_socket_posix.cc',
304 'common/unix_domain_socket_posix.h', 306 'common/unix_domain_socket_posix.h',
305 'common/utility_messages.h', 307 'common/utility_messages.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 '../build/extract_from_cab.py', 434 '../build/extract_from_cab.py',
433 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 435 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
434 '<(output)', 436 '<(output)',
435 '<(PRODUCT_DIR)', 437 '<(PRODUCT_DIR)',
436 ], 438 ],
437 }, 439 },
438 ] 440 ]
439 }] 441 }]
440 ], 442 ],
441 } 443 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698