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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 580043002: [Android] Prompt with infobar on filename conflict (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed function order according to headers Created 5 years, 9 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') | 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 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 21 matching lines...) Expand all
32 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', 32 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
33 'browser/ui/android/context_menu_helper.cc', 33 'browser/ui/android/context_menu_helper.cc',
34 'browser/ui/android/context_menu_helper.h', 34 'browser/ui/android/context_menu_helper.h',
35 'browser/ui/android/external_protocol_dialog_android.cc', 35 'browser/ui/android/external_protocol_dialog_android.cc',
36 'browser/ui/android/infobars/app_banner_infobar.cc', 36 'browser/ui/android/infobars/app_banner_infobar.cc',
37 'browser/ui/android/infobars/app_banner_infobar.h', 37 'browser/ui/android/infobars/app_banner_infobar.h',
38 'browser/ui/android/infobars/confirm_infobar.cc', 38 'browser/ui/android/infobars/confirm_infobar.cc',
39 'browser/ui/android/infobars/confirm_infobar.h', 39 'browser/ui/android/infobars/confirm_infobar.h',
40 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', 40 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc',
41 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', 41 'browser/ui/android/infobars/data_reduction_proxy_infobar.h',
42 'browser/ui/android/infobars/download_overwrite_infobar.cc',
43 'browser/ui/android/infobars/download_overwrite_infobar.h',
42 'browser/ui/android/infobars/infobar_android.cc', 44 'browser/ui/android/infobars/infobar_android.cc',
43 'browser/ui/android/infobars/infobar_android.h', 45 'browser/ui/android/infobars/infobar_android.h',
44 'browser/ui/android/infobars/infobar_container_android.cc', 46 'browser/ui/android/infobars/infobar_container_android.cc',
45 'browser/ui/android/infobars/infobar_container_android.h', 47 'browser/ui/android/infobars/infobar_container_android.h',
46 'browser/ui/android/infobars/translate_infobar.cc', 48 'browser/ui/android/infobars/translate_infobar.cc',
47 'browser/ui/android/infobars/translate_infobar.h', 49 'browser/ui/android/infobars/translate_infobar.h',
48 'browser/ui/android/javascript_app_modal_dialog_android.cc', 50 'browser/ui/android/javascript_app_modal_dialog_android.cc',
49 'browser/ui/android/login_prompt_android.cc', 51 'browser/ui/android/login_prompt_android.cc',
50 'browser/ui/android/navigation_popup.cc', 52 'browser/ui/android/navigation_popup.cc',
51 'browser/ui/android/navigation_popup.h', 53 'browser/ui/android/navigation_popup.h',
(...skipping 3096 matching lines...) Expand 10 before | Expand all | Expand 10 after
3148 ], 3150 ],
3149 'sources': [ 3151 'sources': [
3150 '<@(chrome_browser_ui_non_mobile_sources)', 3152 '<@(chrome_browser_ui_non_mobile_sources)',
3151 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3153 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3152 ], 3154 ],
3153 }], 3155 }],
3154 ], 3156 ],
3155 }, 3157 },
3156 ], 3158 ],
3157 } 3159 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698