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

Side by Side Diff: content/content_common.gypi

Issue 6319001: Support window.opener after a process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Abstract out message filtering code. Created 9 years, 7 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'common/set_process_title.cc', 201 'common/set_process_title.cc',
202 'common/set_process_title.h', 202 'common/set_process_title.h',
203 'common/set_process_title_linux.cc', 203 'common/set_process_title_linux.cc',
204 'common/set_process_title_linux.h', 204 'common/set_process_title_linux.h',
205 'common/socket_stream.h', 205 'common/socket_stream.h',
206 'common/socket_stream_dispatcher.cc', 206 'common/socket_stream_dispatcher.cc',
207 'common/socket_stream_dispatcher.h', 207 'common/socket_stream_dispatcher.h',
208 'common/socket_stream_messages.h', 208 'common/socket_stream_messages.h',
209 'common/speech_input_messages.h', 209 'common/speech_input_messages.h',
210 'common/speech_input_result.h', 210 'common/speech_input_result.h',
211 'common/swapped_out_message_filter.cc',
212 'common/swapped_out_message_filter.h',
211 'common/unix_domain_socket_posix.cc', 213 'common/unix_domain_socket_posix.cc',
212 'common/unix_domain_socket_posix.h', 214 'common/unix_domain_socket_posix.h',
213 'common/url_constants.cc', 215 'common/url_constants.cc',
214 'common/url_constants.h', 216 'common/url_constants.h',
215 'common/video_capture_messages.h', 217 'common/video_capture_messages.h',
216 'common/view_messages.h', 218 'common/view_messages.h',
217 'common/web_database_observer_impl.cc', 219 'common/web_database_observer_impl.cc',
218 'common/web_database_observer_impl.h', 220 'common/web_database_observer_impl.h',
219 'common/webblobregistry_impl.cc', 221 'common/webblobregistry_impl.cc',
220 'common/webblobregistry_impl.h', 222 'common/webblobregistry_impl.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 }], 275 }],
274 ['enable_gpu==1', { 276 ['enable_gpu==1', {
275 'dependencies': [ 277 'dependencies': [
276 '../gpu/gpu.gyp:command_buffer_service', 278 '../gpu/gpu.gyp:command_buffer_service',
277 ], 279 ],
278 }], 280 }],
279 ], 281 ],
280 }, 282 },
281 ], 283 ],
282 } 284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698