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

Side by Side Diff: components/autofill.gypi

Issue 308503002: [Password Generation] Start using pronouncable passwords (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unnecessary includes Created 6 years, 6 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 | « no previous file | components/autofill/core/browser/DEPS » ('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 (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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'include_dirs': [ 87 'include_dirs': [
88 '..', 88 '..',
89 ], 89 ],
90 'dependencies': [ 90 'dependencies': [
91 '../base/base.gyp:base', 91 '../base/base.gyp:base',
92 '../base/base.gyp:base_i18n', 92 '../base/base.gyp:base_i18n',
93 '../base/base.gyp:base_prefs', 93 '../base/base.gyp:base_prefs',
94 '../google_apis/google_apis.gyp:google_apis', 94 '../google_apis/google_apis.gyp:google_apis',
95 '../skia/skia.gyp:skia', 95 '../skia/skia.gyp:skia',
96 '../sql/sql.gyp:sql', 96 '../sql/sql.gyp:sql',
97 '../third_party/fips181/fips181.gyp:fips181',
97 '../third_party/icu/icu.gyp:icui18n', 98 '../third_party/icu/icu.gyp:icui18n',
98 '../third_party/icu/icu.gyp:icuuc', 99 '../third_party/icu/icu.gyp:icuuc',
99 '../third_party/libjingle/libjingle.gyp:libjingle', 100 '../third_party/libjingle/libjingle.gyp:libjingle',
100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 101 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
101 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 102 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
102 '../ui/base/ui_base.gyp:ui_base', 103 '../ui/base/ui_base.gyp:ui_base',
103 '../ui/gfx/gfx.gyp:gfx', 104 '../ui/gfx/gfx.gyp:gfx',
104 '../ui/gfx/gfx.gyp:gfx_geometry', 105 '../ui/gfx/gfx.gyp:gfx_geometry',
105 '../url/url.gyp:url_lib', 106 '../url/url.gyp:url_lib',
106 'autofill_core_common', 107 'autofill_core_common',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 ], 462 ],
462 'variables': { 463 'variables': {
463 'jni_gen_package': 'autofill', 464 'jni_gen_package': 'autofill',
464 }, 465 },
465 'includes': [ '../build/jni_generator.gypi' ], 466 'includes': [ '../build/jni_generator.gypi' ],
466 }, 467 },
467 ], 468 ],
468 }], 469 }],
469 ], 470 ],
470 } 471 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698