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

Side by Side Diff: content/content_common.gypi

Issue 10829074: Browser Plugin: Rename BrowserPluginMsg/BrowserPluginHostMsg to OldBrowserPluginMsg/OldBrowserPlugi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 8 years, 4 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'common/android/surface_texture_listener.h', 115 'common/android/surface_texture_listener.h',
116 'common/android/surface_texture_peer.cc', 116 'common/android/surface_texture_peer.cc',
117 'common/android/surface_texture_peer.h', 117 'common/android/surface_texture_peer.h',
118 'common/android/trace_event_binding.cc', 118 'common/android/trace_event_binding.cc',
119 'common/android/trace_event_binding.h', 119 'common/android/trace_event_binding.h',
120 'common/appcache/appcache_backend_proxy.cc', 120 'common/appcache/appcache_backend_proxy.cc',
121 'common/appcache/appcache_backend_proxy.h', 121 'common/appcache/appcache_backend_proxy.h',
122 'common/appcache/appcache_dispatcher.cc', 122 'common/appcache/appcache_dispatcher.cc',
123 'common/appcache/appcache_dispatcher.h', 123 'common/appcache/appcache_dispatcher.h',
124 'common/appcache_messages.h', 124 'common/appcache_messages.h',
125 'common/browser_plugin_messages.h',
126 'common/child_histogram_message_filter.cc', 125 'common/child_histogram_message_filter.cc',
127 'common/child_histogram_message_filter.h', 126 'common/child_histogram_message_filter.h',
128 'common/child_process.cc', 127 'common/child_process.cc',
129 'common/child_process.h', 128 'common/child_process.h',
130 'common/child_process_host_impl.cc', 129 'common/child_process_host_impl.cc',
131 'common/child_process_host_impl.h', 130 'common/child_process_host_impl.h',
132 'common/child_process_messages.h', 131 'common/child_process_messages.h',
133 'common/child_process_sandbox_support_impl_linux.cc', 132 'common/child_process_sandbox_support_impl_linux.cc',
134 'common/child_process_sandbox_support_impl_linux.h', 133 'common/child_process_sandbox_support_impl_linux.h',
135 'common/child_process_sandbox_support_impl_shm_linux.cc', 134 'common/child_process_sandbox_support_impl_shm_linux.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'common/net/url_request_user_data.h', 284 'common/net/url_request_user_data.h',
286 'common/np_channel_base.cc', 285 'common/np_channel_base.cc',
287 'common/np_channel_base.h', 286 'common/np_channel_base.h',
288 'common/npobject_base.h', 287 'common/npobject_base.h',
289 'common/npobject_proxy.cc', 288 'common/npobject_proxy.cc',
290 'common/npobject_proxy.h', 289 'common/npobject_proxy.h',
291 'common/npobject_stub.cc', 290 'common/npobject_stub.cc',
292 'common/npobject_stub.h', 291 'common/npobject_stub.h',
293 'common/npobject_util.cc', 292 'common/npobject_util.cc',
294 'common/npobject_util.h', 293 'common/npobject_util.h',
294 'common/old_browser_plugin_messages.h',
295 'common/p2p_messages.h', 295 'common/p2p_messages.h',
296 'common/p2p_sockets.h', 296 'common/p2p_sockets.h',
297 'common/page_zoom.cc', 297 'common/page_zoom.cc',
298 'common/pepper_messages.h', 298 'common/pepper_messages.h',
299 'common/pepper_plugin_registry.cc', 299 'common/pepper_plugin_registry.cc',
300 'common/pepper_plugin_registry.h', 300 'common/pepper_plugin_registry.h',
301 'common/plugin_carbon_interpose_constants_mac.cc', 301 'common/plugin_carbon_interpose_constants_mac.cc',
302 'common/plugin_carbon_interpose_constants_mac.h', 302 'common/plugin_carbon_interpose_constants_mac.h',
303 'common/plugin_messages.h', 303 'common/plugin_messages.h',
304 'common/process_type.cc', 304 'common/process_type.cc',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 '../build/extract_from_cab.py', 497 '../build/extract_from_cab.py',
498 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 498 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
499 '<(output)', 499 '<(output)',
500 '<(PRODUCT_DIR)', 500 '<(PRODUCT_DIR)',
501 ], 501 ],
502 }, 502 },
503 ] 503 ]
504 }] 504 }]
505 ], 505 ],
506 } 506 }
OLDNEW
« no previous file with comments | « content/common/old_browser_plugin_messages.h ('k') | content/renderer/browser_plugin/old/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698