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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1540423004: Add card details and legal message to Android save credit card infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: components/autofill review. Created 4 years, 11 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 | « ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'browser/translate/translate_message_infobar_controller.h', 534 'browser/translate/translate_message_infobar_controller.h',
535 'browser/translate/translate_message_infobar_controller.mm', 535 'browser/translate/translate_message_infobar_controller.mm',
536 'browser/translate/translate_service_ios.cc', 536 'browser/translate/translate_service_ios.cc',
537 'browser/translate/translate_service_ios.h', 537 'browser/translate/translate_service_ios.h',
538 'browser/ui/UIView+SizeClassSupport.h', 538 'browser/ui/UIView+SizeClassSupport.h',
539 'browser/ui/UIView+SizeClassSupport.mm', 539 'browser/ui/UIView+SizeClassSupport.mm',
540 'browser/ui/animation_util.h', 540 'browser/ui/animation_util.h',
541 'browser/ui/animation_util.mm', 541 'browser/ui/animation_util.mm',
542 'browser/ui/autofill/autofill_client_ios.h', 542 'browser/ui/autofill/autofill_client_ios.h',
543 'browser/ui/autofill/autofill_client_ios.mm', 543 'browser/ui/autofill/autofill_client_ios.mm',
544 'browser/ui/autofill/autofill_save_card_infobar.mm',
544 'browser/ui/background_generator.h', 545 'browser/ui/background_generator.h',
545 'browser/ui/background_generator.mm', 546 'browser/ui/background_generator.mm',
546 'browser/ui/browser_otr_state.h', 547 'browser/ui/browser_otr_state.h',
547 'browser/ui/browser_otr_state.mm', 548 'browser/ui/browser_otr_state.mm',
548 'browser/ui/commands/UIKit+ChromeExecuteCommand.h', 549 'browser/ui/commands/UIKit+ChromeExecuteCommand.h',
549 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm', 550 'browser/ui/commands/UIKit+ChromeExecuteCommand.mm',
550 'browser/ui/commands/clear_browsing_data_command.h', 551 'browser/ui/commands/clear_browsing_data_command.h',
551 'browser/ui/commands/clear_browsing_data_command.mm', 552 'browser/ui/commands/clear_browsing_data_command.mm',
552 'browser/ui/commands/generic_chrome_command.h', 553 'browser/ui/commands/generic_chrome_command.h',
553 'browser/ui/commands/generic_chrome_command.mm', 554 'browser/ui/commands/generic_chrome_command.mm',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'variables': { 847 'variables': {
847 'proto_in_dir': 'browser/safe_browsing', 848 'proto_in_dir': 'browser/safe_browsing',
848 'proto_out_dir': 'ios/chrome/browser/safe_browsing', 849 'proto_out_dir': 'ios/chrome/browser/safe_browsing',
849 }, 850 },
850 'includes': [ '../../build/protoc.gypi' ], 851 'includes': [ '../../build/protoc.gypi' ],
851 }, 852 },
852 ], 853 ],
853 }], 854 }],
854 ], 855 ],
855 } 856 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698