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

Side by Side Diff: components/autofill.gypi

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 4 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 | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('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 # 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'autofill/core/browser/keyboard_accessory_metrics_logger.h', 253 'autofill/core/browser/keyboard_accessory_metrics_logger.h',
254 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', 254 'autofill/core/browser/keyboard_accessory_metrics_logger.mm',
255 ], 255 ],
256 }], 256 }],
257 ['OS=="ios" or OS=="android"', { 257 ['OS=="ios" or OS=="android"', {
258 'sources': [ 258 'sources': [
259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ', 259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ',
260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h' , 260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h' ,
261 'autofill/core/browser/autofill_save_card_infobar_mobile.h', 261 'autofill/core/browser/autofill_save_card_infobar_mobile.h',
262 ], 262 ],
263 }], 263 }]
264 ['OS!="ios"', {
265 'dependencies': [
266 '../device/geolocation/geolocation.gyp:device_geolocation',
267 ]
268 }],
269 ], 264 ],
270
271 }, 265 },
272 266
273 { 267 {
274 # Protobuf compiler / generate rule for Autofill's server proto. 268 # Protobuf compiler / generate rule for Autofill's server proto.
275 # GN version: //components/autofill/core/browser/proto 269 # GN version: //components/autofill/core/browser/proto
276 'target_name': 'autofill_server_proto', 270 'target_name': 'autofill_server_proto',
277 'type': 'static_library', 271 'type': 'static_library',
278 'sources': [ 272 'sources': [
279 'autofill/core/browser/proto/server.proto', 273 'autofill/core/browser/proto/server.proto',
280 ], 274 ],
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 ], 649 ],
656 }, 650 },
657 'includes': [ 651 'includes': [
658 '../ios/web/js_compile_checked.gypi', 652 '../ios/web/js_compile_checked.gypi',
659 ], 653 ],
660 }, 654 },
661 ], 655 ],
662 }], 656 }],
663 ], 657 ],
664 } 658 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698