| 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'browser/web_contents/web_drag_utils_win.h', | 859 'browser/web_contents/web_drag_utils_win.h', |
| 860 'browser/trace_controller_impl.cc', | 860 'browser/trace_controller_impl.cc', |
| 861 'browser/trace_controller_impl.h', | 861 'browser/trace_controller_impl.h', |
| 862 'browser/trace_message_filter.cc', | 862 'browser/trace_message_filter.cc', |
| 863 'browser/trace_message_filter.h', | 863 'browser/trace_message_filter.h', |
| 864 'browser/trace_subscriber_stdio.cc', | 864 'browser/trace_subscriber_stdio.cc', |
| 865 'browser/trace_subscriber_stdio.h', | 865 'browser/trace_subscriber_stdio.h', |
| 866 'browser/user_metrics.cc', | 866 'browser/user_metrics.cc', |
| 867 'browser/utility_process_host_impl.cc', | 867 'browser/utility_process_host_impl.cc', |
| 868 'browser/utility_process_host_impl.h', | 868 'browser/utility_process_host_impl.h', |
| 869 'browser/webui/web_ui_controller_factory_registry.cc', |
| 870 'browser/webui/web_ui_controller_factory_registry.h', |
| 869 'browser/webui/web_ui_impl.cc', | 871 'browser/webui/web_ui_impl.cc', |
| 870 'browser/webui/web_ui_impl.h', | 872 'browser/webui/web_ui_impl.h', |
| 871 'browser/webui/web_ui_message_handler.cc', | 873 'browser/webui/web_ui_message_handler.cc', |
| 872 'browser/worker_host/message_port_service.cc', | 874 'browser/worker_host/message_port_service.cc', |
| 873 'browser/worker_host/message_port_service.h', | 875 'browser/worker_host/message_port_service.h', |
| 874 'browser/worker_host/worker_document_set.cc', | 876 'browser/worker_host/worker_document_set.cc', |
| 875 'browser/worker_host/worker_document_set.h', | 877 'browser/worker_host/worker_document_set.h', |
| 876 'browser/worker_host/worker_message_filter.cc', | 878 'browser/worker_host/worker_message_filter.cc', |
| 877 'browser/worker_host/worker_message_filter.h', | 879 'browser/worker_host/worker_message_filter.h', |
| 878 'browser/worker_host/worker_process_host.cc', | 880 'browser/worker_host/worker_process_host.cc', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 ['exclude', '^browser/speech/'], | 1162 ['exclude', '^browser/speech/'], |
| 1161 ], | 1163 ], |
| 1162 }], | 1164 }], |
| 1163 ['linux_use_libgps==1', { | 1165 ['linux_use_libgps==1', { |
| 1164 'dependencies': [ | 1166 'dependencies': [ |
| 1165 '../build/linux/system.gyp:libgps', | 1167 '../build/linux/system.gyp:libgps', |
| 1166 ], | 1168 ], |
| 1167 }], | 1169 }], |
| 1168 ], | 1170 ], |
| 1169 } | 1171 } |
| OLD | NEW |