| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'common/ssl_status_serialization.cc', | 319 'common/ssl_status_serialization.cc', |
| 320 'common/ssl_status_serialization.h', | 320 'common/ssl_status_serialization.h', |
| 321 'common/swapped_out_messages.cc', | 321 'common/swapped_out_messages.cc', |
| 322 'common/swapped_out_messages.h', | 322 'common/swapped_out_messages.h', |
| 323 'common/text_input_client_messages.h', | 323 'common/text_input_client_messages.h', |
| 324 'common/url_schemes.cc', | 324 'common/url_schemes.cc', |
| 325 'common/url_schemes.h', | 325 'common/url_schemes.h', |
| 326 'common/utility_messages.h', | 326 'common/utility_messages.h', |
| 327 'common/view_messages.h', | 327 'common/view_messages.h', |
| 328 'common/view_message_enums.h', | 328 'common/view_message_enums.h', |
| 329 'common/websocket.h', |
| 330 'common/websocket_messages.h', |
| 329 'common/worker_messages.h', | 331 'common/worker_messages.h', |
| 330 'common/zygote_commands_linux.h', | 332 'common/zygote_commands_linux.h', |
| 331 'port/common/input_event_ack_state.h', | 333 'port/common/input_event_ack_state.h', |
| 332 'public/common/common_param_traits.cc', | 334 'public/common/common_param_traits.cc', |
| 333 'public/common/common_param_traits.h', | 335 'public/common/common_param_traits.h', |
| 334 'public/common/common_param_traits_macros.h', | 336 'public/common/common_param_traits_macros.h', |
| 335 'public/common/content_client.cc', | 337 'public/common/content_client.cc', |
| 336 'public/common/content_client.h', | 338 'public/common/content_client.h', |
| 337 'public/common/window_container_type.cc', | 339 'public/common/window_container_type.cc', |
| 338 'public/common/window_container_type.h', | 340 'public/common/window_container_type.h', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 541 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 540 '<(output)', | 542 '<(output)', |
| 541 '<(PRODUCT_DIR)', | 543 '<(PRODUCT_DIR)', |
| 542 ], | 544 ], |
| 543 'msvs_cygwin_shell': 1, | 545 'msvs_cygwin_shell': 1, |
| 544 }, | 546 }, |
| 545 ] | 547 ] |
| 546 }], | 548 }], |
| 547 ], | 549 ], |
| 548 } | 550 } |
| OLD | NEW |