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

Side by Side Diff: content/content_common.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'common/android/address_parser_internal.h', 112 'common/android/address_parser_internal.h',
113 'common/android/common_jni_registrar.cc', 113 'common/android/common_jni_registrar.cc',
114 'common/android/common_jni_registrar.h', 114 'common/android/common_jni_registrar.h',
115 'common/android/device_telephony_info.cc', 115 'common/android/device_telephony_info.cc',
116 'common/android/device_telephony_info.h', 116 'common/android/device_telephony_info.h',
117 'common/android/hash_set.cc', 117 'common/android/hash_set.cc',
118 'common/android/hash_set.h', 118 'common/android/hash_set.h',
119 'common/android/surface_texture_peer.cc', 119 'common/android/surface_texture_peer.cc',
120 'common/android/surface_texture_peer.h', 120 'common/android/surface_texture_peer.h',
121 'common/appcache_messages.h', 121 'common/appcache_messages.h',
122 'common/blink_glue.cc',
123 'common/blink_glue.h',
122 'common/browser_plugin/browser_plugin_constants.cc', 124 'common/browser_plugin/browser_plugin_constants.cc',
123 'common/browser_plugin/browser_plugin_constants.h', 125 'common/browser_plugin/browser_plugin_constants.h',
124 'common/browser_plugin/browser_plugin_messages.h', 126 'common/browser_plugin/browser_plugin_messages.h',
125 'common/browser_rendering_stats.cc', 127 'common/browser_rendering_stats.cc',
126 'common/browser_rendering_stats.h', 128 'common/browser_rendering_stats.h',
127 'common/cc_messages.cc', 129 'common/cc_messages.cc',
128 'common/cc_messages.h', 130 'common/cc_messages.h',
129 'common/child_process_host_impl.cc', 131 'common/child_process_host_impl.cc',
130 'common/child_process_host_impl.h', 132 'common/child_process_host_impl.h',
131 'common/child_process_messages.h', 133 'common/child_process_messages.h',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'common/service_worker/embedded_worker_messages.h', 373 'common/service_worker/embedded_worker_messages.h',
372 'common/service_worker/service_worker_messages.h', 374 'common/service_worker/service_worker_messages.h',
373 'common/service_worker/service_worker_status_code.cc', 375 'common/service_worker/service_worker_status_code.cc',
374 'common/service_worker/service_worker_status_code.h', 376 'common/service_worker/service_worker_status_code.h',
375 'common/service_worker/service_worker_types.cc', 377 'common/service_worker/service_worker_types.cc',
376 'common/service_worker/service_worker_types.h', 378 'common/service_worker/service_worker_types.h',
377 'common/set_process_title.cc', 379 'common/set_process_title.cc',
378 'common/set_process_title.h', 380 'common/set_process_title.h',
379 'common/set_process_title_linux.cc', 381 'common/set_process_title_linux.cc',
380 'common/set_process_title_linux.h', 382 'common/set_process_title_linux.h',
383 'common/simple_webmimeregistry_impl.cc',
384 'common/simple_webmimeregistry_impl.h',
381 'common/socket_stream.h', 385 'common/socket_stream.h',
382 'common/socket_stream_handle_data.cc', 386 'common/socket_stream_handle_data.cc',
383 'common/socket_stream_handle_data.h', 387 'common/socket_stream_handle_data.h',
384 'common/socket_stream_messages.h', 388 'common/socket_stream_messages.h',
385 'common/speech_recognition_messages.h', 389 'common/speech_recognition_messages.h',
386 'common/ssl_status_serialization.cc', 390 'common/ssl_status_serialization.cc',
387 'common/ssl_status_serialization.h', 391 'common/ssl_status_serialization.h',
388 'common/swapped_out_messages.cc', 392 'common/swapped_out_messages.cc',
389 'common/swapped_out_messages.h', 393 'common/swapped_out_messages.h',
390 'common/text_input_client_messages.h', 394 'common/text_input_client_messages.h',
391 'common/url_schemes.cc', 395 'common/url_schemes.cc',
392 'common/url_schemes.h', 396 'common/url_schemes.h',
393 'common/utility_messages.h', 397 'common/utility_messages.h',
398 'common/view_message_enums.h',
394 'common/view_messages.h', 399 'common/view_messages.h',
395 'common/view_message_enums.h', 400 'common/webfileutilities_impl.cc',
401 'common/webfileutilities_impl.h',
396 'common/webplugin_geometry.cc', 402 'common/webplugin_geometry.cc',
397 'common/webplugin_geometry.h', 403 'common/webplugin_geometry.h',
398 'common/websocket.cc', 404 'common/websocket.cc',
399 'common/websocket.h', 405 'common/websocket.h',
400 'common/websocket_messages.h', 406 'common/websocket_messages.h',
401 'common/worker_messages.h', 407 'common/worker_messages.h',
402 'common/zygote_commands_linux.h', 408 'common/zygote_commands_linux.h',
403 'port/common/input_event_ack_state.h', 409 'port/common/input_event_ack_state.h',
404 'public/common/browser_plugin_permission_type.h', 410 'public/common/browser_plugin_permission_type.h',
405 'public/common/common_param_traits.cc', 411 'public/common/common_param_traits.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 658 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
653 'common/sandbox_linux/bpf_renderer_policy_linux.h', 659 'common/sandbox_linux/bpf_renderer_policy_linux.h',
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 660 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 661 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
656 ], 662 ],
657 }, { 663 }, {
658 'defines': ['USE_SECCOMP_BPF'], 664 'defines': ['USE_SECCOMP_BPF'],
659 }], 665 }],
660 ], 666 ],
661 } 667 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698