| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1242 'browser/streams/stream_url_request_job.h', | 1242 'browser/streams/stream_url_request_job.h', |
| 1243 'browser/streams/stream_write_observer.h', | 1243 'browser/streams/stream_write_observer.h', |
| 1244 'browser/storage_partition_impl.cc', | 1244 'browser/storage_partition_impl.cc', |
| 1245 'browser/storage_partition_impl.h', | 1245 'browser/storage_partition_impl.h', |
| 1246 'browser/storage_partition_impl_map.cc', | 1246 'browser/storage_partition_impl_map.cc', |
| 1247 'browser/storage_partition_impl_map.h', | 1247 'browser/storage_partition_impl_map.h', |
| 1248 'browser/system_message_window_win.cc', | 1248 'browser/system_message_window_win.cc', |
| 1249 'browser/system_message_window_win.h', | 1249 'browser/system_message_window_win.h', |
| 1250 'browser/tcmalloc_internals_request_job.cc', | 1250 'browser/tcmalloc_internals_request_job.cc', |
| 1251 'browser/tcmalloc_internals_request_job.h', | 1251 'browser/tcmalloc_internals_request_job.h', |
| 1252 'browser/time_zone_monitor_win.cc', |
| 1253 'browser/time_zone_monitor_win.h', |
| 1252 'browser/theme_helper_mac.mm', | 1254 'browser/theme_helper_mac.mm', |
| 1253 'browser/theme_helper_mac.h', | 1255 'browser/theme_helper_mac.h', |
| 1254 'browser/tracing/trace_message_filter.cc', | 1256 'browser/tracing/trace_message_filter.cc', |
| 1255 'browser/tracing/trace_message_filter.h', | 1257 'browser/tracing/trace_message_filter.h', |
| 1256 'browser/tracing/etw_system_event_consumer_win.cc', | 1258 'browser/tracing/etw_system_event_consumer_win.cc', |
| 1257 'browser/tracing/etw_system_event_consumer_win.h', | 1259 'browser/tracing/etw_system_event_consumer_win.h', |
| 1258 'browser/tracing/tracing_controller_impl.cc', | 1260 'browser/tracing/tracing_controller_impl.cc', |
| 1259 'browser/tracing/tracing_controller_impl.h', | 1261 'browser/tracing/tracing_controller_impl.h', |
| 1260 'browser/tracing/tracing_ui.cc', | 1262 'browser/tracing/tracing_ui.cc', |
| 1261 'browser/tracing/tracing_ui.h', | 1263 'browser/tracing/tracing_ui.h', |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1703 '../build/linux/system.gyp:dbus', | 1705 '../build/linux/system.gyp:dbus', |
| 1704 '../dbus/dbus.gyp:dbus', | 1706 '../dbus/dbus.gyp:dbus', |
| 1705 ], | 1707 ], |
| 1706 }, { # OS != "linux" or use_dbus==0 | 1708 }, { # OS != "linux" or use_dbus==0 |
| 1707 'sources!': [ | 1709 'sources!': [ |
| 1708 'browser/geolocation/wifi_data_provider_linux.cc', | 1710 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1709 ], | 1711 ], |
| 1710 }], | 1712 }], |
| 1711 ], | 1713 ], |
| 1712 } | 1714 } |
| OLD | NEW |