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', | |
871 'browser/webui/web_ui_impl.cc', | 869 'browser/webui/web_ui_impl.cc', |
872 'browser/webui/web_ui_impl.h', | 870 'browser/webui/web_ui_impl.h', |
873 'browser/webui/web_ui_message_handler.cc', | 871 'browser/webui/web_ui_message_handler.cc', |
874 'browser/worker_host/message_port_service.cc', | 872 'browser/worker_host/message_port_service.cc', |
875 'browser/worker_host/message_port_service.h', | 873 'browser/worker_host/message_port_service.h', |
876 'browser/worker_host/worker_document_set.cc', | 874 'browser/worker_host/worker_document_set.cc', |
877 'browser/worker_host/worker_document_set.h', | 875 'browser/worker_host/worker_document_set.h', |
878 'browser/worker_host/worker_message_filter.cc', | 876 'browser/worker_host/worker_message_filter.cc', |
879 'browser/worker_host/worker_message_filter.h', | 877 'browser/worker_host/worker_message_filter.h', |
880 'browser/worker_host/worker_process_host.cc', | 878 'browser/worker_host/worker_process_host.cc', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 ['exclude', '^browser/speech/'], | 1164 ['exclude', '^browser/speech/'], |
1167 ], | 1165 ], |
1168 }], | 1166 }], |
1169 ['linux_use_libgps==1', { | 1167 ['linux_use_libgps==1', { |
1170 'dependencies': [ | 1168 'dependencies': [ |
1171 '../build/linux/system.gyp:libgps', | 1169 '../build/linux/system.gyp:libgps', |
1172 ], | 1170 ], |
1173 }], | 1171 }], |
1174 ], | 1172 ], |
1175 } | 1173 } |
OLD | NEW |