| 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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'common/android/device_telephony_info.h', | 119 'common/android/device_telephony_info.h', |
| 120 'common/android/hash_set.cc', | 120 'common/android/hash_set.cc', |
| 121 'common/android/hash_set.h', | 121 'common/android/hash_set.h', |
| 122 'common/android/surface_texture_peer.cc', | 122 'common/android/surface_texture_peer.cc', |
| 123 'common/android/surface_texture_peer.h', | 123 'common/android/surface_texture_peer.h', |
| 124 'common/android/trace_event_binding.cc', | 124 'common/android/trace_event_binding.cc', |
| 125 'common/android/trace_event_binding.h', | 125 'common/android/trace_event_binding.h', |
| 126 'common/appcache_messages.h', | 126 'common/appcache_messages.h', |
| 127 'common/browser_plugin/browser_plugin_constants.cc', | 127 'common/browser_plugin/browser_plugin_constants.cc', |
| 128 'common/browser_plugin/browser_plugin_constants.h', | 128 'common/browser_plugin/browser_plugin_constants.h', |
| 129 'common/browser_plugin/browser_plugin_message_enums.h', | |
| 130 'common/browser_plugin/browser_plugin_messages.h', | 129 'common/browser_plugin/browser_plugin_messages.h', |
| 131 'common/browser_rendering_stats.cc', | 130 'common/browser_rendering_stats.cc', |
| 132 'common/browser_rendering_stats.h', | 131 'common/browser_rendering_stats.h', |
| 133 'common/cc_messages.cc', | 132 'common/cc_messages.cc', |
| 134 'common/cc_messages.h', | 133 'common/cc_messages.h', |
| 135 'common/child_process_host_impl.cc', | 134 'common/child_process_host_impl.cc', |
| 136 'common/child_process_host_impl.h', | 135 'common/child_process_host_impl.h', |
| 137 'common/child_process_messages.h', | 136 'common/child_process_messages.h', |
| 138 'common/child_process_sandbox_support_impl_linux.cc', | 137 'common/child_process_sandbox_support_impl_linux.cc', |
| 139 'common/child_process_sandbox_support_impl_linux.h', | 138 'common/child_process_sandbox_support_impl_linux.h', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'common/utility_messages.h', | 342 'common/utility_messages.h', |
| 344 'common/view_messages.h', | 343 'common/view_messages.h', |
| 345 'common/view_message_enums.h', | 344 'common/view_message_enums.h', |
| 346 'common/webplugin_geometry.cc', | 345 'common/webplugin_geometry.cc', |
| 347 'common/webplugin_geometry.h', | 346 'common/webplugin_geometry.h', |
| 348 'common/websocket.h', | 347 'common/websocket.h', |
| 349 'common/websocket_messages.h', | 348 'common/websocket_messages.h', |
| 350 'common/worker_messages.h', | 349 'common/worker_messages.h', |
| 351 'common/zygote_commands_linux.h', | 350 'common/zygote_commands_linux.h', |
| 352 'port/common/input_event_ack_state.h', | 351 'port/common/input_event_ack_state.h', |
| 352 'public/common/browser_plugin_permission_type.h', |
| 353 'public/common/common_param_traits.cc', | 353 'public/common/common_param_traits.cc', |
| 354 'public/common/common_param_traits.h', | 354 'public/common/common_param_traits.h', |
| 355 'public/common/common_param_traits_macros.h', | 355 'public/common/common_param_traits_macros.h', |
| 356 'public/common/content_client.cc', | 356 'public/common/content_client.cc', |
| 357 'public/common/content_client.h', | 357 'public/common/content_client.h', |
| 358 'public/common/window_container_type.cc', | 358 'public/common/window_container_type.cc', |
| 359 'public/common/window_container_type.h', | 359 'public/common/window_container_type.h', |
| 360 ], | 360 ], |
| 361 'conditions': [ | 361 'conditions': [ |
| 362 ['OS=="ios"', { | 362 ['OS=="ios"', { |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 567 '<(output)', | 567 '<(output)', |
| 568 '<(PRODUCT_DIR)', | 568 '<(PRODUCT_DIR)', |
| 569 ], | 569 ], |
| 570 'msvs_cygwin_shell': 1, | 570 'msvs_cygwin_shell': 1, |
| 571 }, | 571 }, |
| 572 ] | 572 ] |
| 573 }], | 573 }], |
| 574 ], | 574 ], |
| 575 } | 575 } |
| OLD | NEW |