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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |