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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7943006: Initialize message pump not to use gtk. WindowSizer for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing file Created 9 years, 3 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/window_sizer_linux.cc ('k') | content/browser/browser_main.cc » ('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 3786 matching lines...) Expand 10 before | Expand all | Expand 10 after
3797 'browser/ui/webui/theme_source.cc', 3797 'browser/ui/webui/theme_source.cc',
3798 'browser/ui/webui/theme_source.h', 3798 'browser/ui/webui/theme_source.h',
3799 'browser/ui/webui/tracing_ui.cc', 3799 'browser/ui/webui/tracing_ui.cc',
3800 'browser/ui/webui/tracing_ui.h', 3800 'browser/ui/webui/tracing_ui.h',
3801 'browser/ui/webui/web_ui_util.cc', 3801 'browser/ui/webui/web_ui_util.cc',
3802 'browser/ui/webui/web_ui_util.h', 3802 'browser/ui/webui/web_ui_util.h',
3803 'browser/ui/webui/workers_ui.cc', 3803 'browser/ui/webui/workers_ui.cc',
3804 'browser/ui/webui/workers_ui.h', 3804 'browser/ui/webui/workers_ui.h',
3805 'browser/ui/window_sizer.cc', 3805 'browser/ui/window_sizer.cc',
3806 'browser/ui/window_sizer.h', 3806 'browser/ui/window_sizer.h',
3807 'browser/ui/window_sizer_linux.cc', 3807 'browser/ui/window_sizer_aura.cc',
3808 'browser/ui/window_sizer_gtk.cc',
3808 'browser/ui/window_sizer_mac.mm', 3809 'browser/ui/window_sizer_mac.mm',
3809 'browser/ui/window_sizer_win.cc', 3810 'browser/ui/window_sizer_win.cc',
3810 'browser/ui/window_snapshot/window_snapshot.h', 3811 'browser/ui/window_snapshot/window_snapshot.h',
3811 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3812 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3812 'browser/ui/window_snapshot/window_snapshot_win.cc', 3813 'browser/ui/window_snapshot/window_snapshot_win.cc',
3813 'browser/ui/window_snapshot/window_snapshot_x.cc', 3814 'browser/ui/window_snapshot/window_snapshot_x.cc',
3814 'browser/upgrade_detector.cc', 3815 'browser/upgrade_detector.cc',
3815 'browser/upgrade_detector.h', 3816 'browser/upgrade_detector.h',
3816 'browser/upgrade_detector_impl.cc', 3817 'browser/upgrade_detector_impl.cc',
3817 'browser/upgrade_detector_impl.h', 3818 'browser/upgrade_detector_impl.h',
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
4994 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc'], 4995 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc'],
4995 ['exclude', '^browser/ui/views/dialog_stubs_gtk.cc'], 4996 ['exclude', '^browser/ui/views/dialog_stubs_gtk.cc'],
4996 ['exclude', '^browser/ui/views/dropdown_bar_host_gtk.cc'], 4997 ['exclude', '^browser/ui/views/dropdown_bar_host_gtk.cc'],
4997 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.cc'], 4998 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4998 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.h'], 4999 ['exclude', '^browser/ui/views/frame/browser_frame_gtk.h'],
4999 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], 5000 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'],
5000 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.cc'], 5001 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.cc'],
5001 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.h'], 5002 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_gtk.h'],
5002 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.cc'], 5003 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.cc'],
5003 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.h'], 5004 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _gtk.h'],
5005 ['exclude', '^browser/ui/window_sizer_gtk.cc'],
5004 ['include', '^browser/ui/login/login_prompt_ui.cc'], 5006 ['include', '^browser/ui/login/login_prompt_ui.cc'],
5005 ['include', '^browser/ui/views/aura/aura_init.cc'], 5007 ['include', '^browser/ui/views/aura/aura_init.cc'],
5006 ['include', '^browser/ui/views/browser_bubble_aura.cc'], 5008 ['include', '^browser/ui/views/browser_bubble_aura.cc'],
5007 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'], 5009 ['include', '^browser/ui/views/constrained_html_delegate_views.cc'],
5008 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'], 5010 ['include', '^browser/ui/views/dropdown_bar_host_aura.cc'],
5009 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'], 5011 ['include', '^browser/ui/views/frame/browser_frame_aura.cc'],
5010 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] , 5012 ['include', '^browser/ui/views/importer/import_lock_dialog_view.cc'] ,
5011 ['include', '^browser/ui/views/select_file_dialog.cc'], 5013 ['include', '^browser/ui/views/select_file_dialog.cc'],
5012 ['include', '^browser/ui/views/stubs_aura.cc'], 5014 ['include', '^browser/ui/views/stubs_aura.cc'],
5013 ['include', '^browser/ui/webui/options/certificate_manager_handler.c c'], 5015 ['include', '^browser/ui/webui/options/certificate_manager_handler.c c'],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
5146 # weak imports in dependents, who still must #include 5148 # weak imports in dependents, who still must #include
5147 # closure_blocks_leopard_compat.h to get weak imports. 5149 # closure_blocks_leopard_compat.h to get weak imports.
5148 'type': 'none', 5150 'type': 'none',
5149 }], 5151 }],
5150 ], 5152 ],
5151 }, 5153 },
5152 ], 5154 ],
5153 }], 5155 }],
5154 ], 5156 ],
5155 } 5157 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer_linux.cc ('k') | content/browser/browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698