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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 'browser/power_save_blocker_mac.cc', | 845 'browser/power_save_blocker_mac.cc', |
846 'browser/power_save_blocker_ozone.cc', | 846 'browser/power_save_blocker_ozone.cc', |
847 'browser/power_save_blocker_win.cc', | 847 'browser/power_save_blocker_win.cc', |
848 'browser/power_save_blocker_x11.cc', | 848 'browser/power_save_blocker_x11.cc', |
849 'browser/ppapi_plugin_process_host.cc', | 849 'browser/ppapi_plugin_process_host.cc', |
850 'browser/ppapi_plugin_process_host.h', | 850 'browser/ppapi_plugin_process_host.h', |
851 'browser/profiler_controller_impl.cc', | 851 'browser/profiler_controller_impl.cc', |
852 'browser/profiler_controller_impl.h', | 852 'browser/profiler_controller_impl.h', |
853 'browser/profiler_message_filter.cc', | 853 'browser/profiler_message_filter.cc', |
854 'browser/profiler_message_filter.h', | 854 'browser/profiler_message_filter.h', |
| 855 'browser/push_messaging_message_filter.cc', |
| 856 'browser/push_messaging_message_filter.h', |
855 'browser/quota_dispatcher_host.cc', | 857 'browser/quota_dispatcher_host.cc', |
856 'browser/quota_dispatcher_host.h', | 858 'browser/quota_dispatcher_host.h', |
857 'browser/renderer_data_memoizing_store.h', | 859 'browser/renderer_data_memoizing_store.h', |
858 'browser/renderer_host/backing_store.cc', | 860 'browser/renderer_host/backing_store.cc', |
859 'browser/renderer_host/backing_store.h', | 861 'browser/renderer_host/backing_store.h', |
860 'browser/renderer_host/backing_store_aura.cc', | 862 'browser/renderer_host/backing_store_aura.cc', |
861 'browser/renderer_host/backing_store_aura.h', | 863 'browser/renderer_host/backing_store_aura.h', |
862 'browser/renderer_host/backing_store_gtk.cc', | 864 'browser/renderer_host/backing_store_gtk.cc', |
863 'browser/renderer_host/backing_store_gtk.h', | 865 'browser/renderer_host/backing_store_gtk.h', |
864 'browser/renderer_host/backing_store_mac.h', | 866 'browser/renderer_host/backing_store_mac.h', |
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1747 '../build/linux/system.gyp:dbus', | 1749 '../build/linux/system.gyp:dbus', |
1748 '../dbus/dbus.gyp:dbus', | 1750 '../dbus/dbus.gyp:dbus', |
1749 ], | 1751 ], |
1750 }, { # OS != "linux" or use_dbus==0 | 1752 }, { # OS != "linux" or use_dbus==0 |
1751 'sources!': [ | 1753 'sources!': [ |
1752 'browser/geolocation/wifi_data_provider_linux.cc', | 1754 'browser/geolocation/wifi_data_provider_linux.cc', |
1753 ], | 1755 ], |
1754 }], | 1756 }], |
1755 ], | 1757 ], |
1756 } | 1758 } |
OLD | NEW |