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

Side by Side Diff: components/autofill.gypi

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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 # GN version: //components/autofill/core/browser 62 # GN version: //components/autofill/core/browser
63 'target_name': 'autofill_core_browser', 63 'target_name': 'autofill_core_browser',
64 'type': 'static_library', 64 'type': 'static_library',
65 'include_dirs': [ 65 'include_dirs': [
66 '..', 66 '..',
67 ], 67 ],
68 'dependencies': [ 68 'dependencies': [
69 '../base/base.gyp:base', 69 '../base/base.gyp:base',
70 '../base/base.gyp:base_i18n', 70 '../base/base.gyp:base_i18n',
71 '../base/base.gyp:base_prefs', 71 '../base/base.gyp:base_prefs',
72 '../components/components.gyp:data_use_measurement_core',
Ilya Sherman 2015/09/04 22:10:39 nit: Add this below, with the other components dep
amohammadkhan 2015/09/04 23:03:16 Done.
72 '../google_apis/google_apis.gyp:google_apis', 73 '../google_apis/google_apis.gyp:google_apis',
73 '../net/net.gyp:net', 74 '../net/net.gyp:net',
74 '../skia/skia.gyp:skia', 75 '../skia/skia.gyp:skia',
75 '../sql/sql.gyp:sql', 76 '../sql/sql.gyp:sql',
76 '../sync/sync.gyp:sync', 77 '../sync/sync.gyp:sync',
77 '../third_party/fips181/fips181.gyp:fips181', 78 '../third_party/fips181/fips181.gyp:fips181',
78 '../third_party/icu/icu.gyp:icui18n', 79 '../third_party/icu/icu.gyp:icui18n',
79 '../third_party/icu/icu.gyp:icuuc', 80 '../third_party/icu/icu.gyp:icuuc',
80 '../third_party/libjingle/libjingle.gyp:libjingle', 81 '../third_party/libjingle/libjingle.gyp:libjingle',
81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 82 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 ], 472 ],
472 }, 473 },
473 'includes': [ 474 'includes': [
474 '../ios/web/js_compile_checked.gypi', 475 '../ios/web/js_compile_checked.gypi',
475 ], 476 ],
476 }, 477 },
477 ], 478 ],
478 }], 479 }],
479 ], 480 ],
480 } 481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698