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

Side by Side Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « rlz/rlz.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'includes': ['src/cpp/libaddressinput.gypi'], 5 'includes': ['src/cpp/libaddressinput.gypi'],
6 'variables': { 6 'variables': {
7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd ata', 7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd ata',
8 'libaddressinput_util_files': [ 8 'libaddressinput_util_files': [
9 'src/cpp/src/address_data.cc', 9 'src/cpp/src/address_data.cc',
10 'src/cpp/src/address_field.cc', 10 'src/cpp/src/address_field.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<@(libaddressinput_util_files)', 103 '<@(libaddressinput_util_files)',
104 'src/cpp/src/util/string_compare.cc', 104 'src/cpp/src/util/string_compare.cc',
105 ], 105 ],
106 'direct_dependent_settings': { 106 'direct_dependent_settings': {
107 'defines': [ 107 'defines': [
108 'I18N_ADDRESS_VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-ag gregate-address/"', 108 'I18N_ADDRESS_VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-ag gregate-address/"',
109 ], 109 ],
110 }, 110 },
111 'dependencies': [ 111 'dependencies': [
112 '../../base/base.gyp:base', 112 '../../base/base.gyp:base',
113 '../../base/base.gyp:base_prefs', 113 '../../components/prefs/prefs.gyp:prefs',
114 '../../net/net.gyp:net', 114 '../../net/net.gyp:net',
115 '../icu/icu.gyp:icui18n', 115 '../icu/icu.gyp:icui18n',
116 '../icu/icu.gyp:icuuc', 116 '../icu/icu.gyp:icuuc',
117 '../re2/re2.gyp:re2', 117 '../re2/re2.gyp:re2',
118 'libaddressinput_util', 118 'libaddressinput_util',
119 ], 119 ],
120 'export_dependent_settings': [ 120 'export_dependent_settings': [
121 'libaddressinput_util', 121 'libaddressinput_util',
122 ], 122 ],
123 }, 123 },
(...skipping 12 matching lines...) Expand all
136 'chromium/trie_unittest.cc', 136 'chromium/trie_unittest.cc',
137 ], 137 ],
138 'defines': [ 138 'defines': [
139 'TEST_DATA_DIR="<(libaddressinput_test_data_dir)"', 139 'TEST_DATA_DIR="<(libaddressinput_test_data_dir)"',
140 ], 140 ],
141 'include_dirs': [ 141 'include_dirs': [
142 '../../', 142 '../../',
143 'src/cpp/src/', 143 'src/cpp/src/',
144 ], 144 ],
145 'dependencies': [ 145 'dependencies': [
146 '../../base/base.gyp:base_prefs',
147 '../../base/base.gyp:run_all_unittests', 146 '../../base/base.gyp:run_all_unittests',
147 '../../components/prefs/prefs.gyp:prefs',
148 '../../net/net.gyp:net_test_support', 148 '../../net/net.gyp:net_test_support',
149 '../../testing/gtest.gyp:gtest', 149 '../../testing/gtest.gyp:gtest',
150 'libaddressinput', 150 'libaddressinput',
151 'libaddressinput_util', 151 'libaddressinput_util',
152 ], 152 ],
153 }, 153 },
154 ], 154 ],
155 } 155 }
OLDNEW
« no previous file with comments | « rlz/rlz.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698