| 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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
| (...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 'browser/web_contents/web_drag_source_win.cc', | 884 'browser/web_contents/web_drag_source_win.cc', |
| 885 'browser/web_contents/web_drag_source_win.h', | 885 'browser/web_contents/web_drag_source_win.h', |
| 886 'browser/web_contents/web_drag_utils_win.cc', | 886 'browser/web_contents/web_drag_utils_win.cc', |
| 887 'browser/web_contents/web_drag_utils_win.h', | 887 'browser/web_contents/web_drag_utils_win.h', |
| 888 'browser/webui/shared_resources_data_source.cc', | 888 'browser/webui/shared_resources_data_source.cc', |
| 889 'browser/webui/shared_resources_data_source.h', | 889 'browser/webui/shared_resources_data_source.h', |
| 890 'browser/webui/url_data_manager.cc', | 890 'browser/webui/url_data_manager.cc', |
| 891 'browser/webui/url_data_manager.h', | 891 'browser/webui/url_data_manager.h', |
| 892 'browser/webui/url_data_manager_backend.cc', | 892 'browser/webui/url_data_manager_backend.cc', |
| 893 'browser/webui/url_data_manager_backend.h', | 893 'browser/webui/url_data_manager_backend.h', |
| 894 'browser/webui/web_ui_data_source.cc', | 894 'browser/webui/url_data_source_impl.cc', |
| 895 'browser/webui/web_ui_data_source.h', | 895 'browser/webui/url_data_source_impl.h', |
| 896 'browser/webui/web_ui_data_source_impl.cc', |
| 897 'browser/webui/web_ui_data_source_impl.h', |
| 896 'browser/webui/web_ui_impl.cc', | 898 'browser/webui/web_ui_impl.cc', |
| 897 'browser/webui/web_ui_impl.h', | 899 'browser/webui/web_ui_impl.h', |
| 898 'browser/webui/web_ui_message_handler.cc', | 900 'browser/webui/web_ui_message_handler.cc', |
| 899 'browser/worker_host/message_port_service.cc', | 901 'browser/worker_host/message_port_service.cc', |
| 900 'browser/worker_host/message_port_service.h', | 902 'browser/worker_host/message_port_service.h', |
| 901 'browser/worker_host/worker_document_set.cc', | 903 'browser/worker_host/worker_document_set.cc', |
| 902 'browser/worker_host/worker_document_set.h', | 904 'browser/worker_host/worker_document_set.h', |
| 903 'browser/worker_host/worker_message_filter.cc', | 905 'browser/worker_host/worker_message_filter.cc', |
| 904 'browser/worker_host/worker_message_filter.h', | 906 'browser/worker_host/worker_message_filter.h', |
| 905 'browser/worker_host/worker_process_host.cc', | 907 'browser/worker_host/worker_process_host.cc', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 ['exclude', '^browser/speech/'], | 1191 ['exclude', '^browser/speech/'], |
| 1190 ], | 1192 ], |
| 1191 }], | 1193 }], |
| 1192 ['linux_use_libgps==1', { | 1194 ['linux_use_libgps==1', { |
| 1193 'dependencies': [ | 1195 'dependencies': [ |
| 1194 '../build/linux/system.gyp:libgps', | 1196 '../build/linux/system.gyp:libgps', |
| 1195 ], | 1197 ], |
| 1196 }], | 1198 }], |
| 1197 ], | 1199 ], |
| 1198 } | 1200 } |
| OLD | NEW |