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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9594012: Move TabContentsDragWin to content and rename it to WebContentsDragWin. (Closed) Base URL: svn://chrome-svn/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
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 3821 matching lines...) Expand 10 before | Expand all | Expand 10 after
3832 'browser/ui/views/tab_contents/native_tab_contents_view_aura.cc', 3832 'browser/ui/views/tab_contents/native_tab_contents_view_aura.cc',
3833 'browser/ui/views/tab_contents/native_tab_contents_view_aura.h', 3833 'browser/ui/views/tab_contents/native_tab_contents_view_aura.h',
3834 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc', 3834 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc',
3835 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h', 3835 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h',
3836 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc', 3836 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc',
3837 'browser/ui/views/tab_contents/native_tab_contents_view_win.h', 3837 'browser/ui/views/tab_contents/native_tab_contents_view_win.h',
3838 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', 3838 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3839 'browser/ui/views/tab_contents/render_view_context_menu_views.h', 3839 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
3840 'browser/ui/views/tab_contents/tab_contents_container.cc', 3840 'browser/ui/views/tab_contents/tab_contents_container.cc',
3841 'browser/ui/views/tab_contents/tab_contents_container.h', 3841 'browser/ui/views/tab_contents/tab_contents_container.h',
3842 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3843 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3844 'browser/ui/views/tab_contents/tab_contents_view_views.cc', 3842 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3845 'browser/ui/views/tab_contents/tab_contents_view_views.h', 3843 'browser/ui/views/tab_contents/tab_contents_view_views.h',
3846 'browser/ui/views/tab_icon_view.cc', 3844 'browser/ui/views/tab_icon_view.cc',
3847 'browser/ui/views/tab_icon_view.h', 3845 'browser/ui/views/tab_icon_view.h',
3848 'browser/ui/views/tab_modal_confirm_dialog_views.cc', 3846 'browser/ui/views/tab_modal_confirm_dialog_views.cc',
3849 'browser/ui/views/tab_modal_confirm_dialog_views.h', 3847 'browser/ui/views/tab_modal_confirm_dialog_views.h',
3850 'browser/ui/views/tabs/abstract_tab_strip_view.h', 3848 'browser/ui/views/tabs/abstract_tab_strip_view.h',
3851 'browser/ui/views/tabs/base_tab.cc', 3849 'browser/ui/views/tabs/base_tab.cc',
3852 'browser/ui/views/tabs/base_tab.h', 3850 'browser/ui/views/tabs/base_tab.h',
3853 'browser/ui/views/tabs/browser_tab_strip_controller.cc', 3851 'browser/ui/views/tabs/browser_tab_strip_controller.cc',
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
4580 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'], 4578 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'],
4581 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'], 4579 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
4582 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'], 4580 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
4583 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'], 4581 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'],
4584 ['exclude', '^browser/ui/views/select_file_dialog_win.cc'], 4582 ['exclude', '^browser/ui/views/select_file_dialog_win.cc'],
4585 ['exclude', '^browser/ui/views/simple_message_box_win.cc'], 4583 ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
4586 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'], 4584 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'],
4587 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'], 4585 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'],
4588 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'], 4586 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'],
4589 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'], 4587 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'],
4590 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc '],
4591 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h' ],
4592 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], 4588 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
4593 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], 4589 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
4594 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], 4590 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
4595 ['exclude', '^browser/ui/views/task_manager_view.cc'], 4591 ['exclude', '^browser/ui/views/task_manager_view.cc'],
4596 ['exclude', '^browser/ui/views/task_manager_view.h'], 4592 ['exclude', '^browser/ui/views/task_manager_view.h'],
4597 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], 4593 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
4598 ['exclude', '^browser/ui/window_sizer_win.cc'], 4594 ['exclude', '^browser/ui/window_sizer_win.cc'],
4599 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'], 4595 ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
4600 # For now, always include status area code for aura builds, even 4596 # For now, always include status area code for aura builds, even
4601 # though the code is under browser/chromeos. 4597 # though the code is under browser/chromeos.
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
5655 'type': 'static_library', 5651 'type': 'static_library',
5656 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5652 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5657 'variables': { 5653 'variables': {
5658 'proto_in_dir': 'browser/history', 5654 'proto_in_dir': 'browser/history',
5659 'proto_out_dir': 'chrome/browser/history', 5655 'proto_out_dir': 'chrome/browser/history',
5660 }, 5656 },
5661 'includes': [ '../build/protoc.gypi' ] 5657 'includes': [ '../build/protoc.gypi' ]
5662 }, 5658 },
5663 ], 5659 ],
5664 } 5660 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc ('k') | content/browser/download/drag_download_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698