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 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1228 'browser/storage_partition_impl_map.cc', | 1228 'browser/storage_partition_impl_map.cc', |
1229 'browser/storage_partition_impl_map.h', | 1229 'browser/storage_partition_impl_map.h', |
1230 'browser/system_message_window_win.cc', | 1230 'browser/system_message_window_win.cc', |
1231 'browser/system_message_window_win.h', | 1231 'browser/system_message_window_win.h', |
1232 'browser/tcmalloc_internals_request_job.cc', | 1232 'browser/tcmalloc_internals_request_job.cc', |
1233 'browser/tcmalloc_internals_request_job.h', | 1233 'browser/tcmalloc_internals_request_job.h', |
1234 'browser/theme_helper_mac.mm', | 1234 'browser/theme_helper_mac.mm', |
1235 'browser/theme_helper_mac.h', | 1235 'browser/theme_helper_mac.h', |
1236 'browser/tracing/trace_message_filter.cc', | 1236 'browser/tracing/trace_message_filter.cc', |
1237 'browser/tracing/trace_message_filter.h', | 1237 'browser/tracing/trace_message_filter.h', |
| 1238 'browser/tracing/etw_system_event_consumer_win.cc', |
| 1239 'browser/tracing/etw_system_event_consumer_win.h', |
1238 'browser/tracing/tracing_controller_impl.cc', | 1240 'browser/tracing/tracing_controller_impl.cc', |
1239 'browser/tracing/tracing_controller_impl.h', | 1241 'browser/tracing/tracing_controller_impl.h', |
1240 'browser/tracing/tracing_ui.cc', | 1242 'browser/tracing/tracing_ui.cc', |
1241 'browser/tracing/tracing_ui.h', | 1243 'browser/tracing/tracing_ui.h', |
1242 'browser/udev_linux.cc', | 1244 'browser/udev_linux.cc', |
1243 'browser/udev_linux.h', | 1245 'browser/udev_linux.h', |
1244 'browser/user_metrics.cc', | 1246 'browser/user_metrics.cc', |
1245 'browser/utility_process_host_impl.cc', | 1247 'browser/utility_process_host_impl.cc', |
1246 'browser/utility_process_host_impl.h', | 1248 'browser/utility_process_host_impl.h', |
1247 'browser/vibration/vibration_message_filter.cc', | 1249 'browser/vibration/vibration_message_filter.cc', |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1683 '../build/linux/system.gyp:dbus', | 1685 '../build/linux/system.gyp:dbus', |
1684 '../dbus/dbus.gyp:dbus', | 1686 '../dbus/dbus.gyp:dbus', |
1685 ], | 1687 ], |
1686 }, { # OS != "linux" or use_dbus==0 | 1688 }, { # OS != "linux" or use_dbus==0 |
1687 'sources!': [ | 1689 'sources!': [ |
1688 'browser/geolocation/wifi_data_provider_linux.cc', | 1690 'browser/geolocation/wifi_data_provider_linux.cc', |
1689 ], | 1691 ], |
1690 }], | 1692 }], |
1691 ], | 1693 ], |
1692 } | 1694 } |
OLD | NEW |