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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 23264020: Move Android to use new Popup Blocker API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup 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
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 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after
2808 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 2808 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
2809 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 2809 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
2810 'browser/ui/webui/ntp/ntp_login_handler.cc', 2810 'browser/ui/webui/ntp/ntp_login_handler.cc',
2811 'browser/ui/webui/ntp/ntp_login_handler.h', 2811 'browser/ui/webui/ntp/ntp_login_handler.h',
2812 'browser/ui/webui/sync_setup_handler.cc', 2812 'browser/ui/webui/sync_setup_handler.cc',
2813 'browser/ui/webui/sync_setup_handler.h', 2813 'browser/ui/webui/sync_setup_handler.h',
2814 2814
2815 # There's no Browser/BrowserList on Android. 2815 # There's no Browser/BrowserList on Android.
2816 'browser/ui/active_tab_tracker.cc', 2816 'browser/ui/active_tab_tracker.cc',
2817 'browser/ui/active_tab_tracker.h', 2817 'browser/ui/active_tab_tracker.h',
2818 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
2819 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
2820 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', 2818 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc',
2821 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', 2819 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h',
2822 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', 2820 'browser/ui/bookmarks/bookmark_context_menu_controller.cc',
2823 'browser/ui/bookmarks/bookmark_prompt_controller.cc', 2821 'browser/ui/bookmarks/bookmark_prompt_controller.cc',
2824 'browser/ui/browser.cc', 2822 'browser/ui/browser.cc',
2825 'browser/ui/browser_command_controller.cc', 2823 'browser/ui/browser_command_controller.cc',
2826 'browser/ui/browser_finder.cc', 2824 'browser/ui/browser_finder.cc',
2827 'browser/ui/browser_iterator.cc', 2825 'browser/ui/browser_iterator.cc',
2828 'browser/ui/browser_list.cc', 2826 'browser/ui/browser_list.cc',
2829 'browser/ui/browser_navigator.cc',
Yaron 2013/08/21 19:07:58 I think this is left over from your temporary work
David Trainor- moved to gerrit 2013/08/21 20:21:27 I agree with what you're saying. I think that's o
2830 'browser/ui/browser_otr_state.cc', 2827 'browser/ui/browser_otr_state.cc',
2831 'browser/ui/browser_tab_contents.cc', 2828 'browser/ui/browser_tab_contents.cc',
2832 'browser/ui/browser_tab_restore_service_delegate.cc', 2829 'browser/ui/browser_tab_restore_service_delegate.cc',
2833 'browser/ui/browser_tabstrip.cc', 2830 'browser/ui/browser_tabstrip.cc',
2834 'browser/ui/browser_tabstrip.h', 2831 'browser/ui/browser_tabstrip.h',
2835 'browser/ui/chrome_pages.cc', 2832 'browser/ui/chrome_pages.cc',
2836 'browser/ui/chrome_pages.h', 2833 'browser/ui/chrome_pages.h',
2837 'browser/ui/extensions/extension_install_ui_default.cc', 2834 'browser/ui/extensions/extension_install_ui_default.cc',
2838 'browser/ui/extensions/extension_install_ui_default.h', 2835 'browser/ui/extensions/extension_install_ui_default.h',
2839 'browser/ui/ntp_background_util.cc', 2836 'browser/ui/ntp_background_util.cc',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
3111 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3108 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3112 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3109 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3113 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3110 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3114 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3111 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3115 ], 3112 ],
3116 }], 3113 }],
3117 ], 3114 ],
3118 }, 3115 },
3119 ], 3116 ],
3120 } 3117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698