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 # GN version: //components/autofill/core/common | 8 # GN version: //components/autofill/core/common |
9 'target_name': 'autofill_core_common', | 9 'target_name': 'autofill_core_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
62 # GN version: //components/autofill/core/browser | 62 # GN version: //components/autofill/core/browser |
63 'target_name': 'autofill_core_browser', | 63 'target_name': 'autofill_core_browser', |
64 'type': 'static_library', | 64 'type': 'static_library', |
65 'include_dirs': [ | 65 'include_dirs': [ |
66 '..', | 66 '..', |
67 ], | 67 ], |
68 'dependencies': [ | 68 'dependencies': [ |
69 '../base/base.gyp:base', | 69 '../base/base.gyp:base', |
70 '../base/base.gyp:base_i18n', | 70 '../base/base.gyp:base_i18n', |
71 '../base/base.gyp:base_prefs', | 71 '../base/base.gyp:base_prefs', |
72 '../components/components.gyp:data_use_measurement_core', | |
Ilya Sherman
2015/09/04 22:10:39
nit: Add this below, with the other components dep
amohammadkhan
2015/09/04 23:03:16
Done.
| |
72 '../google_apis/google_apis.gyp:google_apis', | 73 '../google_apis/google_apis.gyp:google_apis', |
73 '../net/net.gyp:net', | 74 '../net/net.gyp:net', |
74 '../skia/skia.gyp:skia', | 75 '../skia/skia.gyp:skia', |
75 '../sql/sql.gyp:sql', | 76 '../sql/sql.gyp:sql', |
76 '../sync/sync.gyp:sync', | 77 '../sync/sync.gyp:sync', |
77 '../third_party/fips181/fips181.gyp:fips181', | 78 '../third_party/fips181/fips181.gyp:fips181', |
78 '../third_party/icu/icu.gyp:icui18n', | 79 '../third_party/icu/icu.gyp:icui18n', |
79 '../third_party/icu/icu.gyp:icuuc', | 80 '../third_party/icu/icu.gyp:icuuc', |
80 '../third_party/libjingle/libjingle.gyp:libjingle', | 81 '../third_party/libjingle/libjingle.gyp:libjingle', |
81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', | 82 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
471 ], | 472 ], |
472 }, | 473 }, |
473 'includes': [ | 474 'includes': [ |
474 '../ios/web/js_compile_checked.gypi', | 475 '../ios/web/js_compile_checked.gypi', |
475 ], | 476 ], |
476 }, | 477 }, |
477 ], | 478 ], |
478 }], | 479 }], |
479 ], | 480 ], |
480 } | 481 } |
OLD | NEW |