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

Side by Side Diff: components/invalidation.gypi

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Fix calling Init function in sync_client.cc 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 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/invalidation/public 8 # GN version: //components/invalidation/public
9 'target_name': 'invalidation_public', 9 'target_name': 'invalidation_public',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'target_name': 'invalidation_impl', 47 'target_name': 'invalidation_impl',
48 'type': 'static_library', 48 'type': 'static_library',
49 'dependencies': [ 49 'dependencies': [
50 'invalidation_public', 50 'invalidation_public',
51 '../base/base.gyp:base', 51 '../base/base.gyp:base',
52 '../base/base.gyp:base_i18n', 52 '../base/base.gyp:base_i18n',
53 '../base/base.gyp:base_prefs', 53 '../base/base.gyp:base_prefs',
54 '../google_apis/google_apis.gyp:google_apis', 54 '../google_apis/google_apis.gyp:google_apis',
55 '../jingle/jingle.gyp:notifier', 55 '../jingle/jingle.gyp:notifier',
56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
57 'data_use_measurement_core',
57 'gcm_driver', 58 'gcm_driver',
58 'keyed_service_core', 59 'keyed_service_core',
59 'pref_registry', 60 'pref_registry',
60 'signin_core_browser', 61 'signin_core_browser',
61 ], 62 ],
62 'export_dependent_settings': [ 63 'export_dependent_settings': [
63 'invalidation_public', 64 'invalidation_public',
64 ], 65 ],
65 'include_dirs': [ 66 'include_dirs': [
66 '..', 67 '..',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'variables': { 241 'variables': {
241 'jni_gen_package': 'components/invalidation', 242 'jni_gen_package': 'components/invalidation',
242 }, 243 },
243 'includes': [ '../build/jni_generator.gypi' ], 244 'includes': [ '../build/jni_generator.gypi' ],
244 }, 245 },
245 ], 246 ],
246 }, 247 },
247 ], 248 ],
248 ], 249 ],
249 } 250 }
OLDNEW
« no previous file with comments | « components/google/core/browser/google_url_tracker.cc ('k') | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698