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

Side by Side Diff: components/autofill.gypi

Issue 264053007: [rAC] Display Autofill popups vertically compact. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved code to PersonalDataManager Created 6 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 | Annotate | Revision Log
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/icu/icu.gyp:icui18n', 97 '../third_party/icu/icu.gyp:icui18n',
98 '../third_party/icu/icu.gyp:icuuc', 98 '../third_party/icu/icu.gyp:icuuc',
99 '../third_party/libjingle/libjingle.gyp:libjingle', 99 '../third_party/libjingle/libjingle.gyp:libjingle',
100 # TODO(groby): Remove once corresponding CL lands.
101 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
100 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 102 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
101 '../ui/base/ui_base.gyp:ui_base', 103 '../ui/base/ui_base.gyp:ui_base',
102 '../ui/gfx/gfx.gyp:gfx', 104 '../ui/gfx/gfx.gyp:gfx',
103 '../ui/gfx/gfx.gyp:gfx_geometry', 105 '../ui/gfx/gfx.gyp:gfx_geometry',
104 '../url/url.gyp:url_lib', 106 '../url/url.gyp:url_lib',
105 'autofill_core_common', 107 'autofill_core_common',
106 'autofill_regexes', 108 'autofill_regexes',
107 'components_resources.gyp:components_resources', 109 'components_resources.gyp:components_resources',
108 'components_strings.gyp:components_strings', 110 'components_strings.gyp:components_strings',
109 'os_crypt', 111 'os_crypt',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'variables': { 461 'variables': {
460 'jni_gen_package': 'autofill', 462 'jni_gen_package': 'autofill',
461 'jni_generator_ptr_type': 'long', 463 'jni_generator_ptr_type': 'long',
462 }, 464 },
463 'includes': [ '../build/jni_generator.gypi' ], 465 'includes': [ '../build/jni_generator.gypi' ],
464 }, 466 },
465 ], 467 ],
466 }], 468 }],
467 ], 469 ],
468 } 470 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/DEPS » ('j') | components/autofill/core/browser/personal_data_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698