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

Side by Side Diff: content/content_common.gypi

Issue 10980010: Cleanup the IPC param traits structure (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix android Created 8 years, 2 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') | content/public/common/common_param_traits.h » ('j') | 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) 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 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'common/android/surface_texture_peer.cc', 113 'common/android/surface_texture_peer.cc',
114 'common/android/surface_texture_peer.h', 114 'common/android/surface_texture_peer.h',
115 'common/android/trace_event_binding.cc', 115 'common/android/trace_event_binding.cc',
116 'common/android/trace_event_binding.h', 116 'common/android/trace_event_binding.h',
117 'common/appcache/appcache_backend_proxy.cc', 117 'common/appcache/appcache_backend_proxy.cc',
118 'common/appcache/appcache_backend_proxy.h', 118 'common/appcache/appcache_backend_proxy.h',
119 'common/appcache/appcache_dispatcher.cc', 119 'common/appcache/appcache_dispatcher.cc',
120 'common/appcache/appcache_dispatcher.h', 120 'common/appcache/appcache_dispatcher.h',
121 'common/appcache_messages.h', 121 'common/appcache_messages.h',
122 'common/browser_plugin_messages.h', 122 'common/browser_plugin_messages.h',
123 'common/cc_messages.cc',
124 'common/cc_messages.h',
123 'common/child_histogram_message_filter.cc', 125 'common/child_histogram_message_filter.cc',
124 'common/child_histogram_message_filter.h', 126 'common/child_histogram_message_filter.h',
125 'common/child_process.cc', 127 'common/child_process.cc',
126 'common/child_process.h', 128 'common/child_process.h',
127 'common/child_process_host_impl.cc', 129 'common/child_process_host_impl.cc',
128 'common/child_process_host_impl.h', 130 'common/child_process_host_impl.h',
129 'common/child_process_messages.h', 131 'common/child_process_messages.h',
130 'common/child_process_sandbox_support_impl_linux.cc', 132 'common/child_process_sandbox_support_impl_linux.cc',
131 'common/child_process_sandbox_support_impl_linux.h', 133 'common/child_process_sandbox_support_impl_linux.h',
132 'common/child_process_sandbox_support_impl_shm_linux.cc', 134 'common/child_process_sandbox_support_impl_shm_linux.cc',
133 'common/child_thread.cc', 135 'common/child_thread.cc',
134 'common/child_thread.h', 136 'common/child_thread.h',
135 'common/child_trace_message_filter.cc', 137 'common/child_trace_message_filter.cc',
136 'common/child_trace_message_filter.h', 138 'common/child_trace_message_filter.h',
137 'common/clipboard_messages.cc', 139 'common/clipboard_messages.cc',
138 'common/clipboard_messages.h', 140 'common/clipboard_messages.h',
139 'common/compositor_util.cc', 141 'common/compositor_util.cc',
140 'common/content_constants_internal.cc', 142 'common/content_constants_internal.cc',
141 'common/content_constants_internal.h', 143 'common/content_constants_internal.h',
142 'common/content_export.h', 144 'common/content_export.h',
143 'common/content_message_generator.cc', 145 'common/content_message_generator.cc',
144 'common/content_message_generator.h', 146 'common/content_message_generator.h',
147 'common/content_param_traits.cc',
148 'common/content_param_traits.h',
149 'common/content_param_traits_macros.h',
145 'common/content_paths.cc', 150 'common/content_paths.cc',
146 'common/css_colors.h', 151 'common/css_colors.h',
147 'common/database_messages.h', 152 'common/database_messages.h',
148 'common/database_util.cc', 153 'common/database_util.cc',
149 'common/database_util.h', 154 'common/database_util.h',
150 'common/db_message_filter.cc', 155 'common/db_message_filter.cc',
151 'common/db_message_filter.h', 156 'common/db_message_filter.h',
152 'common/debug_flags.cc', 157 'common/debug_flags.cc',
153 'common/debug_flags.h', 158 'common/debug_flags.h',
154 'common/desktop_notification_messages.h', 159 'common/desktop_notification_messages.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'common/plugin_carbon_interpose_constants_mac.h', 318 'common/plugin_carbon_interpose_constants_mac.h',
314 'common/plugin_messages.h', 319 'common/plugin_messages.h',
315 'common/process_type.cc', 320 'common/process_type.cc',
316 'common/quota_messages.h', 321 'common/quota_messages.h',
317 'common/quota_dispatcher.cc', 322 'common/quota_dispatcher.cc',
318 'common/quota_dispatcher.h', 323 'common/quota_dispatcher.h',
319 'common/request_extra_data.cc', 324 'common/request_extra_data.cc',
320 'common/request_extra_data.h', 325 'common/request_extra_data.h',
321 'common/resource_dispatcher.cc', 326 'common/resource_dispatcher.cc',
322 'common/resource_dispatcher.h', 327 'common/resource_dispatcher.h',
328 'common/resource_messages.cc',
323 'common/resource_messages.h', 329 'common/resource_messages.h',
324 'common/sandbox_init_mac.cc', 330 'common/sandbox_init_mac.cc',
325 'common/sandbox_init_mac.h', 331 'common/sandbox_init_mac.h',
326 'common/sandbox_init_win.cc', 332 'common/sandbox_init_win.cc',
327 'common/sandbox_init_linux.cc', 333 'common/sandbox_init_linux.cc',
328 'common/sandbox_mac.h', 334 'common/sandbox_mac.h',
329 'common/sandbox_mac.mm', 335 'common/sandbox_mac.mm',
330 'common/sandbox_linux.h', 336 'common/sandbox_linux.h',
331 'common/sandbox_linux.cc', 337 'common/sandbox_linux.cc',
332 'common/sandbox_policy.cc', 338 'common/sandbox_policy.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'common/webmessageportchannel_impl.h', 370 'common/webmessageportchannel_impl.h',
365 'common/worker_messages.h', 371 'common/worker_messages.h',
366 'common/zygote_commands_linux.h', 372 'common/zygote_commands_linux.h',
367 'public/common/common_param_traits.cc', 373 'public/common/common_param_traits.cc',
368 'public/common/common_param_traits.h', 374 'public/common/common_param_traits.h',
369 'public/common/common_param_traits_macros.h', 375 'public/common/common_param_traits_macros.h',
370 'public/common/content_client.cc', 376 'public/common/content_client.cc',
371 'public/common/content_client.h', 377 'public/common/content_client.h',
372 'public/common/window_container_type.cc', 378 'public/common/window_container_type.cc',
373 'public/common/window_container_type.h', 379 'public/common/window_container_type.h',
374 'public/common/webkit_param_traits.cc',
375 'public/common/webkit_param_traits.h',
376 ], 380 ],
377 'conditions': [ 381 'conditions': [
378 ['OS=="ios"', { 382 ['OS=="ios"', {
379 'sources/': [ 383 'sources/': [
380 # iOS only needs a small portion of content; exclude all the 384 # iOS only needs a small portion of content; exclude all the
381 # implementation, and re-include what is used. 385 # implementation, and re-include what is used.
382 ['exclude', '\\.(cc|mm)$'], 386 ['exclude', '\\.(cc|mm)$'],
383 ['include', '_ios\\.(cc|mm)$'], 387 ['include', '_ios\\.(cc|mm)$'],
384 ['include', '^public/common/content_client\\.cc$'], 388 ['include', '^public/common/content_client\\.cc$'],
385 ['include', '^public/common/content_constants\\.cc$'], 389 ['include', '^public/common/content_constants\\.cc$'],
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '../build/extract_from_cab.py', 552 '../build/extract_from_cab.py',
549 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
550 '<(output)', 554 '<(output)',
551 '<(PRODUCT_DIR)', 555 '<(PRODUCT_DIR)',
552 ], 556 ],
553 }, 557 },
554 ] 558 ]
555 }], 559 }],
556 ], 560 ],
557 } 561 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698