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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleaning 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'browser/ui/android/chrome_http_auth_handler.h', 422 'browser/ui/android/chrome_http_auth_handler.h',
423 'browser/ui/android/color_chooser_dialog_android.cc', 423 'browser/ui/android/color_chooser_dialog_android.cc',
424 'browser/ui/android/connection_info_popup_android.cc', 424 'browser/ui/android/connection_info_popup_android.cc',
425 'browser/ui/android/connection_info_popup_android.h', 425 'browser/ui/android/connection_info_popup_android.h',
426 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', 426 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc',
427 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', 427 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
428 'browser/ui/android/context_menu_helper.cc', 428 'browser/ui/android/context_menu_helper.cc',
429 'browser/ui/android/context_menu_helper.h', 429 'browser/ui/android/context_menu_helper.h',
430 'browser/ui/android/infobars/app_banner_infobar_android.cc', 430 'browser/ui/android/infobars/app_banner_infobar_android.cc',
431 'browser/ui/android/infobars/app_banner_infobar_android.h', 431 'browser/ui/android/infobars/app_banner_infobar_android.h',
432 'browser/ui/android/infobars/autofill_credit_card_filling_infobar.cc',
433 'browser/ui/android/infobars/autofill_credit_card_filling_infobar.h',
432 'browser/ui/android/infobars/autofill_save_card_infobar.cc', 434 'browser/ui/android/infobars/autofill_save_card_infobar.cc',
433 'browser/ui/android/infobars/autofill_save_card_infobar.h', 435 'browser/ui/android/infobars/autofill_save_card_infobar.h',
434 'browser/ui/android/infobars/confirm_infobar.cc', 436 'browser/ui/android/infobars/confirm_infobar.cc',
435 'browser/ui/android/infobars/confirm_infobar.h', 437 'browser/ui/android/infobars/confirm_infobar.h',
436 'browser/ui/android/infobars/data_reduction_promo_infobar.cc', 438 'browser/ui/android/infobars/data_reduction_promo_infobar.cc',
437 'browser/ui/android/infobars/data_reduction_promo_infobar.h', 439 'browser/ui/android/infobars/data_reduction_promo_infobar.h',
438 'browser/ui/android/infobars/download_overwrite_infobar.cc', 440 'browser/ui/android/infobars/download_overwrite_infobar.cc',
439 'browser/ui/android/infobars/download_overwrite_infobar.h', 441 'browser/ui/android/infobars/download_overwrite_infobar.h',
440 'browser/ui/android/infobars/generated_password_saved_infobar.cc', 442 'browser/ui/android/infobars/generated_password_saved_infobar.cc',
441 'browser/ui/android/infobars/generated_password_saved_infobar.h', 443 'browser/ui/android/infobars/generated_password_saved_infobar.h',
(...skipping 2924 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 ], 3368 ],
3367 'sources': [ 3369 'sources': [
3368 '<@(chrome_browser_ui_non_mobile_sources)', 3370 '<@(chrome_browser_ui_non_mobile_sources)',
3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3370 ], 3372 ],
3371 }], 3373 }],
3372 ], 3374 ],
3373 }, 3375 },
3374 ], 3376 ],
3375 } 3377 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698