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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9582012: TabFirstRenderWatcher -> TabRenderWatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/views/html_dialog_view_browsertest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after
2496 'browser/sync/sync_setup_flow_handler.h', 2496 'browser/sync/sync_setup_flow_handler.h',
2497 'browser/sync/sync_setup_wizard.cc', 2497 'browser/sync/sync_setup_wizard.cc',
2498 'browser/sync/sync_setup_wizard.h', 2498 'browser/sync/sync_setup_wizard.h',
2499 'browser/sync/sync_ui_util.cc', 2499 'browser/sync/sync_ui_util.cc',
2500 'browser/sync/sync_ui_util.h', 2500 'browser/sync/sync_ui_util.h',
2501 'browser/sync/sync_ui_util_mac.h', 2501 'browser/sync/sync_ui_util_mac.h',
2502 'browser/sync/sync_ui_util_mac.mm', 2502 'browser/sync/sync_ui_util_mac.mm',
2503 'browser/sync/user_selectable_sync_type.h', 2503 'browser/sync/user_selectable_sync_type.h',
2504 'browser/tab_closeable_state_watcher.cc', 2504 'browser/tab_closeable_state_watcher.cc',
2505 'browser/tab_closeable_state_watcher.h', 2505 'browser/tab_closeable_state_watcher.h',
2506 'browser/tab_first_render_watcher.cc',
2507 'browser/tab_first_render_watcher.h',
2508 'browser/tab_contents/background_contents.cc', 2506 'browser/tab_contents/background_contents.cc',
2509 'browser/tab_contents/background_contents.h', 2507 'browser/tab_contents/background_contents.h',
2510 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc', 2508 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc',
2511 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h', 2509 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h',
2512 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h', 2510 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h',
2513 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm', 2511 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm',
2514 'browser/tab_contents/confirm_infobar_delegate.cc', 2512 'browser/tab_contents/confirm_infobar_delegate.cc',
2515 'browser/tab_contents/confirm_infobar_delegate.h', 2513 'browser/tab_contents/confirm_infobar_delegate.h',
2516 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2514 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2517 'browser/tab_contents/insecure_content_infobar_delegate.h', 2515 'browser/tab_contents/insecure_content_infobar_delegate.h',
(...skipping 24 matching lines...) Expand all
2542 'browser/tab_contents/spelling_bubble_model.cc', 2540 'browser/tab_contents/spelling_bubble_model.cc',
2543 'browser/tab_contents/spelling_bubble_model.h', 2541 'browser/tab_contents/spelling_bubble_model.h',
2544 'browser/tab_contents/spelling_menu_observer.cc', 2542 'browser/tab_contents/spelling_menu_observer.cc',
2545 'browser/tab_contents/spelling_menu_observer.h', 2543 'browser/tab_contents/spelling_menu_observer.h',
2546 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2544 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2547 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2545 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2548 'browser/tab_contents/web_drag_bookmark_handler_mac.h', 2546 'browser/tab_contents/web_drag_bookmark_handler_mac.h',
2549 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', 2547 'browser/tab_contents/web_drag_bookmark_handler_mac.mm',
2550 'browser/tab_contents/web_drag_bookmark_handler_win.cc', 2548 'browser/tab_contents/web_drag_bookmark_handler_win.cc',
2551 'browser/tab_contents/web_drag_bookmark_handler_win.h', 2549 'browser/tab_contents/web_drag_bookmark_handler_win.h',
2550 'browser/tab_render_watcher.cc',
2551 'browser/tab_render_watcher.h',
2552 'browser/tabs/default_tab_handler.cc', 2552 'browser/tabs/default_tab_handler.cc',
2553 'browser/tabs/default_tab_handler.h', 2553 'browser/tabs/default_tab_handler.h',
2554 'browser/tabs/pinned_tab_codec.cc', 2554 'browser/tabs/pinned_tab_codec.cc',
2555 'browser/tabs/pinned_tab_codec.h', 2555 'browser/tabs/pinned_tab_codec.h',
2556 'browser/tabs/pinned_tab_service.cc', 2556 'browser/tabs/pinned_tab_service.cc',
2557 'browser/tabs/pinned_tab_service.h', 2557 'browser/tabs/pinned_tab_service.h',
2558 'browser/tabs/pinned_tab_service_factory.cc', 2558 'browser/tabs/pinned_tab_service_factory.cc',
2559 'browser/tabs/pinned_tab_service_factory.h', 2559 'browser/tabs/pinned_tab_service_factory.h',
2560 'browser/tabs/tab_handler.h', 2560 'browser/tabs/tab_handler.h',
2561 'browser/tabs/tab_finder.cc', 2561 'browser/tabs/tab_finder.cc',
(...skipping 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after
5641 'type': 'static_library', 5641 'type': 'static_library',
5642 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5642 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5643 'variables': { 5643 'variables': {
5644 'proto_in_dir': 'browser/history', 5644 'proto_in_dir': 'browser/history',
5645 'proto_out_dir': 'chrome/browser/history', 5645 'proto_out_dir': 'chrome/browser/history',
5646 }, 5646 },
5647 'includes': [ '../build/protoc.gypi' ] 5647 'includes': [ '../build/protoc.gypi' ]
5648 }, 5648 },
5649 ], 5649 ],
5650 } 5650 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/html_dialog_view_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698