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

Side by Side Diff: google_apis/gcm/gcm.gyp

Issue 270873002: Extract GCMClient data types into separate gcm_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/services/gcm/gcm_service_unittest.cc ('k') | google_apis/gcm/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'engine/unregistration_request.h', 72 'engine/unregistration_request.h',
73 'gcm_client.cc', 73 'gcm_client.cc',
74 'gcm_client.h', 74 'gcm_client.h',
75 'gcm_client_impl.cc', 75 'gcm_client_impl.cc',
76 'gcm_client_impl.h', 76 'gcm_client_impl.h',
77 'monitoring/gcm_stats_recorder.cc', 77 'monitoring/gcm_stats_recorder.cc',
78 'monitoring/gcm_stats_recorder.h', 78 'monitoring/gcm_stats_recorder.h',
79 'protocol/android_checkin.proto', 79 'protocol/android_checkin.proto',
80 'protocol/checkin.proto', 80 'protocol/checkin.proto',
81 'protocol/mcs.proto', 81 'protocol/mcs.proto',
82 'public/gcm_types.cc',
83 'public/gcm_types.h',
82 ], 84 ],
83 'includes': [ 85 'includes': [
84 '../../build/protoc.gypi' 86 '../../build/protoc.gypi'
85 ], 87 ],
86 }, 88 },
87 89
88 # A standalone MCS (mobile connection server) client. 90 # A standalone MCS (mobile connection server) client.
89 { 91 {
90 'target_name': 'mcs_probe', 92 'target_name': 'mcs_probe',
91 'type': 'executable', 93 'type': 'executable',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'engine/heartbeat_manager_unittest.cc', 144 'engine/heartbeat_manager_unittest.cc',
143 'engine/mcs_client_unittest.cc', 145 'engine/mcs_client_unittest.cc',
144 'engine/registration_request_unittest.cc', 146 'engine/registration_request_unittest.cc',
145 'engine/unregistration_request_unittest.cc', 147 'engine/unregistration_request_unittest.cc',
146 'gcm_client_impl_unittest.cc', 148 'gcm_client_impl_unittest.cc',
147 'monitoring/gcm_stats_recorder_unittest.cc' 149 'monitoring/gcm_stats_recorder_unittest.cc'
148 ] 150 ]
149 }, 151 },
150 ], 152 ],
151 } 153 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_service_unittest.cc ('k') | google_apis/gcm/gcm_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698