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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'browser/ui/android/chrome_http_auth_handler.h', | 440 'browser/ui/android/chrome_http_auth_handler.h', |
441 'browser/ui/android/color_chooser_dialog_android.cc', | 441 'browser/ui/android/color_chooser_dialog_android.cc', |
442 'browser/ui/android/connection_info_popup_android.cc', | 442 'browser/ui/android/connection_info_popup_android.cc', |
443 'browser/ui/android/connection_info_popup_android.h', | 443 'browser/ui/android/connection_info_popup_android.h', |
444 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', | 444 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', |
445 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', | 445 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', |
446 'browser/ui/android/context_menu_helper.cc', | 446 'browser/ui/android/context_menu_helper.cc', |
447 'browser/ui/android/context_menu_helper.h', | 447 'browser/ui/android/context_menu_helper.h', |
448 'browser/ui/android/infobars/app_banner_infobar_android.cc', | 448 'browser/ui/android/infobars/app_banner_infobar_android.cc', |
449 'browser/ui/android/infobars/app_banner_infobar_android.h', | 449 'browser/ui/android/infobars/app_banner_infobar_android.h', |
450 'browser/ui/android/infobars/auto_signin_first_run_infobar.cc', | |
451 'browser/ui/android/infobars/auto_signin_first_run_infobar.h', | |
452 'browser/ui/android/infobars/autofill_save_card_infobar.cc', | 450 'browser/ui/android/infobars/autofill_save_card_infobar.cc', |
453 'browser/ui/android/infobars/autofill_save_card_infobar.h', | 451 'browser/ui/android/infobars/autofill_save_card_infobar.h', |
454 'browser/ui/android/infobars/confirm_infobar.cc', | 452 'browser/ui/android/infobars/confirm_infobar.cc', |
455 'browser/ui/android/infobars/confirm_infobar.h', | 453 'browser/ui/android/infobars/confirm_infobar.h', |
456 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', | 454 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', |
457 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', | 455 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', |
458 'browser/ui/android/infobars/download_overwrite_infobar.cc', | 456 'browser/ui/android/infobars/download_overwrite_infobar.cc', |
459 'browser/ui/android/infobars/download_overwrite_infobar.h', | 457 'browser/ui/android/infobars/download_overwrite_infobar.h', |
460 'browser/ui/android/infobars/generated_password_saved_infobar.cc', | 458 'browser/ui/android/infobars/generated_password_saved_infobar.cc', |
461 'browser/ui/android/infobars/generated_password_saved_infobar.h', | 459 'browser/ui/android/infobars/generated_password_saved_infobar.h', |
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3338 ], | 3336 ], |
3339 'sources': [ | 3337 'sources': [ |
3340 '<@(chrome_browser_ui_non_mobile_sources)', | 3338 '<@(chrome_browser_ui_non_mobile_sources)', |
3341 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3339 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3342 ], | 3340 ], |
3343 }], | 3341 }], |
3344 ], | 3342 ], |
3345 }, | 3343 }, |
3346 ], | 3344 ], |
3347 } | 3345 } |
OLD | NEW |