Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Side by Side Diff: content/content_browser.gypi

Issue 186023002: DO NOT REVIEW Plumb push messaging registration through to gcm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/common/push_messaging_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'browser/power_save_blocker_mac.cc', 817 'browser/power_save_blocker_mac.cc',
818 'browser/power_save_blocker_ozone.cc', 818 'browser/power_save_blocker_ozone.cc',
819 'browser/power_save_blocker_win.cc', 819 'browser/power_save_blocker_win.cc',
820 'browser/power_save_blocker_x11.cc', 820 'browser/power_save_blocker_x11.cc',
821 'browser/ppapi_plugin_process_host.cc', 821 'browser/ppapi_plugin_process_host.cc',
822 'browser/ppapi_plugin_process_host.h', 822 'browser/ppapi_plugin_process_host.h',
823 'browser/profiler_controller_impl.cc', 823 'browser/profiler_controller_impl.cc',
824 'browser/profiler_controller_impl.h', 824 'browser/profiler_controller_impl.h',
825 'browser/profiler_message_filter.cc', 825 'browser/profiler_message_filter.cc',
826 'browser/profiler_message_filter.h', 826 'browser/profiler_message_filter.h',
827 'browser/push_messaging_message_filter.cc',
828 'browser/push_messaging_message_filter.h',
827 'browser/quota_dispatcher_host.cc', 829 'browser/quota_dispatcher_host.cc',
828 'browser/quota_dispatcher_host.h', 830 'browser/quota_dispatcher_host.h',
829 'browser/renderer_data_memoizing_store.h', 831 'browser/renderer_data_memoizing_store.h',
830 'browser/renderer_host/backing_store.cc', 832 'browser/renderer_host/backing_store.cc',
831 'browser/renderer_host/backing_store.h', 833 'browser/renderer_host/backing_store.h',
832 'browser/renderer_host/backing_store_aura.cc', 834 'browser/renderer_host/backing_store_aura.cc',
833 'browser/renderer_host/backing_store_aura.h', 835 'browser/renderer_host/backing_store_aura.h',
834 'browser/renderer_host/backing_store_gtk.cc', 836 'browser/renderer_host/backing_store_gtk.cc',
835 'browser/renderer_host/backing_store_gtk.h', 837 'browser/renderer_host/backing_store_gtk.h',
836 'browser/renderer_host/backing_store_mac.h', 838 'browser/renderer_host/backing_store_mac.h',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « content/common/push_messaging_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698