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

Side by Side Diff: content/content_common.gypi

Issue 10827078: Support frame tree propagation between renderers in the same browsing instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes based on feedback from Charlie. Created 8 years, 3 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'common/set_process_title_linux.h', 343 'common/set_process_title_linux.h',
344 'common/socket_stream.h', 344 'common/socket_stream.h',
345 'common/socket_stream_dispatcher.cc', 345 'common/socket_stream_dispatcher.cc',
346 'common/socket_stream_dispatcher.h', 346 'common/socket_stream_dispatcher.h',
347 'common/socket_stream_handle_data.cc', 347 'common/socket_stream_handle_data.cc',
348 'common/socket_stream_handle_data.h', 348 'common/socket_stream_handle_data.h',
349 'common/socket_stream_messages.h', 349 'common/socket_stream_messages.h',
350 'common/speech_recognition_messages.h', 350 'common/speech_recognition_messages.h',
351 'common/ssl_status_serialization.cc', 351 'common/ssl_status_serialization.cc',
352 'common/ssl_status_serialization.h', 352 'common/ssl_status_serialization.h',
353 'common/content_constants_internal.cc',
354 'common/content_constants_internal.h',
Charlie Reis 2012/08/24 23:26:07 nit: Please alphabetize.
nasko 2012/08/27 18:53:37 Done.
353 'common/swapped_out_messages.cc', 355 'common/swapped_out_messages.cc',
354 'common/swapped_out_messages.h', 356 'common/swapped_out_messages.h',
355 'common/text_input_client_messages.h', 357 'common/text_input_client_messages.h',
356 'common/url_schemes.cc', 358 'common/url_schemes.cc',
357 'common/url_schemes.h', 359 'common/url_schemes.h',
358 'common/utility_messages.h', 360 'common/utility_messages.h',
359 'common/view_messages.h', 361 'common/view_messages.h',
360 'common/view_message_enums.h', 362 'common/view_message_enums.h',
361 'common/web_database_observer_impl.cc', 363 'common/web_database_observer_impl.cc',
362 'common/web_database_observer_impl.h', 364 'common/web_database_observer_impl.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 '../build/extract_from_cab.py', 515 '../build/extract_from_cab.py',
514 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 516 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
515 '<(output)', 517 '<(output)',
516 '<(PRODUCT_DIR)', 518 '<(PRODUCT_DIR)',
517 ], 519 ],
518 }, 520 },
519 ] 521 ]
520 }] 522 }]
521 ], 523 ],
522 } 524 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698