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

Side by Side Diff: ios/chrome/browser/BUILD.gn

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 | « components/components_tests.gyp ('k') | ios/chrome/browser/ui/autofill/autofill_client_ios.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 7
8 declare_args() { 8 declare_args() {
9 google_test_gaia_client_id = "" 9 google_test_gaia_client_id = ""
10 google_test_gaia_client_secret = "" 10 google_test_gaia_client_secret = ""
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "translate/translate_message_infobar_controller.h", 383 "translate/translate_message_infobar_controller.h",
384 "translate/translate_message_infobar_controller.mm", 384 "translate/translate_message_infobar_controller.mm",
385 "translate/translate_service_ios.cc", 385 "translate/translate_service_ios.cc",
386 "translate/translate_service_ios.h", 386 "translate/translate_service_ios.h",
387 "ui/UIView+SizeClassSupport.h", 387 "ui/UIView+SizeClassSupport.h",
388 "ui/UIView+SizeClassSupport.mm", 388 "ui/UIView+SizeClassSupport.mm",
389 "ui/animation_util.h", 389 "ui/animation_util.h",
390 "ui/animation_util.mm", 390 "ui/animation_util.mm",
391 "ui/autofill/autofill_client_ios.h", 391 "ui/autofill/autofill_client_ios.h",
392 "ui/autofill/autofill_client_ios.mm", 392 "ui/autofill/autofill_client_ios.mm",
393 "ui/autofill/autofill_save_card_infobar.mm",
393 "ui/background_generator.h", 394 "ui/background_generator.h",
394 "ui/background_generator.mm", 395 "ui/background_generator.mm",
395 "ui/browser_otr_state.h", 396 "ui/browser_otr_state.h",
396 "ui/browser_otr_state.mm", 397 "ui/browser_otr_state.mm",
397 "ui/commands/UIKit+ChromeExecuteCommand.h", 398 "ui/commands/UIKit+ChromeExecuteCommand.h",
398 "ui/commands/UIKit+ChromeExecuteCommand.mm", 399 "ui/commands/UIKit+ChromeExecuteCommand.mm",
399 "ui/commands/clear_browsing_data_command.h", 400 "ui/commands/clear_browsing_data_command.h",
400 "ui/commands/clear_browsing_data_command.mm", 401 "ui/commands/clear_browsing_data_command.mm",
401 "ui/commands/generic_chrome_command.h", 402 "ui/commands/generic_chrome_command.h",
402 "ui/commands/generic_chrome_command.mm", 403 "ui/commands/generic_chrome_command.mm",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "//ios/chrome/common", 695 "//ios/chrome/common",
695 "//ios/chrome/test", 696 "//ios/chrome/test",
696 "//ios/public/provider/chrome/browser", 697 "//ios/public/provider/chrome/browser",
697 "//ios/web", 698 "//ios/web",
698 "//testing/gmock", 699 "//testing/gmock",
699 "//testing/gtest", 700 "//testing/gtest",
700 "//ui/base", 701 "//ui/base",
701 "//url", 702 "//url",
702 ] 703 ]
703 } 704 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | ios/chrome/browser/ui/autofill/autofill_client_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698