| 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/system_message_window_win.cc', | 840 'browser/system_message_window_win.cc', |
| 841 'browser/system_message_window_win.h', | 841 'browser/system_message_window_win.h', |
| 842 'browser/tcmalloc_internals_request_job.cc', | 842 'browser/tcmalloc_internals_request_job.cc', |
| 843 'browser/tcmalloc_internals_request_job.h', | 843 'browser/tcmalloc_internals_request_job.h', |
| 844 'browser/trace_controller_impl.cc', | 844 'browser/trace_controller_impl.cc', |
| 845 'browser/trace_controller_impl.h', | 845 'browser/trace_controller_impl.h', |
| 846 'browser/trace_message_filter.cc', | 846 'browser/trace_message_filter.cc', |
| 847 'browser/trace_message_filter.h', | 847 'browser/trace_message_filter.h', |
| 848 'browser/trace_subscriber_stdio.cc', | 848 'browser/trace_subscriber_stdio.cc', |
| 849 'browser/trace_subscriber_stdio.h', | 849 'browser/trace_subscriber_stdio.h', |
| 850 'browser/tracing/tracing_ui.cc', |
| 851 'browser/tracing/tracing_ui.h', |
| 850 'browser/udev_linux.cc', | 852 'browser/udev_linux.cc', |
| 851 'browser/udev_linux.h', | 853 'browser/udev_linux.h', |
| 852 'browser/user_metrics.cc', | 854 'browser/user_metrics.cc', |
| 853 'browser/utility_process_host_impl.cc', | 855 'browser/utility_process_host_impl.cc', |
| 854 'browser/utility_process_host_impl.h', | 856 'browser/utility_process_host_impl.h', |
| 855 'browser/web_contents/debug_urls.cc', | 857 'browser/web_contents/debug_urls.cc', |
| 856 'browser/web_contents/debug_urls.h', | 858 'browser/web_contents/debug_urls.h', |
| 857 'browser/web_contents/drag_utils_gtk.cc', | 859 'browser/web_contents/drag_utils_gtk.cc', |
| 858 'browser/web_contents/drag_utils_gtk.h', | 860 'browser/web_contents/drag_utils_gtk.h', |
| 859 'browser/web_contents/interstitial_page_impl.cc', | 861 'browser/web_contents/interstitial_page_impl.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 'link_settings': { | 1082 'link_settings': { |
| 1081 'libraries': [ | 1083 'libraries': [ |
| 1082 '-ljnigraphics', | 1084 '-ljnigraphics', |
| 1083 ], | 1085 ], |
| 1084 }, | 1086 }, |
| 1085 'sources!': [ | 1087 'sources!': [ |
| 1086 'browser/geolocation/network_location_provider.cc', | 1088 'browser/geolocation/network_location_provider.cc', |
| 1087 'browser/geolocation/network_location_provider.h', | 1089 'browser/geolocation/network_location_provider.h', |
| 1088 'browser/geolocation/network_location_request.cc', | 1090 'browser/geolocation/network_location_request.cc', |
| 1089 'browser/geolocation/network_location_request.h', | 1091 'browser/geolocation/network_location_request.h', |
| 1092 'browser/tracing/tracing_ui.cc', |
| 1093 'browser/tracing/tracing_ui.h', |
| 1090 ], | 1094 ], |
| 1091 }, { # OS!="android" | 1095 }, { # OS!="android" |
| 1092 'dependencies': [ | 1096 'dependencies': [ |
| 1093 '../third_party/flac/flac.gyp:libflac', | 1097 '../third_party/flac/flac.gyp:libflac', |
| 1094 '../third_party/speex/speex.gyp:libspeex', | 1098 '../third_party/speex/speex.gyp:libspeex', |
| 1095 ], | 1099 ], |
| 1096 }], | 1100 }], |
| 1097 ['OS=="mac"', { | 1101 ['OS=="mac"', { |
| 1098 'sources': [ | 1102 'sources': [ |
| 1099 # Build necessary Mozilla sources | 1103 # Build necessary Mozilla sources |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 ['exclude', '^browser/speech/'], | 1211 ['exclude', '^browser/speech/'], |
| 1208 ], | 1212 ], |
| 1209 }], | 1213 }], |
| 1210 ['linux_use_libgps==1', { | 1214 ['linux_use_libgps==1', { |
| 1211 'dependencies': [ | 1215 'dependencies': [ |
| 1212 '../build/linux/system.gyp:libgps', | 1216 '../build/linux/system.gyp:libgps', |
| 1213 ], | 1217 ], |
| 1214 }], | 1218 }], |
| 1215 ], | 1219 ], |
| 1216 } | 1220 } |
| OLD | NEW |