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

Side by Side Diff: content/content_common.gypi

Issue 8002005: Removed sending of the following IPC messages from chrome and added API's on the RenderViewHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « content/common/view_messages.h ('k') | 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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../gpu/gpu.gyp:gpu_ipc', 8 '../gpu/gpu.gyp:gpu_ipc',
9 '../ipc/ipc.gyp:ipc', 9 '../ipc/ipc.gyp:ipc',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'common/speech_input_result.h', 241 'common/speech_input_result.h',
242 'common/swapped_out_messages.cc', 242 'common/swapped_out_messages.cc',
243 'common/swapped_out_messages.h', 243 'common/swapped_out_messages.h',
244 'common/text_input_client_messages.h', 244 'common/text_input_client_messages.h',
245 'common/unix_domain_socket_posix.cc', 245 'common/unix_domain_socket_posix.cc',
246 'common/unix_domain_socket_posix.h', 246 'common/unix_domain_socket_posix.h',
247 'common/url_constants.cc', 247 'common/url_constants.cc',
248 'common/url_constants.h', 248 'common/url_constants.h',
249 'common/utility_messages.h', 249 'common/utility_messages.h',
250 'common/view_messages.h', 250 'common/view_messages.h',
251 'common/view_message_enums.h',
251 'common/view_types.cc', 252 'common/view_types.cc',
252 'common/view_types.h', 253 'common/view_types.h',
253 'common/web_database_observer_impl.cc', 254 'common/web_database_observer_impl.cc',
254 'common/web_database_observer_impl.h', 255 'common/web_database_observer_impl.h',
255 'common/webblobregistry_impl.cc', 256 'common/webblobregistry_impl.cc',
256 'common/webblobregistry_impl.h', 257 'common/webblobregistry_impl.h',
257 'common/webblob_messages.h', 258 'common/webblob_messages.h',
258 'common/webkit_param_traits.cc', 259 'common/webkit_param_traits.cc',
259 'common/webkit_param_traits.h', 260 'common/webkit_param_traits.h',
260 'common/webmessageportchannel_impl.cc', 261 'common/webmessageportchannel_impl.cc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 327 ],
327 'link_settings': { 328 'link_settings': {
328 'libraries': [ 329 'libraries': [
329 '-lEGL', 330 '-lEGL',
330 '-lGLESv2', 331 '-lGLESv2',
331 ], 332 ],
332 }, 333 },
333 }], 334 }],
334 ], 335 ],
335 } 336 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698