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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 10957027: Add Application version and OS info in android about version page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding the class back. Created 8 years, 3 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/browser/ui/android/android_about_app_info.cc ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ], 96 ],
97 }, 97 },
98 'export_dependent_settings': [ 98 'export_dependent_settings': [
99 '../sync/sync.gyp:sync_notifier', 99 '../sync/sync.gyp:sync_notifier',
100 ], 100 ],
101 'sources': [ 101 'sources': [
102 # All .cc, .h, .m, and .mm files under browser/ui except for: 102 # All .cc, .h, .m, and .mm files under browser/ui except for:
103 # * tests and mocks. 103 # * tests and mocks.
104 'browser/ui/alternate_error_tab_observer.cc', 104 'browser/ui/alternate_error_tab_observer.cc',
105 'browser/ui/alternate_error_tab_observer.h', 105 'browser/ui/alternate_error_tab_observer.h',
106 'browser/ui/android/android_about_app_info.cc',
107 'browser/ui/android/android_about_app_info.h',
106 'browser/ui/android/certificate_viewer_android.cc', 108 'browser/ui/android/certificate_viewer_android.cc',
107 'browser/ui/android/chrome_http_auth_handler.cc', 109 'browser/ui/android/chrome_http_auth_handler.cc',
108 'browser/ui/android/chrome_http_auth_handler.h', 110 'browser/ui/android/chrome_http_auth_handler.h',
109 'browser/ui/android/color_chooser_android.cc', 111 'browser/ui/android/color_chooser_android.cc',
110 'browser/ui/android/extensions/extension_install_dialog_android.cc', 112 'browser/ui/android/extensions/extension_install_dialog_android.cc',
111 'browser/ui/android/extensions/extension_view_android.cc', 113 'browser/ui/android/extensions/extension_view_android.cc',
112 'browser/ui/android/extensions/extension_view_android.h', 114 'browser/ui/android/extensions/extension_view_android.h',
113 'browser/ui/android/external_protocol_dialog_android.cc', 115 'browser/ui/android/external_protocol_dialog_android.cc',
114 'browser/ui/android/infobar_stubs.cc', 116 'browser/ui/android/infobar_stubs.cc',
115 'browser/ui/android/javascript_app_modal_dialog_android.cc', 117 'browser/ui/android/javascript_app_modal_dialog_android.cc',
(...skipping 2498 matching lines...) Expand 10 before | Expand all | Expand 10 after
2614 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2616 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2615 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2617 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2616 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2618 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2617 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2619 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2618 ]} 2620 ]}
2619 ], 2621 ],
2620 ], 2622 ],
2621 }, 2623 },
2622 ], 2624 ],
2623 } 2625 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/android/android_about_app_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698