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

Side by Side Diff: components/autofill.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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/chrome_tests.gypi ('k') | components/components_tests.gyp » ('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 10 matching lines...) Expand all
21 '-o', '<(SHARED_INTERMEDIATE_DIR)', 21 '-o', '<(SHARED_INTERMEDIATE_DIR)',
22 'autofill/core/browser/autofill_regex_constants.cc.utf8'], 22 'autofill/core/browser/autofill_regex_constants.cc.utf8'],
23 }], 23 }],
24 }, 24 },
25 25
26 { 26 {
27 'target_name': 'autofill_core_common', 27 'target_name': 'autofill_core_common',
28 'type': 'static_library', 28 'type': 'static_library',
29 'dependencies': [ 29 'dependencies': [
30 '../base/base.gyp:base', 30 '../base/base.gyp:base',
31 '../ui/base/ui_base.gyp:ui_base',
31 '../ui/gfx/gfx.gyp:gfx', 32 '../ui/gfx/gfx.gyp:gfx',
32 '../ui/ui.gyp:ui',
33 '../url/url.gyp:url_lib', 33 '../url/url.gyp:url_lib',
34 ], 34 ],
35 'conditions': [ 35 'conditions': [
36 ['OS == "android"', { 36 ['OS == "android"', {
37 'dependencies': [ 37 'dependencies': [
38 'autofill_jni_headers', 38 'autofill_jni_headers',
39 ], 39 ],
40 }], 40 }],
41 ], 41 ],
42 'include_dirs': [ 42 'include_dirs': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '../base/base.gyp:base', 89 '../base/base.gyp:base',
90 '../base/base.gyp:base_i18n', 90 '../base/base.gyp:base_i18n',
91 '../base/base.gyp:base_prefs', 91 '../base/base.gyp:base_prefs',
92 '../google_apis/google_apis.gyp:google_apis', 92 '../google_apis/google_apis.gyp:google_apis',
93 '../skia/skia.gyp:skia', 93 '../skia/skia.gyp:skia',
94 '../sql/sql.gyp:sql', 94 '../sql/sql.gyp:sql',
95 '../third_party/icu/icu.gyp:icui18n', 95 '../third_party/icu/icu.gyp:icui18n',
96 '../third_party/icu/icu.gyp:icuuc', 96 '../third_party/icu/icu.gyp:icuuc',
97 '../third_party/libjingle/libjingle.gyp:libjingle', 97 '../third_party/libjingle/libjingle.gyp:libjingle',
98 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 98 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
99 '../ui/base/ui_base.gyp:ui_base',
99 '../ui/gfx/gfx.gyp:gfx', 100 '../ui/gfx/gfx.gyp:gfx',
100 '../ui/ui.gyp:ui',
101 '../url/url.gyp:url_lib', 101 '../url/url.gyp:url_lib',
102 'autofill_core_common', 102 'autofill_core_common',
103 'autofill_regexes', 103 'autofill_regexes',
104 'component_resources.gyp:component_resources', 104 'component_resources.gyp:component_resources',
105 'component_strings.gyp:component_strings', 105 'component_strings.gyp:component_strings',
106 'encryptor', 106 'encryptor',
107 'user_prefs', 107 'user_prefs',
108 'webdata_common', 108 'webdata_common',
109 ], 109 ],
110 'sources': [ 110 'sources': [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 '../content/content.gyp:content_browser', 331 '../content/content.gyp:content_browser',
332 '../content/content.gyp:content_common', 332 '../content/content.gyp:content_common',
333 '../google_apis/google_apis.gyp:google_apis', 333 '../google_apis/google_apis.gyp:google_apis',
334 '../ipc/ipc.gyp:ipc', 334 '../ipc/ipc.gyp:ipc',
335 '../skia/skia.gyp:skia', 335 '../skia/skia.gyp:skia',
336 '../sql/sql.gyp:sql', 336 '../sql/sql.gyp:sql',
337 '../third_party/icu/icu.gyp:icui18n', 337 '../third_party/icu/icu.gyp:icui18n',
338 '../third_party/icu/icu.gyp:icuuc', 338 '../third_party/icu/icu.gyp:icuuc',
339 '../third_party/libjingle/libjingle.gyp:libjingle', 339 '../third_party/libjingle/libjingle.gyp:libjingle',
340 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 340 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
341 '../ui/base/ui_base.gyp:ui_base',
341 '../ui/gfx/gfx.gyp:gfx', 342 '../ui/gfx/gfx.gyp:gfx',
342 '../ui/gfx/gfx.gyp:gfx_geometry', 343 '../ui/gfx/gfx.gyp:gfx_geometry',
343 '../ui/ui.gyp:ui',
344 '../url/url.gyp:url_lib', 344 '../url/url.gyp:url_lib',
345 'autofill_content_common', 345 'autofill_content_common',
346 'autofill_content_risk_proto', 346 'autofill_content_risk_proto',
347 'autofill_core_browser', 347 'autofill_core_browser',
348 'autofill_core_common', 348 'autofill_core_common',
349 'autofill_regexes', 349 'autofill_regexes',
350 'component_resources.gyp:component_resources', 350 'component_resources.gyp:component_resources',
351 'component_strings.gyp:component_strings', 351 'component_strings.gyp:component_strings',
352 'encryptor', 352 'encryptor',
353 'user_prefs', 353 'user_prefs',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'variables': { 450 'variables': {
451 'jni_gen_package': 'autofill', 451 'jni_gen_package': 'autofill',
452 'jni_generator_ptr_type': 'long', 452 'jni_generator_ptr_type': 'long',
453 }, 453 },
454 'includes': [ '../build/jni_generator.gypi' ], 454 'includes': [ '../build/jni_generator.gypi' ],
455 }, 455 },
456 ], 456 ],
457 }], 457 }],
458 ], 458 ],
459 } 459 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698