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 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1303 'browser/theme_helper_mac.mm', | 1303 'browser/theme_helper_mac.mm', |
1304 'browser/theme_helper_mac.h', | 1304 'browser/theme_helper_mac.h', |
1305 'browser/tracing/trace_message_filter.cc', | 1305 'browser/tracing/trace_message_filter.cc', |
1306 'browser/tracing/trace_message_filter.h', | 1306 'browser/tracing/trace_message_filter.h', |
1307 'browser/tracing/etw_system_event_consumer_win.cc', | 1307 'browser/tracing/etw_system_event_consumer_win.cc', |
1308 'browser/tracing/etw_system_event_consumer_win.h', | 1308 'browser/tracing/etw_system_event_consumer_win.h', |
1309 'browser/tracing/tracing_controller_impl.cc', | 1309 'browser/tracing/tracing_controller_impl.cc', |
1310 'browser/tracing/tracing_controller_impl.h', | 1310 'browser/tracing/tracing_controller_impl.h', |
1311 'browser/tracing/tracing_ui.cc', | 1311 'browser/tracing/tracing_ui.cc', |
1312 'browser/tracing/tracing_ui.h', | 1312 'browser/tracing/tracing_ui.h', |
| 1313 'browser/transition_request_manager.cc', |
| 1314 'browser/transition_request_manager.h', |
| 1315 'browser/transition_request_message_filter.cc', |
| 1316 'browser/transition_request_message_filter.h', |
1313 'browser/udev_linux.cc', | 1317 'browser/udev_linux.cc', |
1314 'browser/udev_linux.h', | 1318 'browser/udev_linux.h', |
1315 'browser/user_metrics.cc', | 1319 'browser/user_metrics.cc', |
1316 'browser/utility_process_host_impl.cc', | 1320 'browser/utility_process_host_impl.cc', |
1317 'browser/utility_process_host_impl.h', | 1321 'browser/utility_process_host_impl.h', |
1318 'browser/vibration/vibration_message_filter.cc', | 1322 'browser/vibration/vibration_message_filter.cc', |
1319 'browser/vibration/vibration_message_filter.h', | 1323 'browser/vibration/vibration_message_filter.h', |
1320 'browser/vibration/vibration_provider_android.cc', | 1324 'browser/vibration/vibration_provider_android.cc', |
1321 'browser/vibration/vibration_provider_android.h', | 1325 'browser/vibration/vibration_provider_android.h', |
1322 'browser/web_contents/aura/gesture_nav_simple.cc', | 1326 'browser/web_contents/aura/gesture_nav_simple.cc', |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1745 '../build/linux/system.gyp:dbus', | 1749 '../build/linux/system.gyp:dbus', |
1746 '../dbus/dbus.gyp:dbus', | 1750 '../dbus/dbus.gyp:dbus', |
1747 ], | 1751 ], |
1748 }, { # OS != "linux" or use_dbus==0 | 1752 }, { # OS != "linux" or use_dbus==0 |
1749 'sources!': [ | 1753 'sources!': [ |
1750 'browser/geolocation/wifi_data_provider_linux.cc', | 1754 'browser/geolocation/wifi_data_provider_linux.cc', |
1751 ], | 1755 ], |
1752 }], | 1756 }], |
1753 ], | 1757 ], |
1754 } | 1758 } |
OLD | NEW |