| 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 'browser/ssl/ssl_request_info.cc', | 840 'browser/ssl/ssl_request_info.cc', |
| 841 'browser/ssl/ssl_request_info.h', | 841 'browser/ssl/ssl_request_info.h', |
| 842 'browser/storage_partition_impl.cc', | 842 'browser/storage_partition_impl.cc', |
| 843 'browser/storage_partition_impl.h', | 843 'browser/storage_partition_impl.h', |
| 844 'browser/storage_partition_impl_map.cc', | 844 'browser/storage_partition_impl_map.cc', |
| 845 'browser/storage_partition_impl_map.h', | 845 'browser/storage_partition_impl_map.h', |
| 846 'browser/system_message_window_win.cc', | 846 'browser/system_message_window_win.cc', |
| 847 'browser/system_message_window_win.h', | 847 'browser/system_message_window_win.h', |
| 848 'browser/tcmalloc_internals_request_job.cc', | 848 'browser/tcmalloc_internals_request_job.cc', |
| 849 'browser/tcmalloc_internals_request_job.h', | 849 'browser/tcmalloc_internals_request_job.h', |
| 850 'browser/trace_controller_impl.cc', | 850 'browser/tracing/trace_controller_impl.cc', |
| 851 'browser/trace_controller_impl.h', | 851 'browser/tracing/trace_controller_impl.h', |
| 852 'browser/trace_message_filter.cc', | 852 'browser/tracing/trace_message_filter.cc', |
| 853 'browser/trace_message_filter.h', | 853 'browser/tracing/trace_message_filter.h', |
| 854 'browser/trace_subscriber_stdio.cc', | 854 'browser/tracing/trace_subscriber_stdio.cc', |
| 855 'browser/trace_subscriber_stdio.h', | 855 'browser/tracing/trace_subscriber_stdio.h', |
| 856 'browser/tracing/tracing_ui.cc', | 856 'browser/tracing/tracing_ui.cc', |
| 857 'browser/tracing/tracing_ui.h', | 857 'browser/tracing/tracing_ui.h', |
| 858 'browser/udev_linux.cc', | 858 'browser/udev_linux.cc', |
| 859 'browser/udev_linux.h', | 859 'browser/udev_linux.h', |
| 860 'browser/user_metrics.cc', | 860 'browser/user_metrics.cc', |
| 861 'browser/utility_process_host_impl.cc', | 861 'browser/utility_process_host_impl.cc', |
| 862 'browser/utility_process_host_impl.h', | 862 'browser/utility_process_host_impl.h', |
| 863 'browser/web_contents/debug_urls.cc', | 863 'browser/web_contents/debug_urls.cc', |
| 864 'browser/web_contents/debug_urls.h', | 864 'browser/web_contents/debug_urls.h', |
| 865 'browser/web_contents/drag_utils_gtk.cc', | 865 'browser/web_contents/drag_utils_gtk.cc', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1217 ['exclude', '^browser/speech/'], | 1217 ['exclude', '^browser/speech/'], |
| 1218 ], | 1218 ], |
| 1219 }], | 1219 }], |
| 1220 ['linux_use_libgps==1', { | 1220 ['linux_use_libgps==1', { |
| 1221 'dependencies': [ | 1221 'dependencies': [ |
| 1222 '../build/linux/system.gyp:libgps', | 1222 '../build/linux/system.gyp:libgps', |
| 1223 ], | 1223 ], |
| 1224 }], | 1224 }], |
| 1225 ], | 1225 ], |
| 1226 } | 1226 } |
| OLD | NEW |