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

Side by Side Diff: components/gcm_driver.gypi

Issue 1126233004: Persist Instance ID data to GCM store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac Created 5 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
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/gcm_driver 8 # GN version: //components/gcm_driver
9 'target_name': 'gcm_driver', 9 'target_name': 'gcm_driver',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'gcm_driver/instance_id/instance_id_impl.h', 160 'gcm_driver/instance_id/instance_id_impl.h',
161 ], 161 ],
162 }], 162 }],
163 ], 163 ],
164 }, 164 },
165 { 165 {
166 # GN version: //components/gcm_driver/instance_id:test_support 166 # GN version: //components/gcm_driver/instance_id:test_support
167 'target_name': 'instance_id_test_support', 167 'target_name': 'instance_id_test_support',
168 'type': 'static_library', 168 'type': 'static_library',
169 'dependencies': [ 169 'dependencies': [
170 'gcm_driver_test_support',
170 'instance_id', 171 'instance_id',
171 '../testing/gtest.gyp:gtest', 172 '../testing/gtest.gyp:gtest',
172 ], 173 ],
173 'include_dirs': [ 174 'include_dirs': [
174 '..', 175 '..',
175 ], 176 ],
176 'sources': [ 177 'sources': [
177 # Note: file list duplicated in GN build. 178 # Note: file list duplicated in GN build.
178 'gcm_driver/instance_id/fake_instance_id_driver.cc', 179 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc',
179 'gcm_driver/instance_id/fake_instance_id_driver.h', 180 'gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h',
180 ], 181 ],
181 }, 182 },
182 ], 183 ],
183 'conditions': [ 184 'conditions': [
184 ['OS == "android"', { 185 ['OS == "android"', {
185 'targets': [ 186 'targets': [
186 { 187 {
187 # GN version: //components/gcm_driver/android:gcm_driver_java 188 # GN version: //components/gcm_driver/android:gcm_driver_java
188 'target_name': 'gcm_driver_java', 189 'target_name': 'gcm_driver_java',
189 'type': 'none', 190 'type': 'none',
(...skipping 18 matching lines...) Expand all
208 'variables': { 209 'variables': {
209 'jni_gen_package': 'components/gcm_driver', 210 'jni_gen_package': 'components/gcm_driver',
210 }, 211 },
211 'includes': [ '../build/jni_generator.gypi' ], 212 'includes': [ '../build/jni_generator.gypi' ],
212 }, 213 },
213 ], 214 ],
214 }, 215 },
215 ], 216 ],
216 ], 217 ],
217 } 218 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/instance_id/instance_id_apitest.cc ('k') | components/gcm_driver/fake_gcm_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698