OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'browser/autocomplete/keyword_provider.cc', | 165 'browser/autocomplete/keyword_provider.cc', |
166 'browser/autocomplete/keyword_provider.h', | 166 'browser/autocomplete/keyword_provider.h', |
167 'browser/autocomplete/search_provider.cc', | 167 'browser/autocomplete/search_provider.cc', |
168 'browser/autocomplete/search_provider.h', | 168 'browser/autocomplete/search_provider.h', |
169 'browser/autocomplete/shortcuts_provider.cc', | 169 'browser/autocomplete/shortcuts_provider.cc', |
170 'browser/autocomplete/shortcuts_provider.h', | 170 'browser/autocomplete/shortcuts_provider.h', |
171 'browser/autocomplete/url_prefix.cc', | 171 'browser/autocomplete/url_prefix.cc', |
172 'browser/autocomplete/url_prefix.h', | 172 'browser/autocomplete/url_prefix.h', |
173 'browser/autocomplete/zero_suggest_provider.cc', | 173 'browser/autocomplete/zero_suggest_provider.cc', |
174 'browser/autocomplete/zero_suggest_provider.h', | 174 'browser/autocomplete/zero_suggest_provider.h', |
175 'browser/autofill/address.cc', | |
176 'browser/autofill/address.h', | |
177 'browser/autofill/address_field.cc', | |
178 'browser/autofill/address_field.h', | |
179 'browser/autofill/android/personal_data_manager_android.cc', | 175 'browser/autofill/android/personal_data_manager_android.cc', |
180 'browser/autofill/android/personal_data_manager_android.h', | 176 'browser/autofill/android/personal_data_manager_android.h', |
181 'browser/autofill/autocheckout/whitelist_manager.cc', | |
182 'browser/autofill/autocheckout/whitelist_manager.h', | |
183 'browser/autofill/autocheckout_manager.cc', | |
184 'browser/autofill/autocheckout_manager.h', | |
185 'browser/autofill/autocheckout_page_meta_data.cc', | |
186 'browser/autofill/autocheckout_page_meta_data.h', | |
187 'browser/autofill/autocomplete_history_manager.cc', | |
188 'browser/autofill/autocomplete_history_manager.h', | |
189 'browser/autofill/autofill-inl.h', | |
190 'browser/autofill/autofill_cc_infobar_delegate.cc', | 177 'browser/autofill/autofill_cc_infobar_delegate.cc', |
191 'browser/autofill/autofill_cc_infobar_delegate.h', | 178 'browser/autofill/autofill_cc_infobar_delegate.h', |
192 'browser/autofill/autofill_country.cc', | |
193 'browser/autofill/autofill_country.h', | |
194 'browser/autofill/autofill_download.cc', | |
195 'browser/autofill/autofill_download.h', | |
196 'browser/autofill/autofill_download_url.cc', | |
197 'browser/autofill/autofill_download_url.h', | |
198 'browser/autofill/autofill_external_delegate.cc', | |
199 'browser/autofill/autofill_external_delegate.h', | |
200 'browser/autofill/autofill_field.cc', | |
201 'browser/autofill/autofill_field.h', | |
202 'browser/autofill/autofill_ie_toolbar_import_win.cc', | |
203 'browser/autofill/autofill_ie_toolbar_import_win.h', | |
204 'browser/autofill/autofill_manager.cc', | |
205 'browser/autofill/autofill_manager.h', | |
206 'browser/autofill/autofill_manager_delegate.h', | |
207 'browser/autofill/autofill_metrics.cc', | |
208 'browser/autofill/autofill_metrics.h', | |
209 'browser/autofill/autofill_popup_delegate.h', | |
210 'browser/autofill/autofill_profile.cc', | |
211 'browser/autofill/autofill_profile.h', | |
212 'browser/autofill/autofill_regex_constants.cc.utf8', | |
213 'browser/autofill/autofill_regex_constants.h', | |
214 'browser/autofill/autofill_regexes.cc', | |
215 'browser/autofill/autofill_regexes.h', | |
216 'browser/autofill/autofill_scanner.cc', | |
217 'browser/autofill/autofill_scanner.h', | |
218 'browser/autofill/autofill_server_field_info.h', | |
219 'browser/autofill/autofill_type.cc', | |
220 'browser/autofill/autofill_type.h', | |
221 'browser/autofill/autofill_xml_parser.cc', | |
222 'browser/autofill/autofill_xml_parser.h', | |
223 'browser/autofill/contact_info.cc', | |
224 'browser/autofill/contact_info.h', | |
225 'browser/autofill/credit_card.cc', | |
226 'browser/autofill/credit_card.h', | |
227 'browser/autofill/credit_card_field.cc', | |
228 'browser/autofill/credit_card_field.h', | |
229 'browser/autofill/email_field.cc', | |
230 'browser/autofill/email_field.h', | |
231 'browser/autofill/field_types.h', | |
232 'browser/autofill/form_field.cc', | |
233 'browser/autofill/form_field.h', | |
234 'browser/autofill/form_group.cc', | |
235 'browser/autofill/form_group.h', | |
236 'browser/autofill/form_structure.cc', | |
237 'browser/autofill/form_structure.h', | |
238 'browser/autofill/name_field.cc', | |
239 'browser/autofill/name_field.h', | |
240 'browser/autofill/password_autofill_manager.cc', | |
241 'browser/autofill/password_autofill_manager.h', | |
242 'browser/autofill/password_generator.cc', | |
243 'browser/autofill/password_generator.h', | |
244 'browser/autofill/personal_data_manager.cc', | |
245 'browser/autofill/personal_data_manager.h', | |
246 'browser/autofill/personal_data_manager_factory.cc', | 179 'browser/autofill/personal_data_manager_factory.cc', |
247 'browser/autofill/personal_data_manager_factory.h', | 180 'browser/autofill/personal_data_manager_factory.h', |
248 'browser/autofill/personal_data_manager_mac.mm', | |
249 'browser/autofill/personal_data_manager_observer.h', | |
250 'browser/autofill/phone_field.cc', | |
251 'browser/autofill/phone_field.h', | |
252 'browser/autofill/phone_number.cc', | |
253 'browser/autofill/phone_number.h', | |
254 'browser/autofill/phone_number_i18n.cc', | |
255 'browser/autofill/phone_number_i18n.h', | |
256 'browser/autofill/risk/fingerprint.cc', | |
257 'browser/autofill/risk/fingerprint.h', | |
258 'browser/autofill/validation.cc', | |
259 'browser/autofill/validation.h', | |
260 'browser/autofill/wallet/cart.cc', | |
261 'browser/autofill/wallet/cart.h', | |
262 'browser/autofill/wallet/encryption_escrow_client.cc', | |
263 'browser/autofill/wallet/encryption_escrow_client.h', | |
264 'browser/autofill/wallet/encryption_escrow_client_observer.h', | |
265 'browser/autofill/wallet/full_wallet.cc', | |
266 'browser/autofill/wallet/full_wallet.h', | |
267 'browser/autofill/wallet/instrument.cc', | |
268 'browser/autofill/wallet/instrument.h', | |
269 'browser/autofill/wallet/required_action.cc', | |
270 'browser/autofill/wallet/required_action.h', | |
271 'browser/autofill/wallet/wallet_address.cc', | |
272 'browser/autofill/wallet/wallet_address.h', | |
273 'browser/autofill/wallet/wallet_client.cc', | |
274 'browser/autofill/wallet/wallet_client.h', | |
275 'browser/autofill/wallet/wallet_client_observer.h', | |
276 'browser/autofill/wallet/wallet_items.cc', | |
277 'browser/autofill/wallet/wallet_items.h', | |
278 'browser/autofill/wallet/wallet_service_url.cc', | |
279 'browser/autofill/wallet/wallet_service_url.h', | |
280 'browser/auto_launch_trial.cc', | 181 'browser/auto_launch_trial.cc', |
281 'browser/auto_launch_trial.h', | 182 'browser/auto_launch_trial.h', |
282 'browser/automation/automation_browser_tracker.cc', | 183 'browser/automation/automation_browser_tracker.cc', |
283 'browser/automation/automation_browser_tracker.h', | 184 'browser/automation/automation_browser_tracker.h', |
284 'browser/automation/automation_event_observers.cc', | 185 'browser/automation/automation_event_observers.cc', |
285 'browser/automation/automation_event_observers.h', | 186 'browser/automation/automation_event_observers.h', |
286 'browser/automation/automation_event_observers_chromeos.cc', | 187 'browser/automation/automation_event_observers_chromeos.cc', |
287 'browser/automation/automation_event_queue.cc', | 188 'browser/automation/automation_event_queue.cc', |
288 'browser/automation/automation_event_queue.h', | 189 'browser/automation/automation_event_queue.h', |
289 'browser/automation/automation_provider.cc', | 190 'browser/automation/automation_provider.cc', |
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1066 'browser/media_galleries/win/mtp_device_delegate_impl_win.h', | 967 'browser/media_galleries/win/mtp_device_delegate_impl_win.h', |
1067 'browser/media_galleries/win/mtp_device_object_entry.cc', | 968 'browser/media_galleries/win/mtp_device_object_entry.cc', |
1068 'browser/media_galleries/win/mtp_device_object_entry.h', | 969 'browser/media_galleries/win/mtp_device_object_entry.h', |
1069 'browser/media_galleries/win/mtp_device_object_enumerator.cc', | 970 'browser/media_galleries/win/mtp_device_object_enumerator.cc', |
1070 'browser/media_galleries/win/mtp_device_object_enumerator.h', | 971 'browser/media_galleries/win/mtp_device_object_enumerator.h', |
1071 'browser/media_galleries/win/mtp_device_operations_util.cc', | 972 'browser/media_galleries/win/mtp_device_operations_util.cc', |
1072 'browser/media_galleries/win/mtp_device_operations_util.h', | 973 'browser/media_galleries/win/mtp_device_operations_util.h', |
1073 'browser/media_galleries/win/portable_device_map_service.cc', | 974 'browser/media_galleries/win/portable_device_map_service.cc', |
1074 'browser/media_galleries/win/portable_device_map_service.h', | 975 'browser/media_galleries/win/portable_device_map_service.h', |
1075 'browser/media_galleries/win/snapshot_file_details.cc', | 976 'browser/media_galleries/win/snapshot_file_details.cc', |
1076 'browser/media_galleries/win/snapshot_file_details.h', | 977 'browser/media_galleries/win/snapshot_file_details.h', |
1077 'browser/memory_details.cc', | 978 'browser/memory_details.cc', |
1078 'browser/memory_details.h', | 979 'browser/memory_details.h', |
1079 'browser/memory_details_android.cc', | 980 'browser/memory_details_android.cc', |
1080 'browser/memory_details_linux.cc', | 981 'browser/memory_details_linux.cc', |
1081 'browser/memory_details_mac.cc', | 982 'browser/memory_details_mac.cc', |
1082 'browser/memory_details_win.cc', | 983 'browser/memory_details_win.cc', |
1083 'browser/memory_purger.cc', | 984 'browser/memory_purger.cc', |
1084 'browser/memory_purger.h', | 985 'browser/memory_purger.h', |
1085 'browser/metrics/field_trial_synchronizer.cc', | 986 'browser/metrics/field_trial_synchronizer.cc', |
1086 'browser/metrics/field_trial_synchronizer.h', | 987 'browser/metrics/field_trial_synchronizer.h', |
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2275 'browser/webdata/web_intents_table.h', | 2176 'browser/webdata/web_intents_table.h', |
2276 # These files are needed by page_cycler.cc | 2177 # These files are needed by page_cycler.cc |
2277 'test/base/test_switches.cc', | 2178 'test/base/test_switches.cc', |
2278 'test/base/test_switches.h', | 2179 'test/base/test_switches.h', |
2279 'test/base/chrome_process_util.cc', | 2180 'test/base/chrome_process_util.cc', |
2280 'test/base/chrome_process_util.h', | 2181 'test/base/chrome_process_util.h', |
2281 'test/base/chrome_process_util_mac.cc', | 2182 'test/base/chrome_process_util_mac.cc', |
2282 'test/perf/perf_test.cc', | 2183 'test/perf/perf_test.cc', |
2283 'test/perf/perf_test.h', | 2184 'test/perf/perf_test.h', |
2284 | 2185 |
| 2186 # TODO(joi): Move to //components/components.gypi once |
| 2187 # remaining dependencies back to //chrome are eliminated. |
| 2188 '../components/autofill/browser/address.cc', |
| 2189 '../components/autofill/browser/address.h', |
| 2190 '../components/autofill/browser/address_field.cc', |
| 2191 '../components/autofill/browser/address_field.h', |
| 2192 '../components/autofill/browser/autocheckout/whitelist_manager.cc', |
| 2193 '../components/autofill/browser/autocheckout/whitelist_manager.h', |
| 2194 '../components/autofill/browser/autocheckout_manager.cc', |
| 2195 '../components/autofill/browser/autocheckout_manager.h', |
| 2196 '../components/autofill/browser/autocheckout_page_meta_data.cc', |
| 2197 '../components/autofill/browser/autocheckout_page_meta_data.h', |
| 2198 '../components/autofill/browser/autocomplete_history_manager.cc', |
| 2199 '../components/autofill/browser/autocomplete_history_manager.h', |
| 2200 '../components/autofill/browser/autofill-inl.h', |
| 2201 '../components/autofill/browser/autofill_country.cc', |
| 2202 '../components/autofill/browser/autofill_country.h', |
| 2203 '../components/autofill/browser/autofill_download.cc', |
| 2204 '../components/autofill/browser/autofill_download.h', |
| 2205 '../components/autofill/browser/autofill_download_url.cc', |
| 2206 '../components/autofill/browser/autofill_download_url.h', |
| 2207 '../components/autofill/browser/autofill_external_delegate.cc', |
| 2208 '../components/autofill/browser/autofill_external_delegate.h', |
| 2209 '../components/autofill/browser/autofill_field.cc', |
| 2210 '../components/autofill/browser/autofill_field.h', |
| 2211 '../components/autofill/browser/autofill_ie_toolbar_import_win.cc', |
| 2212 '../components/autofill/browser/autofill_ie_toolbar_import_win.h', |
| 2213 '../components/autofill/browser/autofill_manager.cc', |
| 2214 '../components/autofill/browser/autofill_manager.h', |
| 2215 '../components/autofill/browser/autofill_manager_delegate.h', |
| 2216 '../components/autofill/browser/autofill_metrics.cc', |
| 2217 '../components/autofill/browser/autofill_metrics.h', |
| 2218 '../components/autofill/browser/autofill_popup_delegate.h', |
| 2219 '../components/autofill/browser/autofill_profile.cc', |
| 2220 '../components/autofill/browser/autofill_profile.h', |
| 2221 '../components/autofill/browser/autofill_regex_constants.cc.utf8', |
| 2222 '../components/autofill/browser/autofill_regex_constants.h', |
| 2223 '../components/autofill/browser/autofill_regexes.cc', |
| 2224 '../components/autofill/browser/autofill_regexes.h', |
| 2225 '../components/autofill/browser/autofill_scanner.cc', |
| 2226 '../components/autofill/browser/autofill_scanner.h', |
| 2227 '../components/autofill/browser/autofill_server_field_info.h', |
| 2228 '../components/autofill/browser/autofill_type.cc', |
| 2229 '../components/autofill/browser/autofill_type.h', |
| 2230 '../components/autofill/browser/autofill_xml_parser.cc', |
| 2231 '../components/autofill/browser/autofill_xml_parser.h', |
| 2232 '../components/autofill/browser/contact_info.cc', |
| 2233 '../components/autofill/browser/contact_info.h', |
| 2234 '../components/autofill/browser/credit_card.cc', |
| 2235 '../components/autofill/browser/credit_card.h', |
| 2236 '../components/autofill/browser/credit_card_field.cc', |
| 2237 '../components/autofill/browser/credit_card_field.h', |
| 2238 '../components/autofill/browser/email_field.cc', |
| 2239 '../components/autofill/browser/email_field.h', |
| 2240 '../components/autofill/browser/field_types.h', |
| 2241 '../components/autofill/browser/form_field.cc', |
| 2242 '../components/autofill/browser/form_field.h', |
| 2243 '../components/autofill/browser/form_group.cc', |
| 2244 '../components/autofill/browser/form_group.h', |
| 2245 '../components/autofill/browser/form_structure.cc', |
| 2246 '../components/autofill/browser/form_structure.h', |
| 2247 '../components/autofill/browser/name_field.cc', |
| 2248 '../components/autofill/browser/name_field.h', |
| 2249 '../components/autofill/browser/password_autofill_manager.cc', |
| 2250 '../components/autofill/browser/password_autofill_manager.h', |
| 2251 '../components/autofill/browser/password_generator.cc', |
| 2252 '../components/autofill/browser/password_generator.h', |
| 2253 '../components/autofill/browser/personal_data_manager.cc', |
| 2254 '../components/autofill/browser/personal_data_manager.h', |
| 2255 '../components/autofill/browser/personal_data_manager_mac.mm', |
| 2256 '../components/autofill/browser/personal_data_manager_observer.h', |
| 2257 '../components/autofill/browser/phone_field.cc', |
| 2258 '../components/autofill/browser/phone_field.h', |
| 2259 '../components/autofill/browser/phone_number.cc', |
| 2260 '../components/autofill/browser/phone_number.h', |
| 2261 '../components/autofill/browser/phone_number_i18n.cc', |
| 2262 '../components/autofill/browser/phone_number_i18n.h', |
| 2263 '../components/autofill/browser/risk/fingerprint.cc', |
| 2264 '../components/autofill/browser/risk/fingerprint.h', |
| 2265 '../components/autofill/browser/validation.cc', |
| 2266 '../components/autofill/browser/validation.h', |
| 2267 '../components/autofill/browser/wallet/cart.cc', |
| 2268 '../components/autofill/browser/wallet/cart.h', |
| 2269 '../components/autofill/browser/wallet/encryption_escrow_client.cc', |
| 2270 '../components/autofill/browser/wallet/encryption_escrow_client.h', |
| 2271 '../components/autofill/browser/wallet/encryption_escrow_client_observer
.h', |
| 2272 '../components/autofill/browser/wallet/full_wallet.cc', |
| 2273 '../components/autofill/browser/wallet/full_wallet.h', |
| 2274 '../components/autofill/browser/wallet/instrument.cc', |
| 2275 '../components/autofill/browser/wallet/instrument.h', |
| 2276 '../components/autofill/browser/wallet/required_action.cc', |
| 2277 '../components/autofill/browser/wallet/required_action.h', |
| 2278 '../components/autofill/browser/wallet/wallet_address.cc', |
| 2279 '../components/autofill/browser/wallet/wallet_address.h', |
| 2280 '../components/autofill/browser/wallet/wallet_client.cc', |
| 2281 '../components/autofill/browser/wallet/wallet_client.h', |
| 2282 '../components/autofill/browser/wallet/wallet_client_observer.h', |
| 2283 '../components/autofill/browser/wallet/wallet_items.cc', |
| 2284 '../components/autofill/browser/wallet/wallet_items.h', |
| 2285 '../components/autofill/browser/wallet/wallet_service_url.cc', |
| 2286 '../components/autofill/browser/wallet/wallet_service_url.h', |
| 2287 |
2285 # These files are generated by GRIT. | 2288 # These files are generated by GRIT. |
2286 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2289 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
2287 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', | 2290 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', |
2288 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2291 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2289 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2292 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
2290 | 2293 |
2291 # This file is generated by the autofill_regexes action. | 2294 # This file is generated by the autofill_regexes action. |
2292 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 2295 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
2293 ], | 2296 ], |
2294 'conditions': [ | 2297 'conditions': [ |
2295 ['OS != "ios"', { | 2298 ['OS != "ios"', { |
2296 'dependencies': [ | 2299 'dependencies': [ |
2297 'apps', | 2300 'apps', |
2298 'autofill_regexes', | |
2299 'autofill_risk_proto', | |
2300 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2301 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2301 'browser_extensions', | 2302 'browser_extensions', |
2302 'common/extensions/api/api.gyp:api', | 2303 'common/extensions/api/api.gyp:api', |
2303 'debugger', | 2304 'debugger', |
2304 'installer_util', | 2305 'installer_util', |
2305 'sync_file_system_proto', | 2306 'sync_file_system_proto', |
2306 '../cc/cc.gyp:cc', | 2307 '../cc/cc.gyp:cc', |
| 2308 '../components/components.gyp:autofill_regexes', |
| 2309 '../components/components.gyp:autofill_risk_proto', |
2307 '../components/components.gyp:navigation_interception', | 2310 '../components/components.gyp:navigation_interception', |
2308 '../net/net.gyp:net_with_v8', | 2311 '../net/net.gyp:net_with_v8', |
2309 '../printing/printing.gyp:printing', | 2312 '../printing/printing.gyp:printing', |
2310 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2313 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2311 '../third_party/expat/expat.gyp:expat', | 2314 '../third_party/expat/expat.gyp:expat', |
2312 '../third_party/hunspell/hunspell.gyp:hunspell', | 2315 '../third_party/hunspell/hunspell.gyp:hunspell', |
2313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2316 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2314 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2317 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2315 '../third_party/libusb/libusb.gyp:libusb', | 2318 '../third_party/libusb/libusb.gyp:libusb', |
2316 '../third_party/npapi/npapi.gyp:npapi', | 2319 '../third_party/npapi/npapi.gyp:npapi', |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3019 ['OS=="android"', { | 3022 ['OS=="android"', { |
3020 'sources/': [ | 3023 'sources/': [ |
3021 ['include', '^app/breakpad_linux\\.cc$'], | 3024 ['include', '^app/breakpad_linux\\.cc$'], |
3022 ['include', '^browser/crash_handler_host_linux\\.cc$'], | 3025 ['include', '^browser/crash_handler_host_linux\\.cc$'], |
3023 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], | 3026 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], |
3024 ], | 3027 ], |
3025 }], | 3028 }], |
3026 ], | 3029 ], |
3027 }, | 3030 }, |
3028 { | 3031 { |
3029 'target_name': 'autofill_regexes', | |
3030 'type': 'none', | |
3031 'actions': [{ | |
3032 'action_name': 'autofill_regexes', | |
3033 'inputs': [ | |
3034 '<(DEPTH)/build/escape_unicode.py', | |
3035 'browser/autofill/autofill_regex_constants.cc.utf8', | |
3036 ], | |
3037 'outputs': [ | |
3038 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | |
3039 ], | |
3040 'action': ['python', '<(DEPTH)/build/escape_unicode.py', | |
3041 '-o', '<(SHARED_INTERMEDIATE_DIR)', | |
3042 'browser/autofill/autofill_regex_constants.cc.utf8'], | |
3043 }], | |
3044 }, | |
3045 { | |
3046 # Protobuf compiler / generate rule for Autofill's risk integration. | |
3047 'target_name': 'autofill_risk_proto', | |
3048 'type': 'static_library', | |
3049 'sources': [ | |
3050 'browser/autofill/risk/proto/fingerprint.proto', | |
3051 ], | |
3052 'variables': { | |
3053 'proto_in_dir': 'browser/autofill/risk/proto', | |
3054 'proto_out_dir': 'chrome/browser/autofill/risk/proto', | |
3055 }, | |
3056 'includes': [ '../build/protoc.gypi' ] | |
3057 }, | |
3058 { | |
3059 # Protobuf compiler / generator for the fraudulent certificate reporting | 3032 # Protobuf compiler / generator for the fraudulent certificate reporting |
3060 # protocol buffer. | 3033 # protocol buffer. |
3061 'target_name': 'cert_logger_proto', | 3034 'target_name': 'cert_logger_proto', |
3062 'type': 'static_library', | 3035 'type': 'static_library', |
3063 'sources': [ 'browser/net/cert_logger.proto', ], | 3036 'sources': [ 'browser/net/cert_logger.proto', ], |
3064 'variables': { | 3037 'variables': { |
3065 'proto_in_dir': 'browser/net', | 3038 'proto_in_dir': 'browser/net', |
3066 'proto_out_dir': 'chrome/browser/net', | 3039 'proto_out_dir': 'chrome/browser/net', |
3067 }, | 3040 }, |
3068 'includes': [ '../build/protoc.gypi', ], | 3041 'includes': [ '../build/protoc.gypi', ], |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3192 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3165 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3193 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3166 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3194 }, | 3167 }, |
3195 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3168 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3196 }, | 3169 }, |
3197 ], | 3170 ], |
3198 }, | 3171 }, |
3199 ], | 3172 ], |
3200 ], | 3173 ], |
3201 } | 3174 } |
OLD | NEW |