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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8417005: Share TabFirstRenderWatcher with HtmlDialogView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 'browser/chromeos/system/timezone_settings.cc', 805 'browser/chromeos/system/timezone_settings.cc',
806 'browser/chromeos/system/timezone_settings.h', 806 'browser/chromeos/system/timezone_settings.h',
807 'browser/chromeos/system/touchpad_settings.cc', 807 'browser/chromeos/system/touchpad_settings.cc',
808 'browser/chromeos/system/touchpad_settings.h', 808 'browser/chromeos/system/touchpad_settings.h',
809 'browser/chromeos/system/udev_info_provider.cc', 809 'browser/chromeos/system/udev_info_provider.cc',
810 'browser/chromeos/system/udev_info_provider.h', 810 'browser/chromeos/system/udev_info_provider.h',
811 'browser/chromeos/system_key_event_listener.cc', 811 'browser/chromeos/system_key_event_listener.cc',
812 'browser/chromeos/system_key_event_listener.h', 812 'browser/chromeos/system_key_event_listener.h',
813 'browser/chromeos/tab_closeable_state_watcher.cc', 813 'browser/chromeos/tab_closeable_state_watcher.cc',
814 'browser/chromeos/tab_closeable_state_watcher.h', 814 'browser/chromeos/tab_closeable_state_watcher.h',
815 'browser/chromeos/tab_first_render_watcher.cc',
816 'browser/chromeos/tab_first_render_watcher.h',
817 'browser/chromeos/upgrade_detector_chromeos.cc', 815 'browser/chromeos/upgrade_detector_chromeos.cc',
818 'browser/chromeos/upgrade_detector_chromeos.h', 816 'browser/chromeos/upgrade_detector_chromeos.h',
819 'browser/chromeos/user_cros_settings_provider.cc', 817 'browser/chromeos/user_cros_settings_provider.cc',
820 'browser/chromeos/user_cros_settings_provider.h', 818 'browser/chromeos/user_cros_settings_provider.h',
821 'browser/chromeos/version_loader.cc', 819 'browser/chromeos/version_loader.cc',
822 'browser/chromeos/version_loader.h', 820 'browser/chromeos/version_loader.h',
823 'browser/chromeos/view_ids.h', 821 'browser/chromeos/view_ids.h',
824 'browser/chromeos/views/copy_background.cc', 822 'browser/chromeos/views/copy_background.cc',
825 'browser/chromeos/views/copy_background.h', 823 'browser/chromeos/views/copy_background.h',
826 'browser/chromeos/views/dropdown_button.cc', 824 'browser/chromeos/views/dropdown_button.cc',
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 'browser/sync/sync_setup_flow.h', 2274 'browser/sync/sync_setup_flow.h',
2277 'browser/sync/sync_setup_flow_handler.h', 2275 'browser/sync/sync_setup_flow_handler.h',
2278 'browser/sync/sync_setup_wizard.cc', 2276 'browser/sync/sync_setup_wizard.cc',
2279 'browser/sync/sync_setup_wizard.h', 2277 'browser/sync/sync_setup_wizard.h',
2280 'browser/sync/sync_ui_util.cc', 2278 'browser/sync/sync_ui_util.cc',
2281 'browser/sync/sync_ui_util.h', 2279 'browser/sync/sync_ui_util.h',
2282 'browser/sync/sync_ui_util_mac.h', 2280 'browser/sync/sync_ui_util_mac.h',
2283 'browser/sync/sync_ui_util_mac.mm', 2281 'browser/sync/sync_ui_util_mac.mm',
2284 'browser/tab_closeable_state_watcher.cc', 2282 'browser/tab_closeable_state_watcher.cc',
2285 'browser/tab_closeable_state_watcher.h', 2283 'browser/tab_closeable_state_watcher.h',
2284 'browser/tab_first_render_watcher.cc',
2285 'browser/tab_first_render_watcher.h',
2286 'browser/tab_contents/background_contents.cc', 2286 'browser/tab_contents/background_contents.cc',
2287 'browser/tab_contents/background_contents.h', 2287 'browser/tab_contents/background_contents.h',
2288 'browser/tab_contents/chrome_interstitial_page.cc', 2288 'browser/tab_contents/chrome_interstitial_page.cc',
2289 'browser/tab_contents/chrome_interstitial_page.h', 2289 'browser/tab_contents/chrome_interstitial_page.h',
2290 'browser/tab_contents/confirm_infobar_delegate.cc', 2290 'browser/tab_contents/confirm_infobar_delegate.cc',
2291 'browser/tab_contents/confirm_infobar_delegate.h', 2291 'browser/tab_contents/confirm_infobar_delegate.h',
2292 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2292 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2293 'browser/tab_contents/insecure_content_infobar_delegate.h', 2293 'browser/tab_contents/insecure_content_infobar_delegate.h',
2294 'browser/tab_contents/language_state.cc', 2294 'browser/tab_contents/language_state.cc',
2295 'browser/tab_contents/language_state.h', 2295 'browser/tab_contents/language_state.h',
(...skipping 2922 matching lines...) Expand 10 before | Expand all | Expand 10 after
5218 'type': 'static_library', 5218 'type': 'static_library',
5219 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5219 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5220 'variables': { 5220 'variables': {
5221 'proto_in_dir': 'browser/history', 5221 'proto_in_dir': 'browser/history',
5222 'proto_out_dir': 'chrome/browser/history', 5222 'proto_out_dir': 'chrome/browser/history',
5223 }, 5223 },
5224 'includes': [ '../build/protoc.gypi' ] 5224 'includes': [ '../build/protoc.gypi' ]
5225 }, 5225 },
5226 ], 5226 ],
5227 } 5227 }
OLDNEW
« chrome/browser/ui/views/html_dialog_view.cc ('K') | « chrome/browser/ui/views/html_dialog_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698