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

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: sync 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
« no previous file with comments | « chrome/browser/ui/webui/test_html_dialog_ui_delegate.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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) 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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 'browser/sync/sync_setup_flow.h', 2287 'browser/sync/sync_setup_flow.h',
2290 'browser/sync/sync_setup_flow_handler.h', 2288 'browser/sync/sync_setup_flow_handler.h',
2291 'browser/sync/sync_setup_wizard.cc', 2289 'browser/sync/sync_setup_wizard.cc',
2292 'browser/sync/sync_setup_wizard.h', 2290 'browser/sync/sync_setup_wizard.h',
2293 'browser/sync/sync_ui_util.cc', 2291 'browser/sync/sync_ui_util.cc',
2294 'browser/sync/sync_ui_util.h', 2292 'browser/sync/sync_ui_util.h',
2295 'browser/sync/sync_ui_util_mac.h', 2293 'browser/sync/sync_ui_util_mac.h',
2296 'browser/sync/sync_ui_util_mac.mm', 2294 'browser/sync/sync_ui_util_mac.mm',
2297 'browser/tab_closeable_state_watcher.cc', 2295 'browser/tab_closeable_state_watcher.cc',
2298 'browser/tab_closeable_state_watcher.h', 2296 'browser/tab_closeable_state_watcher.h',
2297 'browser/tab_first_render_watcher.cc',
2298 'browser/tab_first_render_watcher.h',
2299 'browser/tab_contents/background_contents.cc', 2299 'browser/tab_contents/background_contents.cc',
2300 'browser/tab_contents/background_contents.h', 2300 'browser/tab_contents/background_contents.h',
2301 'browser/tab_contents/chrome_interstitial_page.cc', 2301 'browser/tab_contents/chrome_interstitial_page.cc',
2302 'browser/tab_contents/chrome_interstitial_page.h', 2302 'browser/tab_contents/chrome_interstitial_page.h',
2303 'browser/tab_contents/confirm_infobar_delegate.cc', 2303 'browser/tab_contents/confirm_infobar_delegate.cc',
2304 'browser/tab_contents/confirm_infobar_delegate.h', 2304 'browser/tab_contents/confirm_infobar_delegate.h',
2305 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2305 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2306 'browser/tab_contents/insecure_content_infobar_delegate.h', 2306 'browser/tab_contents/insecure_content_infobar_delegate.h',
2307 'browser/tab_contents/language_state.cc', 2307 'browser/tab_contents/language_state.cc',
2308 'browser/tab_contents/language_state.h', 2308 'browser/tab_contents/language_state.h',
(...skipping 2934 matching lines...) Expand 10 before | Expand all | Expand 10 after
5243 'type': 'static_library', 5243 'type': 'static_library',
5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5245 'variables': { 5245 'variables': {
5246 'proto_in_dir': 'browser/history', 5246 'proto_in_dir': 'browser/history',
5247 'proto_out_dir': 'chrome/browser/history', 5247 'proto_out_dir': 'chrome/browser/history',
5248 }, 5248 },
5249 'includes': [ '../build/protoc.gypi' ] 5249 'includes': [ '../build/protoc.gypi' ]
5250 }, 5250 },
5251 ], 5251 ],
5252 } 5252 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/test_html_dialog_ui_delegate.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698