| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |