| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'public/common/ssl_status.h', | 92 'public/common/ssl_status.h', |
| 93 'public/common/stop_find_action.h', | 93 'public/common/stop_find_action.h', |
| 94 'public/common/three_d_api_types.h', | 94 'public/common/three_d_api_types.h', |
| 95 'public/common/top_controls_state.h', | 95 'public/common/top_controls_state.h', |
| 96 'public/common/top_controls_state_list.h', | 96 'public/common/top_controls_state_list.h', |
| 97 'public/common/url_constants.cc', | 97 'public/common/url_constants.cc', |
| 98 'public/common/url_constants.h', | 98 'public/common/url_constants.h', |
| 99 'public/common/url_fetcher.h', | 99 'public/common/url_fetcher.h', |
| 100 'public/common/url_utils.cc', | 100 'public/common/url_utils.cc', |
| 101 'public/common/url_utils.h', | 101 'public/common/url_utils.h', |
| 102 'public/common/webplugininfo.cc', |
| 103 'public/common/webplugininfo.h', |
| 102 'public/common/zygote_fork_delegate_linux.h', | 104 'public/common/zygote_fork_delegate_linux.h', |
| 103 'common/accessibility_messages.h', | 105 'common/accessibility_messages.h', |
| 104 'common/accessibility_notification.h', | 106 'common/accessibility_notification.h', |
| 105 'common/accessibility_node_data.cc', | 107 'common/accessibility_node_data.cc', |
| 106 'common/accessibility_node_data.h', | 108 'common/accessibility_node_data.h', |
| 107 'common/all_messages.h', | 109 'common/all_messages.h', |
| 108 'common/android/address_parser.cc', | 110 'common/android/address_parser.cc', |
| 109 'common/android/address_parser.h', | 111 'common/android/address_parser.h', |
| 110 'common/android/address_parser_internal.cc', | 112 'common/android/address_parser_internal.cc', |
| 111 'common/android/address_parser_internal.h', | 113 'common/android/address_parser_internal.h', |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 562 '<(output)', | 564 '<(output)', |
| 563 '<(PRODUCT_DIR)', | 565 '<(PRODUCT_DIR)', |
| 564 ], | 566 ], |
| 565 'msvs_cygwin_shell': 1, | 567 'msvs_cygwin_shell': 1, |
| 566 }, | 568 }, |
| 567 ] | 569 ] |
| 568 }], | 570 }], |
| 569 ], | 571 ], |
| 570 } | 572 } |
| OLD | NEW |