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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 'browser/power_save_blocker_win.cc', | 777 'browser/power_save_blocker_win.cc', |
778 'browser/power_save_blocker_x11.cc', | 778 'browser/power_save_blocker_x11.cc', |
779 'browser/ppapi_plugin_process_host.cc', | 779 'browser/ppapi_plugin_process_host.cc', |
780 'browser/ppapi_plugin_process_host.h', | 780 'browser/ppapi_plugin_process_host.h', |
781 'browser/profiler_controller_impl.cc', | 781 'browser/profiler_controller_impl.cc', |
782 'browser/profiler_controller_impl.h', | 782 'browser/profiler_controller_impl.h', |
783 'browser/profiler_message_filter.cc', | 783 'browser/profiler_message_filter.cc', |
784 'browser/profiler_message_filter.h', | 784 'browser/profiler_message_filter.h', |
785 'browser/quota_dispatcher_host.cc', | 785 'browser/quota_dispatcher_host.cc', |
786 'browser/quota_dispatcher_host.h', | 786 'browser/quota_dispatcher_host.h', |
| 787 'browser/renderer_data_memoizing_store.h', |
787 'browser/renderer_host/backing_store.cc', | 788 'browser/renderer_host/backing_store.cc', |
788 'browser/renderer_host/backing_store.h', | 789 'browser/renderer_host/backing_store.h', |
789 'browser/renderer_host/backing_store_aura.cc', | 790 'browser/renderer_host/backing_store_aura.cc', |
790 'browser/renderer_host/backing_store_aura.h', | 791 'browser/renderer_host/backing_store_aura.h', |
791 'browser/renderer_host/backing_store_gtk.cc', | 792 'browser/renderer_host/backing_store_gtk.cc', |
792 'browser/renderer_host/backing_store_gtk.h', | 793 'browser/renderer_host/backing_store_gtk.h', |
793 'browser/renderer_host/backing_store_mac.h', | 794 'browser/renderer_host/backing_store_mac.h', |
794 'browser/renderer_host/backing_store_mac.mm', | 795 'browser/renderer_host/backing_store_mac.mm', |
795 'browser/renderer_host/backing_store_manager.cc', | 796 'browser/renderer_host/backing_store_manager.cc', |
796 'browser/renderer_host/backing_store_manager.h', | 797 'browser/renderer_host/backing_store_manager.h', |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1612 '../build/linux/system.gyp:dbus', | 1613 '../build/linux/system.gyp:dbus', |
1613 '../dbus/dbus.gyp:dbus', | 1614 '../dbus/dbus.gyp:dbus', |
1614 ], | 1615 ], |
1615 }, { # OS != "linux" or use_dbus==0 | 1616 }, { # OS != "linux" or use_dbus==0 |
1616 'sources!': [ | 1617 'sources!': [ |
1617 'browser/geolocation/wifi_data_provider_linux.cc', | 1618 'browser/geolocation/wifi_data_provider_linux.cc', |
1618 ], | 1619 ], |
1619 }], | 1620 }], |
1620 ], | 1621 ], |
1621 } | 1622 } |
OLD | NEW |