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

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: Another round of fixes based on Charlie's review. 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'common/child_process_sandbox_support_impl_linux.cc', 139 'common/child_process_sandbox_support_impl_linux.cc',
140 'common/child_process_sandbox_support_impl_linux.h', 140 'common/child_process_sandbox_support_impl_linux.h',
141 'common/child_process_sandbox_support_impl_shm_linux.cc', 141 'common/child_process_sandbox_support_impl_shm_linux.cc',
142 'common/child_thread.cc', 142 'common/child_thread.cc',
143 'common/child_thread.h', 143 'common/child_thread.h',
144 'common/child_trace_message_filter.cc', 144 'common/child_trace_message_filter.cc',
145 'common/child_trace_message_filter.h', 145 'common/child_trace_message_filter.h',
146 'common/clipboard_messages.cc', 146 'common/clipboard_messages.cc',
147 'common/clipboard_messages.h', 147 'common/clipboard_messages.h',
148 'common/compositor_util.cc', 148 'common/compositor_util.cc',
149 'common/content_constants_internal.cc',
150 'common/content_constants_internal.h',
151 'common/content_export.h',
149 'common/content_message_generator.cc', 152 'common/content_message_generator.cc',
150 'common/content_message_generator.h', 153 'common/content_message_generator.h',
151 'common/content_export.h',
152 'common/content_paths.cc', 154 'common/content_paths.cc',
153 'common/css_colors.h', 155 'common/css_colors.h',
154 'common/database_messages.h', 156 'common/database_messages.h',
155 'common/database_util.cc', 157 'common/database_util.cc',
156 'common/database_util.h', 158 'common/database_util.h',
157 'common/db_message_filter.cc', 159 'common/db_message_filter.cc',
158 'common/db_message_filter.h', 160 'common/db_message_filter.h',
159 'common/debug_flags.cc', 161 'common/debug_flags.cc',
160 'common/debug_flags.h', 162 'common/debug_flags.h',
161 'common/desktop_notification_messages.h', 163 'common/desktop_notification_messages.h',
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 '../build/extract_from_cab.py', 516 '../build/extract_from_cab.py',
515 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 517 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
516 '<(output)', 518 '<(output)',
517 '<(PRODUCT_DIR)', 519 '<(PRODUCT_DIR)',
518 ], 520 ],
519 }, 521 },
520 ] 522 ]
521 }] 523 }]
522 ], 524 ],
523 } 525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698