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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 21205007: [rAc Android] Remove the old dialog implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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 | Annotate | Revision Log
« 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'sources': [ 64 'sources': [
65 # All .cc, .h, .m, and .mm files under browser/ui except for: 65 # All .cc, .h, .m, and .mm files under browser/ui except for:
66 # * tests and mocks. 66 # * tests and mocks.
67 'browser/ui/accelerator_utils.h', 67 'browser/ui/accelerator_utils.h',
68 'browser/ui/active_tab_tracker.cc', 68 'browser/ui/active_tab_tracker.cc',
69 'browser/ui/active_tab_tracker.h', 69 'browser/ui/active_tab_tracker.h',
70 'browser/ui/alternate_error_tab_observer.cc', 70 'browser/ui/alternate_error_tab_observer.cc',
71 'browser/ui/alternate_error_tab_observer.h', 71 'browser/ui/alternate_error_tab_observer.h',
72 'browser/ui/android/android_about_app_info.cc', 72 'browser/ui/android/android_about_app_info.cc',
73 'browser/ui/android/android_about_app_info.h', 73 'browser/ui/android/android_about_app_info.h',
74 'browser/ui/android/autofill/autofill_dialog_view_android.cc',
75 'browser/ui/android/autofill/autofill_dialog_view_android.h',
76 'browser/ui/android/autofill/autofill_popup_view_android.cc', 74 'browser/ui/android/autofill/autofill_popup_view_android.cc',
77 'browser/ui/android/autofill/autofill_popup_view_android.h', 75 'browser/ui/android/autofill/autofill_popup_view_android.h',
78 'browser/ui/android/certificate_viewer_android.cc', 76 'browser/ui/android/certificate_viewer_android.cc',
79 'browser/ui/android/chrome_http_auth_handler.cc', 77 'browser/ui/android/chrome_http_auth_handler.cc',
80 'browser/ui/android/chrome_http_auth_handler.h', 78 'browser/ui/android/chrome_http_auth_handler.h',
81 'browser/ui/android/color_chooser_dialog_android.cc', 79 'browser/ui/android/color_chooser_dialog_android.cc',
82 'browser/ui/android/extensions/extension_install_dialog_android.cc', 80 'browser/ui/android/extensions/extension_install_dialog_android.cc',
83 'browser/ui/android/extensions/extension_install_ui_android.cc', 81 'browser/ui/android/extensions/extension_install_ui_android.cc',
84 'browser/ui/android/extensions/extension_install_ui_android.h', 82 'browser/ui/android/extensions/extension_install_ui_android.h',
85 'browser/ui/android/extensions/extension_view_android.cc', 83 'browser/ui/android/extensions/extension_view_android.cc',
(...skipping 3001 matching lines...) Expand 10 before | Expand all | Expand 10 after
3087 ['enable_webrtc==0', { 3085 ['enable_webrtc==0', {
3088 'sources!': [ 3086 'sources!': [
3089 'browser/ui/webui/media/webrtc_logs_ui.cc', 3087 'browser/ui/webui/media/webrtc_logs_ui.cc',
3090 'browser/ui/webui/media/webrtc_logs_ui.h', 3088 'browser/ui/webui/media/webrtc_logs_ui.h',
3091 ], 3089 ],
3092 }], 3090 }],
3093 ], 3091 ],
3094 }, 3092 },
3095 ], 3093 ],
3096 } 3094 }
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