| 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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
| 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 'browser/storage_partition_impl_map.cc', | 1202 'browser/storage_partition_impl_map.cc', |
| 1203 'browser/storage_partition_impl_map.h', | 1203 'browser/storage_partition_impl_map.h', |
| 1204 'browser/system_message_window_win.cc', | 1204 'browser/system_message_window_win.cc', |
| 1205 'browser/system_message_window_win.h', | 1205 'browser/system_message_window_win.h', |
| 1206 'browser/tcmalloc_internals_request_job.cc', | 1206 'browser/tcmalloc_internals_request_job.cc', |
| 1207 'browser/tcmalloc_internals_request_job.h', | 1207 'browser/tcmalloc_internals_request_job.h', |
| 1208 'browser/theme_helper_mac.mm', | 1208 'browser/theme_helper_mac.mm', |
| 1209 'browser/theme_helper_mac.h', | 1209 'browser/theme_helper_mac.h', |
| 1210 'browser/tracing/trace_message_filter.cc', | 1210 'browser/tracing/trace_message_filter.cc', |
| 1211 'browser/tracing/trace_message_filter.h', | 1211 'browser/tracing/trace_message_filter.h', |
| 1212 'browser/tracing/etw_system_event_consumer_win.cc', |
| 1213 'browser/tracing/etw_system_event_consumer_win.h', |
| 1212 'browser/tracing/tracing_controller_impl.cc', | 1214 'browser/tracing/tracing_controller_impl.cc', |
| 1213 'browser/tracing/tracing_controller_impl.h', | 1215 'browser/tracing/tracing_controller_impl.h', |
| 1214 'browser/tracing/tracing_ui.cc', | 1216 'browser/tracing/tracing_ui.cc', |
| 1215 'browser/tracing/tracing_ui.h', | 1217 'browser/tracing/tracing_ui.h', |
| 1216 'browser/udev_linux.cc', | 1218 'browser/udev_linux.cc', |
| 1217 'browser/udev_linux.h', | 1219 'browser/udev_linux.h', |
| 1218 'browser/user_metrics.cc', | 1220 'browser/user_metrics.cc', |
| 1219 'browser/utility_process_host_impl.cc', | 1221 'browser/utility_process_host_impl.cc', |
| 1220 'browser/utility_process_host_impl.h', | 1222 'browser/utility_process_host_impl.h', |
| 1221 'browser/vibration/vibration_message_filter.cc', | 1223 'browser/vibration/vibration_message_filter.cc', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1655 '../build/linux/system.gyp:dbus', | 1657 '../build/linux/system.gyp:dbus', |
| 1656 '../dbus/dbus.gyp:dbus', | 1658 '../dbus/dbus.gyp:dbus', |
| 1657 ], | 1659 ], |
| 1658 }, { # OS != "linux" or use_dbus==0 | 1660 }, { # OS != "linux" or use_dbus==0 |
| 1659 'sources!': [ | 1661 'sources!': [ |
| 1660 'browser/geolocation/wifi_data_provider_linux.cc', | 1662 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1661 ], | 1663 ], |
| 1662 }], | 1664 }], |
| 1663 ], | 1665 ], |
| 1664 } | 1666 } |
| OLD | NEW |