| 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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 'browser/power_save_blocker_mac.cc', | 837 'browser/power_save_blocker_mac.cc', |
| 838 'browser/power_save_blocker_ozone.cc', | 838 'browser/power_save_blocker_ozone.cc', |
| 839 'browser/power_save_blocker_win.cc', | 839 'browser/power_save_blocker_win.cc', |
| 840 'browser/power_save_blocker_x11.cc', | 840 'browser/power_save_blocker_x11.cc', |
| 841 'browser/ppapi_plugin_process_host.cc', | 841 'browser/ppapi_plugin_process_host.cc', |
| 842 'browser/ppapi_plugin_process_host.h', | 842 'browser/ppapi_plugin_process_host.h', |
| 843 'browser/profiler_controller_impl.cc', | 843 'browser/profiler_controller_impl.cc', |
| 844 'browser/profiler_controller_impl.h', | 844 'browser/profiler_controller_impl.h', |
| 845 'browser/profiler_message_filter.cc', | 845 'browser/profiler_message_filter.cc', |
| 846 'browser/profiler_message_filter.h', | 846 'browser/profiler_message_filter.h', |
| 847 'browser/push_messaging_message_filter.cc', |
| 848 'browser/push_messaging_message_filter.h', |
| 847 'browser/quota_dispatcher_host.cc', | 849 'browser/quota_dispatcher_host.cc', |
| 848 'browser/quota_dispatcher_host.h', | 850 'browser/quota_dispatcher_host.h', |
| 849 'browser/renderer_data_memoizing_store.h', | 851 'browser/renderer_data_memoizing_store.h', |
| 850 'browser/renderer_host/backing_store.cc', | 852 'browser/renderer_host/backing_store.cc', |
| 851 'browser/renderer_host/backing_store.h', | 853 'browser/renderer_host/backing_store.h', |
| 852 'browser/renderer_host/backing_store_aura.cc', | 854 'browser/renderer_host/backing_store_aura.cc', |
| 853 'browser/renderer_host/backing_store_aura.h', | 855 'browser/renderer_host/backing_store_aura.h', |
| 854 'browser/renderer_host/backing_store_gtk.cc', | 856 'browser/renderer_host/backing_store_gtk.cc', |
| 855 'browser/renderer_host/backing_store_gtk.h', | 857 'browser/renderer_host/backing_store_gtk.h', |
| 856 'browser/renderer_host/backing_store_mac.h', | 858 'browser/renderer_host/backing_store_mac.h', |
| (...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 '../build/linux/system.gyp:dbus', | 1747 '../build/linux/system.gyp:dbus', |
| 1746 '../dbus/dbus.gyp:dbus', | 1748 '../dbus/dbus.gyp:dbus', |
| 1747 ], | 1749 ], |
| 1748 }, { # OS != "linux" or use_dbus==0 | 1750 }, { # OS != "linux" or use_dbus==0 |
| 1749 'sources!': [ | 1751 'sources!': [ |
| 1750 'browser/geolocation/wifi_data_provider_linux.cc', | 1752 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1751 ], | 1753 ], |
| 1752 }], | 1754 }], |
| 1753 ], | 1755 ], |
| 1754 } | 1756 } |
| OLD | NEW |