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

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

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Updating the function name and some of gyp files. Created 5 years, 3 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 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 14 matching lines...) Expand all
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'GCM_IMPLEMENTATION', 27 'GCM_IMPLEMENTATION',
28 ], 28 ],
29 'export_dependent_settings': [ 29 'export_dependent_settings': [
30 '../../third_party/protobuf/protobuf.gyp:protobuf_lite' 30 '../../third_party/protobuf/protobuf.gyp:protobuf_lite'
31 ], 31 ],
32 'dependencies': [ 32 'dependencies': [
33 '../../base/base.gyp:base', 33 '../../base/base.gyp:base',
34 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 34 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
35 '../../components/components.gyp:data_use_measurement_core',
35 '../../net/net.gyp:net', 36 '../../net/net.gyp:net',
36 '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 37 '../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
37 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', 38 '../../third_party/protobuf/protobuf.gyp:protobuf_lite',
38 '../../url/url.gyp:url_lib', 39 '../../url/url.gyp:url_lib',
39 ], 40 ],
40 'sources': [ 41 'sources': [
41 # Note: sources list duplicated in GN build. 42 # Note: sources list duplicated in GN build.
42 'base/gcm_util.cc', 43 'base/gcm_util.cc',
43 'base/gcm_util.h', 44 'base/gcm_util.h',
44 'base/mcs_message.cc', 45 'base/mcs_message.cc',
45 'base/mcs_message.h', 46 'base/mcs_message.h',
46 'base/mcs_util.cc', 47 'base/mcs_util.cc',
47 'base/mcs_util.h', 48 'base/mcs_util.h',
48 'base/socket_stream.cc', 49 'base/socket_stream.cc',
49 'base/socket_stream.h', 50 'base/socket_stream.h',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 '../../build/isolate.gypi', 200 '../../build/isolate.gypi',
200 ], 201 ],
201 'sources': [ 202 'sources': [
202 'gcm_unit_tests.isolate', 203 'gcm_unit_tests.isolate',
203 ], 204 ],
204 }, 205 },
205 ], 206 ],
206 }], 207 }],
207 ], 208 ],
208 } 209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698