| 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 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'public/common/speech_recognition_grammar.h', | 90 'public/common/speech_recognition_grammar.h', |
| 91 'public/common/speech_recognition_result.h', | 91 'public/common/speech_recognition_result.h', |
| 92 'public/common/speech_recognition_result.cc', | 92 'public/common/speech_recognition_result.cc', |
| 93 'public/common/ssl_status.cc', | 93 'public/common/ssl_status.cc', |
| 94 'public/common/ssl_status.h', | 94 'public/common/ssl_status.h', |
| 95 'public/common/stop_find_action.h', | 95 'public/common/stop_find_action.h', |
| 96 'public/common/three_d_api_types.h', | 96 'public/common/three_d_api_types.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_handling_messages.cc', |
| 101 'public/common/url_handling_messages.h', |
| 100 'public/common/zygote_fork_delegate_linux.h', | 102 'public/common/zygote_fork_delegate_linux.h', |
| 101 'common/accessibility_messages.h', | 103 'common/accessibility_messages.h', |
| 102 'common/accessibility_node_data.cc', | 104 'common/accessibility_node_data.cc', |
| 103 'common/accessibility_node_data.h', | 105 'common/accessibility_node_data.h', |
| 104 'common/all_messages.h', | 106 'common/all_messages.h', |
| 105 'common/android/address_parser.cc', | 107 'common/android/address_parser.cc', |
| 106 'common/android/address_parser.h', | 108 'common/android/address_parser.h', |
| 107 'common/android/address_parser_internal.cc', | 109 'common/android/address_parser_internal.cc', |
| 108 'common/android/address_parser_internal.h', | 110 'common/android/address_parser_internal.h', |
| 109 'common/android/command_line.cc', | 111 'common/android/command_line.cc', |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 587 '<(output)', | 589 '<(output)', |
| 588 '<(PRODUCT_DIR)', | 590 '<(PRODUCT_DIR)', |
| 589 ], | 591 ], |
| 590 'msvs_cygwin_shell': 1, | 592 'msvs_cygwin_shell': 1, |
| 591 }, | 593 }, |
| 592 ] | 594 ] |
| 593 }], | 595 }], |
| 594 ], | 596 ], |
| 595 } | 597 } |
| OLD | NEW |