| 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_static', | 7 '../base/base.gyp:base_static', |
| 8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 'browser/speech/speech_recognition_dispatcher_host.h', | 1456 'browser/speech/speech_recognition_dispatcher_host.h', |
| 1457 'browser/speech/speech_recognition_engine.cc', | 1457 'browser/speech/speech_recognition_engine.cc', |
| 1458 'browser/speech/speech_recognition_engine.h', | 1458 'browser/speech/speech_recognition_engine.h', |
| 1459 'browser/speech/speech_recognition_manager_impl.cc', | 1459 'browser/speech/speech_recognition_manager_impl.cc', |
| 1460 'browser/speech/speech_recognition_manager_impl.h', | 1460 'browser/speech/speech_recognition_manager_impl.h', |
| 1461 'browser/speech/speech_recognizer.h', | 1461 'browser/speech/speech_recognizer.h', |
| 1462 'browser/speech/speech_recognizer_impl.cc', | 1462 'browser/speech/speech_recognizer_impl.cc', |
| 1463 'browser/speech/speech_recognizer_impl.h', | 1463 'browser/speech/speech_recognizer_impl.h', |
| 1464 'browser/speech/speech_recognizer_impl_android.cc', | 1464 'browser/speech/speech_recognizer_impl_android.cc', |
| 1465 'browser/speech/speech_recognizer_impl_android.h', | 1465 'browser/speech/speech_recognizer_impl_android.h', |
| 1466 'browser/ssl/ssl_cert_error_handler.cc', | |
| 1467 'browser/ssl/ssl_cert_error_handler.h', | |
| 1468 'browser/ssl/ssl_client_auth_handler.cc', | 1466 'browser/ssl/ssl_client_auth_handler.cc', |
| 1469 'browser/ssl/ssl_client_auth_handler.h', | 1467 'browser/ssl/ssl_client_auth_handler.h', |
| 1470 'browser/ssl/ssl_error_handler.cc', | 1468 'browser/ssl/ssl_error_handler.cc', |
| 1471 'browser/ssl/ssl_error_handler.h', | 1469 'browser/ssl/ssl_error_handler.h', |
| 1472 'browser/ssl/ssl_manager.cc', | 1470 'browser/ssl/ssl_manager.cc', |
| 1473 'browser/ssl/ssl_manager.h', | 1471 'browser/ssl/ssl_manager.h', |
| 1474 'browser/ssl/ssl_policy.cc', | 1472 'browser/ssl/ssl_policy.cc', |
| 1475 'browser/ssl/ssl_policy.h', | 1473 'browser/ssl/ssl_policy.h', |
| 1476 'browser/ssl/ssl_policy_backend.cc', | 1474 'browser/ssl/ssl_policy_backend.cc', |
| 1477 'browser/ssl/ssl_policy_backend.h', | 1475 'browser/ssl/ssl_policy_backend.h', |
| (...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2113 ], | 2111 ], |
| 2114 }], | 2112 }], |
| 2115 ['OS != "mac" and OS != "android"', { | 2113 ['OS != "mac" and OS != "android"', { |
| 2116 'sources!': [ | 2114 'sources!': [ |
| 2117 'browser/gpu/gpu_surface_tracker.cc', | 2115 'browser/gpu/gpu_surface_tracker.cc', |
| 2118 'browser/gpu/gpu_surface_tracker.h', | 2116 'browser/gpu/gpu_surface_tracker.h', |
| 2119 ], | 2117 ], |
| 2120 }], | 2118 }], |
| 2121 ], | 2119 ], |
| 2122 } | 2120 } |
| OLD | NEW |