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

Side by Side Diff: components/autofill.gypi

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

Powered by Google App Engine
This is Rietveld 408576698