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 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1305 'browser/time_zone_monitor.cc', | 1305 'browser/time_zone_monitor.cc', |
1306 'browser/time_zone_monitor.h', | 1306 'browser/time_zone_monitor.h', |
1307 'browser/time_zone_monitor_android.cc', | 1307 'browser/time_zone_monitor_android.cc', |
1308 'browser/time_zone_monitor_android.h', | 1308 'browser/time_zone_monitor_android.h', |
1309 'browser/time_zone_monitor_chromeos.cc', | 1309 'browser/time_zone_monitor_chromeos.cc', |
1310 'browser/time_zone_monitor_linux.cc', | 1310 'browser/time_zone_monitor_linux.cc', |
1311 'browser/time_zone_monitor_mac.mm', | 1311 'browser/time_zone_monitor_mac.mm', |
1312 'browser/time_zone_monitor_win.cc', | 1312 'browser/time_zone_monitor_win.cc', |
1313 'browser/theme_helper_mac.mm', | 1313 'browser/theme_helper_mac.mm', |
1314 'browser/theme_helper_mac.h', | 1314 'browser/theme_helper_mac.h', |
| 1315 'browser/tracing/add_new_file_index.cc', |
| 1316 'browser/tracing/add_new_file_index.h', |
1315 'browser/tracing/trace_message_filter.cc', | 1317 'browser/tracing/trace_message_filter.cc', |
1316 'browser/tracing/trace_message_filter.h', | 1318 'browser/tracing/trace_message_filter.h', |
1317 'browser/tracing/etw_system_event_consumer_win.cc', | 1319 'browser/tracing/etw_system_event_consumer_win.cc', |
1318 'browser/tracing/etw_system_event_consumer_win.h', | 1320 'browser/tracing/etw_system_event_consumer_win.h', |
1319 'browser/tracing/tracing_controller_impl.cc', | 1321 'browser/tracing/tracing_controller_impl.cc', |
1320 'browser/tracing/tracing_controller_impl.h', | 1322 'browser/tracing/tracing_controller_impl.h', |
1321 'browser/tracing/tracing_ui.cc', | 1323 'browser/tracing/tracing_ui.cc', |
1322 'browser/tracing/tracing_ui.h', | 1324 'browser/tracing/tracing_ui.h', |
1323 'browser/udev_linux.cc', | 1325 'browser/udev_linux.cc', |
1324 'browser/udev_linux.h', | 1326 'browser/udev_linux.h', |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1756 '../build/linux/system.gyp:dbus', | 1758 '../build/linux/system.gyp:dbus', |
1757 '../dbus/dbus.gyp:dbus', | 1759 '../dbus/dbus.gyp:dbus', |
1758 ], | 1760 ], |
1759 }, { # OS != "linux" or use_dbus==0 | 1761 }, { # OS != "linux" or use_dbus==0 |
1760 'sources!': [ | 1762 'sources!': [ |
1761 'browser/geolocation/wifi_data_provider_linux.cc', | 1763 'browser/geolocation/wifi_data_provider_linux.cc', |
1762 ], | 1764 ], |
1763 }], | 1765 }], |
1764 ], | 1766 ], |
1765 } | 1767 } |
OLD | NEW |