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

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: 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
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 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after
2299 'sources/': [ 2299 'sources/': [
2300 ['exclude', '^browser/ui/webui/print_preview/'], 2300 ['exclude', '^browser/ui/webui/print_preview/'],
2301 ], 2301 ],
2302 }], 2302 }],
2303 ['OS=="android"', { 2303 ['OS=="android"', {
2304 'dependencies': [ 2304 'dependencies': [
2305 'browser/component/components.gyp:web_contents_delegate_android', 2305 'browser/component/components.gyp:web_contents_delegate_android',
2306 'chrome_browser_jni_headers', 2306 'chrome_browser_jni_headers',
2307 ], 2307 ],
2308 'sources': [ 2308 'sources': [
2309 'browser/ui/android/android_about_app_info.cc',
2310 'browser/ui/android/android_about_app_info.h',
2309 'browser/ui/find_bar/find_match_rects_details.cc', 2311 'browser/ui/find_bar/find_match_rects_details.cc',
2310 'browser/ui/find_bar/find_match_rects_details.h', 2312 'browser/ui/find_bar/find_match_rects_details.h',
2311 'browser/ui/webui/ntp/android/bookmarks_handler.cc', 2313 'browser/ui/webui/ntp/android/bookmarks_handler.cc',
2312 'browser/ui/webui/ntp/android/bookmarks_handler.h', 2314 'browser/ui/webui/ntp/android/bookmarks_handler.h',
2313 'browser/ui/webui/ntp/android/context_menu_handler.cc', 2315 'browser/ui/webui/ntp/android/context_menu_handler.cc',
2314 'browser/ui/webui/ntp/android/context_menu_handler.h', 2316 'browser/ui/webui/ntp/android/context_menu_handler.h',
2315 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc', 2317 'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
2316 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h', 2318 'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
2317 'browser/ui/webui/ntp/android/promo_handler.cc', 2319 'browser/ui/webui/ntp/android/promo_handler.cc',
2318 'browser/ui/webui/ntp/android/promo_handler.h', 2320 'browser/ui/webui/ntp/android/promo_handler.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2610 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2612 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2611 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2613 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2612 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2614 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2613 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2615 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2614 ]} 2616 ]}
2615 ], 2617 ],
2616 ], 2618 ],
2617 }, 2619 },
2618 ], 2620 ],
2619 } 2621 }
OLDNEW
« chrome/browser/ui/android/android_about_app_info.h ('K') | « chrome/browser/ui/webui/about_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698