OLD | NEW |
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 Loading... |
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 'common/socket_stream_messages.h', | 386 'common/socket_stream_messages.h', |
385 'common/speech_recognition_messages.h', | 387 'common/speech_recognition_messages.h', |
386 'common/ssl_status_serialization.cc', | 388 'common/ssl_status_serialization.cc', |
387 'common/ssl_status_serialization.h', | 389 'common/ssl_status_serialization.h', |
388 'common/swapped_out_messages.cc', | 390 'common/swapped_out_messages.cc', |
389 'common/swapped_out_messages.h', | 391 'common/swapped_out_messages.h', |
390 'common/text_input_client_messages.h', | 392 'common/text_input_client_messages.h', |
391 'common/url_schemes.cc', | 393 'common/url_schemes.cc', |
392 'common/url_schemes.h', | 394 'common/url_schemes.h', |
393 'common/utility_messages.h', | 395 'common/utility_messages.h', |
| 396 'common/view_message_enums.h', |
394 'common/view_messages.h', | 397 'common/view_messages.h', |
395 'common/view_message_enums.h', | |
396 'common/webplugin_geometry.cc', | 398 'common/webplugin_geometry.cc', |
397 'common/webplugin_geometry.h', | 399 'common/webplugin_geometry.h', |
398 'common/websocket.cc', | 400 'common/websocket.cc', |
399 'common/websocket.h', | 401 'common/websocket.h', |
400 'common/websocket_messages.h', | 402 'common/websocket_messages.h', |
401 'common/worker_messages.h', | 403 'common/worker_messages.h', |
402 'common/zygote_commands_linux.h', | 404 'common/zygote_commands_linux.h', |
403 'port/common/input_event_ack_state.h', | 405 'port/common/input_event_ack_state.h', |
404 'public/common/browser_plugin_permission_type.h', | 406 'public/common/browser_plugin_permission_type.h', |
405 'public/common/common_param_traits.cc', | 407 'public/common/common_param_traits.cc', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 654 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
653 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 655 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 656 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 657 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
656 ], | 658 ], |
657 }, { | 659 }, { |
658 'defines': ['USE_SECCOMP_BPF'], | 660 'defines': ['USE_SECCOMP_BPF'], |
659 }], | 661 }], |
660 ], | 662 ], |
661 } | 663 } |
OLD | NEW |