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

Side by Side Diff: components/gcm_driver/BUILD.gn

Issue 2450383003: [GCM] Reset store on checkin rejection and add checkin state to internals (Closed)
Patch Set: Fix mcs probe Created 4 years, 1 month 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 | « no previous file | components/gcm_driver/gcm_client.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 static_library("gcm_driver") { 5 static_library("gcm_driver") {
6 sources = [ 6 sources = [
7 "android/component_jni_registrar.cc", 7 "android/component_jni_registrar.cc",
8 "android/component_jni_registrar.h", 8 "android/component_jni_registrar.h",
9 "default_gcm_app_handler.cc", 9 "default_gcm_app_handler.cc",
10 "default_gcm_app_handler.h", 10 "default_gcm_app_handler.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "system_encryptor.h", 58 "system_encryptor.h",
59 ] 59 ]
60 60
61 public_deps = [ 61 public_deps = [
62 "//base", 62 "//base",
63 "//components/gcm_driver/common", 63 "//components/gcm_driver/common",
64 "//components/gcm_driver/crypto", 64 "//components/gcm_driver/crypto",
65 "//components/gcm_driver/instance_id", 65 "//components/gcm_driver/instance_id",
66 ] 66 ]
67 deps = [ 67 deps = [
68 "//base:i18n",
68 "//components/crx_file", 69 "//components/crx_file",
69 "//components/keyed_service/core", 70 "//components/keyed_service/core",
70 "//components/os_crypt", 71 "//components/os_crypt",
71 "//components/pref_registry", 72 "//components/pref_registry",
72 "//components/prefs", 73 "//components/prefs",
73 "//components/signin/core/browser", 74 "//components/signin/core/browser",
74 "//components/sync", 75 "//components/sync",
75 "//components/version_info", 76 "//components/version_info",
76 "//google_apis", 77 "//google_apis",
77 "//google_apis/gcm", 78 "//google_apis/gcm",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 if (is_android) { 184 if (is_android) {
184 sources -= [ 185 sources -= [
185 "gcm_account_mapper_unittest.cc", 186 "gcm_account_mapper_unittest.cc",
186 "gcm_channel_status_request_unittest.cc", 187 "gcm_channel_status_request_unittest.cc",
187 "gcm_client_impl_unittest.cc", 188 "gcm_client_impl_unittest.cc",
188 "gcm_driver_desktop_unittest.cc", 189 "gcm_driver_desktop_unittest.cc",
189 "gcm_stats_recorder_impl_unittest.cc", 190 "gcm_stats_recorder_impl_unittest.cc",
190 ] 191 ]
191 } 192 }
192 } 193 }
OLDNEW
« no previous file with comments | « no previous file | components/gcm_driver/gcm_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698