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

Side by Side Diff: trunk/src/components/autofill.gypi

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/components/json_schema.gypi » ('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 16 matching lines...) Expand all
27 ['OS != "ios"', { 27 ['OS != "ios"', {
28 'targets': [ 28 'targets': [
29 { 29 {
30 'target_name': 'autofill_core_common', 30 'target_name': 'autofill_core_common',
31 'type': 'static_library', 31 'type': 'static_library',
32 'dependencies': [ 32 'dependencies': [
33 '../base/base.gyp:base', 33 '../base/base.gyp:base',
34 '../content/content.gyp:content_common', 34 '../content/content.gyp:content_common',
35 '../ipc/ipc.gyp:ipc', 35 '../ipc/ipc.gyp:ipc',
36 '../third_party/WebKit/public/blink.gyp:blink_minimal', 36 '../third_party/WebKit/public/blink.gyp:blink_minimal',
37 '../ui/gfx/gfx.gyp:gfx',
38 '../ui/ui.gyp:ui', 37 '../ui/ui.gyp:ui',
39 '../url/url.gyp:url_lib', 38 '../url/url.gyp:url_lib',
40 ], 39 ],
41 'conditions': [ 40 'conditions': [
42 ['OS == "android"', { 41 ['OS == "android"', {
43 'dependencies': [ 42 'dependencies': [
44 'autofill_jni_headers', 43 'autofill_jni_headers',
45 ], 44 ],
46 }], 45 }],
47 ], 46 ],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../content/content.gyp:content_browser', 103 '../content/content.gyp:content_browser',
105 '../content/content.gyp:content_common', 104 '../content/content.gyp:content_common',
106 '../google_apis/google_apis.gyp:google_apis', 105 '../google_apis/google_apis.gyp:google_apis',
107 '../ipc/ipc.gyp:ipc', 106 '../ipc/ipc.gyp:ipc',
108 '../skia/skia.gyp:skia', 107 '../skia/skia.gyp:skia',
109 '../sql/sql.gyp:sql', 108 '../sql/sql.gyp:sql',
110 '../third_party/icu/icu.gyp:icui18n', 109 '../third_party/icu/icu.gyp:icui18n',
111 '../third_party/icu/icu.gyp:icuuc', 110 '../third_party/icu/icu.gyp:icuuc',
112 '../third_party/libjingle/libjingle.gyp:libjingle', 111 '../third_party/libjingle/libjingle.gyp:libjingle',
113 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 112 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
114 '../ui/gfx/gfx.gyp:gfx',
115 '../ui/ui.gyp:ui', 113 '../ui/ui.gyp:ui',
116 '../url/url.gyp:url_lib', 114 '../url/url.gyp:url_lib',
117 '../webkit/webkit_resources.gyp:webkit_resources', 115 '../webkit/webkit_resources.gyp:webkit_resources',
118 116
119 'component_strings.gyp:component_strings', 117 'component_strings.gyp:component_strings',
120 ], 118 ],
121 'sources': [ 119 'sources': [
122 'autofill/core/browser/address.cc', 120 'autofill/core/browser/address.cc',
123 'autofill/core/browser/address.h', 121 'autofill/core/browser/address.h',
124 'autofill/core/browser/address_field.cc', 122 'autofill/core/browser/address_field.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 '../content/content.gyp:content_browser', 290 '../content/content.gyp:content_browser',
293 '../content/content.gyp:content_common', 291 '../content/content.gyp:content_common',
294 '../google_apis/google_apis.gyp:google_apis', 292 '../google_apis/google_apis.gyp:google_apis',
295 '../ipc/ipc.gyp:ipc', 293 '../ipc/ipc.gyp:ipc',
296 '../skia/skia.gyp:skia', 294 '../skia/skia.gyp:skia',
297 '../sql/sql.gyp:sql', 295 '../sql/sql.gyp:sql',
298 '../third_party/icu/icu.gyp:icui18n', 296 '../third_party/icu/icu.gyp:icui18n',
299 '../third_party/icu/icu.gyp:icuuc', 297 '../third_party/icu/icu.gyp:icuuc',
300 '../third_party/libjingle/libjingle.gyp:libjingle', 298 '../third_party/libjingle/libjingle.gyp:libjingle',
301 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 299 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
302 '../ui/gfx/gfx.gyp:gfx',
303 '../ui/ui.gyp:ui', 300 '../ui/ui.gyp:ui',
304 '../url/url.gyp:url_lib', 301 '../url/url.gyp:url_lib',
305 '../webkit/webkit_resources.gyp:webkit_resources', 302 '../webkit/webkit_resources.gyp:webkit_resources',
306 303
307 'component_strings.gyp:component_strings', 304 'component_strings.gyp:component_strings',
308 ], 305 ],
309 'sources': [ 306 'sources': [
310 'autofill/content/browser/autofill_driver_impl.cc', 307 'autofill/content/browser/autofill_driver_impl.cc',
311 'autofill/content/browser/autofill_driver_impl.h', 308 'autofill/content/browser/autofill_driver_impl.h',
312 'autofill/content/browser/risk/fingerprint.cc', 309 'autofill/content/browser/risk/fingerprint.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 ], 393 ],
397 'variables': { 394 'variables': {
398 'jni_gen_package': 'autofill', 395 'jni_gen_package': 'autofill',
399 }, 396 },
400 'includes': [ '../build/jni_generator.gypi' ], 397 'includes': [ '../build/jni_generator.gypi' ],
401 }, 398 },
402 ], 399 ],
403 }], 400 }],
404 ], 401 ],
405 } 402 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/components/json_schema.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698