| 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/components_tracing.gyp:tracing', | 9 '../components/components_tracing.gyp:tracing', |
| 10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'public/common/password_form.h', | 71 'public/common/password_form.h', |
| 72 'public/common/pepper_plugin_info.cc', | 72 'public/common/pepper_plugin_info.cc', |
| 73 'public/common/pepper_plugin_info.h', | 73 'public/common/pepper_plugin_info.h', |
| 74 'public/common/process_type.h', | 74 'public/common/process_type.h', |
| 75 'public/common/referrer.h', | 75 'public/common/referrer.h', |
| 76 'public/common/renderer_preferences.cc', | 76 'public/common/renderer_preferences.cc', |
| 77 'public/common/renderer_preferences.h', | 77 'public/common/renderer_preferences.h', |
| 78 'public/common/resource_dispatcher_delegate.h', | 78 'public/common/resource_dispatcher_delegate.h', |
| 79 'public/common/resource_response.h', | 79 'public/common/resource_response.h', |
| 80 'public/common/result_codes.h', | 80 'public/common/result_codes.h', |
| 81 'public/common/result_codes_list.h', |
| 81 'public/common/sandbox_init.cc', | 82 'public/common/sandbox_init.cc', |
| 82 'public/common/sandbox_init.h', | 83 'public/common/sandbox_init.h', |
| 83 'public/common/sandbox_linux.h', | 84 'public/common/sandbox_linux.h', |
| 84 'public/common/sandbox_type_mac.h', | 85 'public/common/sandbox_type_mac.h', |
| 85 'public/common/security_style.h', | 86 'public/common/security_style.h', |
| 86 'public/common/show_desktop_notification_params.cc', | 87 'public/common/show_desktop_notification_params.cc', |
| 87 'public/common/show_desktop_notification_params.h', | 88 'public/common/show_desktop_notification_params.h', |
| 88 'public/common/speech_recognition_error.h', | 89 'public/common/speech_recognition_error.h', |
| 89 'public/common/speech_recognition_grammar.h', | 90 'public/common/speech_recognition_grammar.h', |
| 90 'public/common/speech_recognition_result.h', | 91 'public/common/speech_recognition_result.h', |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 589 '<(output)', | 590 '<(output)', |
| 590 '<(PRODUCT_DIR)', | 591 '<(PRODUCT_DIR)', |
| 591 ], | 592 ], |
| 592 'msvs_cygwin_shell': 1, | 593 'msvs_cygwin_shell': 1, |
| 593 }, | 594 }, |
| 594 ] | 595 ] |
| 595 }], | 596 }], |
| 596 ], | 597 ], |
| 597 } | 598 } |
| OLD | NEW |