| Index: chrome/chrome_browser.gypi
|
| ===================================================================
|
| --- chrome/chrome_browser.gypi (revision 99764)
|
| +++ chrome/chrome_browser.gypi (working copy)
|
| @@ -3962,6 +3962,63 @@
|
| ],
|
| },
|
| }],
|
| + ['use_aura==1', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/aeropeek_manager.cc'],
|
| + ['exclude', '^browser/automation/automation_provider_win.cc'],
|
| + ['exclude', '^browser/automation/chrome_frame_automation_provider.cc'],
|
| + ['exclude', '^browser/automation/chrome_frame_automation_provider.h'],
|
| + ['exclude', '^browser/automation/testing_automation_provider_win.cc'],
|
| + ['exclude', '^browser/google/google_update.cc'],
|
| + ['exclude', '^browser/google/google_update.h'],
|
| + ['exclude', '^browser/external_tab_container_win.cc'],
|
| + ['exclude', '^browser/external_tab_container_win.h'],
|
| + ['exclude', '^browser/first_run/first_run_win.cc'],
|
| + ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
|
| + ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
|
| + ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
|
| + ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
|
| + ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
|
| + ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
|
| + ['exclude', '^browser/platform_util_win.cc'],
|
| + ['exclude', '^browser/process_singleton_win.cc'],
|
| + ['exclude', '^browser/tab_contents/web_drag_source_win.cc'],
|
| + ['exclude', '^browser/tab_contents/web_drag_source_win.h'],
|
| + ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
|
| + ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
|
| + ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
|
| + ['exclude', '^browser/ui/views/browser_bubble_win.cc'],
|
| + ['exclude', '^browser/ui/views/bubble/border_widget_win.cc'],
|
| + ['exclude', '^browser/ui/views/bubble/border_widget_win.h'],
|
| + ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
|
| + ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
|
| + ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
|
| + ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
|
| + ['exclude', '^browser/ui/views/first_run_bubble.cc'],
|
| + ['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
|
| + ['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
|
| + ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'],
|
| + ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'],
|
| + ['exclude', '^browser/ui/views/hung_renderer_view.cc'],
|
| + ['exclude', '^browser/ui/views/importer/import_progress_dialog_view.cc'],
|
| + ['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
|
| + ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
|
| + ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'],
|
| + ['exclude', '^browser/ui/views/shell_dialogs_win.cc'],
|
| + ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_container_win.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view_win.h'],
|
| + ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc'],
|
| + ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h'],
|
| + ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
|
| + ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
|
| + ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
|
| + ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
|
| + ['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
|
| + ],
|
| + }],
|
| ['webui_dialogs == 1', {
|
| 'defines': [
|
| 'WEBUI_DIALOGS',
|
|
|