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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
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 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', 1978 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h',
1979 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm', 1979 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm',
1980 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', 1980 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc',
1981 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', 1981 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
1982 'browser/renderer_host/chrome_url_request_user_data.cc', 1982 'browser/renderer_host/chrome_url_request_user_data.cc',
1983 'browser/renderer_host/chrome_url_request_user_data.h', 1983 'browser/renderer_host/chrome_url_request_user_data.h',
1984 'browser/renderer_host/offline_resource_handler.cc', 1984 'browser/renderer_host/offline_resource_handler.cc',
1985 'browser/renderer_host/offline_resource_handler.h', 1985 'browser/renderer_host/offline_resource_handler.h',
1986 'browser/renderer_host/plugin_info_message_filter.cc', 1986 'browser/renderer_host/plugin_info_message_filter.cc',
1987 'browser/renderer_host/plugin_info_message_filter.h', 1987 'browser/renderer_host/plugin_info_message_filter.h',
1988 'browser/renderer_host/render_widget_host_view_views.cc',
1989 'browser/renderer_host/render_widget_host_view_views.h',
1990 'browser/renderer_host/render_widget_host_view_views_touch.cc',
1991 'browser/renderer_host/render_widget_host_view_views_win.cc',
1992 'browser/renderer_host/safe_browsing_resource_handler.cc', 1988 'browser/renderer_host/safe_browsing_resource_handler.cc',
1993 'browser/renderer_host/safe_browsing_resource_handler.h', 1989 'browser/renderer_host/safe_browsing_resource_handler.h',
1994 'browser/renderer_host/web_cache_manager.cc', 1990 'browser/renderer_host/web_cache_manager.cc',
1995 'browser/renderer_host/web_cache_manager.h', 1991 'browser/renderer_host/web_cache_manager.h',
1996 'browser/renderer_preferences_util.cc', 1992 'browser/renderer_preferences_util.cc',
1997 'browser/renderer_preferences_util.h', 1993 'browser/renderer_preferences_util.h',
1998 'browser/repost_form_warning_controller.cc', 1994 'browser/repost_form_warning_controller.cc',
1999 'browser/repost_form_warning_controller.h', 1995 'browser/repost_form_warning_controller.h',
2000 'browser/resources_util.cc', 1996 'browser/resources_util.cc',
2001 'browser/resources_util.h', 1997 'browser/resources_util.h',
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
3388 'browser/ui/views/frame/app_panel_browser_frame_view.cc', 3384 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3389 'browser/ui/views/frame/app_panel_browser_frame_view.h', 3385 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3390 'browser/ui/views/frame/browser_bubble_host.cc', 3386 'browser/ui/views/frame/browser_bubble_host.cc',
3391 'browser/ui/views/frame/browser_bubble_host.h', 3387 'browser/ui/views/frame/browser_bubble_host.h',
3392 'browser/ui/views/frame/browser_frame.cc', 3388 'browser/ui/views/frame/browser_frame.cc',
3393 'browser/ui/views/frame/browser_frame.h', 3389 'browser/ui/views/frame/browser_frame.h',
3394 'browser/ui/views/frame/browser_frame_aura.cc', 3390 'browser/ui/views/frame/browser_frame_aura.cc',
3395 'browser/ui/views/frame/browser_frame_aura.h', 3391 'browser/ui/views/frame/browser_frame_aura.h',
3396 'browser/ui/views/frame/browser_frame_gtk.cc', 3392 'browser/ui/views/frame/browser_frame_gtk.cc',
3397 'browser/ui/views/frame/browser_frame_gtk.h', 3393 'browser/ui/views/frame/browser_frame_gtk.h',
3398 'browser/ui/views/frame/browser_frame_views.cc',
3399 'browser/ui/views/frame/browser_frame_views.h',
3400 'browser/ui/views/frame/browser_frame_win.cc', 3394 'browser/ui/views/frame/browser_frame_win.cc',
3401 'browser/ui/views/frame/browser_frame_win.h', 3395 'browser/ui/views/frame/browser_frame_win.h',
3402 'browser/ui/views/frame/browser_non_client_frame_view.cc', 3396 'browser/ui/views/frame/browser_non_client_frame_view.cc',
3403 'browser/ui/views/frame/browser_non_client_frame_view.h', 3397 'browser/ui/views/frame/browser_non_client_frame_view.h',
3404 'browser/ui/views/frame/browser_non_client_frame_view_aura.h', 3398 'browser/ui/views/frame/browser_non_client_frame_view_aura.h',
3405 'browser/ui/views/frame/browser_non_client_frame_view_aura.cc', 3399 'browser/ui/views/frame/browser_non_client_frame_view_aura.cc',
3406 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', 3400 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc',
3407 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', 3401 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
3408 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', 3402 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc',
3409 'browser/ui/views/frame/browser_root_view.cc', 3403 'browser/ui/views/frame/browser_root_view.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
3494 'browser/ui/views/location_bar/page_action_with_badge_view.h', 3488 'browser/ui/views/location_bar/page_action_with_badge_view.h',
3495 'browser/ui/views/location_bar/selected_keyword_view.cc', 3489 'browser/ui/views/location_bar/selected_keyword_view.cc',
3496 'browser/ui/views/location_bar/selected_keyword_view.h', 3490 'browser/ui/views/location_bar/selected_keyword_view.h',
3497 'browser/ui/views/location_bar/star_view.cc', 3491 'browser/ui/views/location_bar/star_view.cc',
3498 'browser/ui/views/location_bar/star_view.h', 3492 'browser/ui/views/location_bar/star_view.h',
3499 'browser/ui/views/location_bar/suggested_text_view.cc', 3493 'browser/ui/views/location_bar/suggested_text_view.cc',
3500 'browser/ui/views/location_bar/suggested_text_view.h', 3494 'browser/ui/views/location_bar/suggested_text_view.h',
3501 'browser/ui/views/login_view.cc', 3495 'browser/ui/views/login_view.cc',
3502 'browser/ui/views/login_view.h', 3496 'browser/ui/views/login_view.h',
3503 'browser/ui/views/native_constrained_window_aura.cc', 3497 'browser/ui/views/native_constrained_window_aura.cc',
3504 'browser/ui/views/native_constrained_window_views.cc',
3505 'browser/ui/views/native_constrained_window_win.cc', 3498 'browser/ui/views/native_constrained_window_win.cc',
3506 'browser/ui/views/notifications/balloon_view.cc', 3499 'browser/ui/views/notifications/balloon_view.cc',
3507 'browser/ui/views/notifications/balloon_view.h', 3500 'browser/ui/views/notifications/balloon_view.h',
3508 'browser/ui/views/notifications/balloon_view_host.cc', 3501 'browser/ui/views/notifications/balloon_view_host.cc',
3509 'browser/ui/views/notifications/balloon_view_host.h', 3502 'browser/ui/views/notifications/balloon_view_host.h',
3510 'browser/ui/views/omnibox/omnibox_view_views.cc', 3503 'browser/ui/views/omnibox/omnibox_view_views.cc',
3511 'browser/ui/views/omnibox/omnibox_view_views.h', 3504 'browser/ui/views/omnibox/omnibox_view_views.h',
3512 'browser/ui/views/omnibox/omnibox_view_win.cc', 3505 'browser/ui/views/omnibox/omnibox_view_win.cc',
3513 'browser/ui/views/omnibox/omnibox_view_win.h', 3506 'browser/ui/views/omnibox/omnibox_view_win.h',
3514 'browser/ui/views/page_info_bubble_view.cc', 3507 'browser/ui/views/page_info_bubble_view.cc',
(...skipping 25 matching lines...) Expand all
3540 'browser/ui/views/status_icons/status_tray_chromeos.h', 3533 'browser/ui/views/status_icons/status_tray_chromeos.h',
3541 'browser/ui/views/status_icons/status_tray_linux.cc', 3534 'browser/ui/views/status_icons/status_tray_linux.cc',
3542 'browser/ui/views/status_icons/status_tray_win.cc', 3535 'browser/ui/views/status_icons/status_tray_win.cc',
3543 'browser/ui/views/status_icons/status_tray_win.h', 3536 'browser/ui/views/status_icons/status_tray_win.h',
3544 'browser/ui/views/stubs_aura.cc', 3537 'browser/ui/views/stubs_aura.cc',
3545 'browser/ui/views/tab_contents/native_tab_contents_container.h', 3538 'browser/ui/views/tab_contents/native_tab_contents_container.h',
3546 'browser/ui/views/tab_contents/native_tab_contents_container_aura.cc', 3539 'browser/ui/views/tab_contents/native_tab_contents_container_aura.cc',
3547 'browser/ui/views/tab_contents/native_tab_contents_container_aura.h', 3540 'browser/ui/views/tab_contents/native_tab_contents_container_aura.h',
3548 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', 3541 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
3549 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', 3542 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
3550 'browser/ui/views/tab_contents/native_tab_contents_container_views.cc',
3551 'browser/ui/views/tab_contents/native_tab_contents_container_views.h',
3552 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', 3543 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
3553 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', 3544 'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
3554 'browser/ui/views/tab_contents/native_tab_contents_view.h', 3545 'browser/ui/views/tab_contents/native_tab_contents_view.h',
3555 'browser/ui/views/tab_contents/native_tab_contents_view_delegate.h', 3546 'browser/ui/views/tab_contents/native_tab_contents_view_delegate.h',
3556 'browser/ui/views/tab_contents/native_tab_contents_view_aura.cc', 3547 'browser/ui/views/tab_contents/native_tab_contents_view_aura.cc',
3557 'browser/ui/views/tab_contents/native_tab_contents_view_aura.h', 3548 'browser/ui/views/tab_contents/native_tab_contents_view_aura.h',
3558 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc', 3549 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc',
3559 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h', 3550 'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h',
3560 'browser/ui/views/tab_contents/native_tab_contents_view_views.cc',
3561 'browser/ui/views/tab_contents/native_tab_contents_view_views.h',
3562 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc', 3551 'browser/ui/views/tab_contents/native_tab_contents_view_win.cc',
3563 'browser/ui/views/tab_contents/native_tab_contents_view_win.h', 3552 'browser/ui/views/tab_contents/native_tab_contents_view_win.h',
3564 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', 3553 'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
3565 'browser/ui/views/tab_contents/render_view_context_menu_views.h', 3554 'browser/ui/views/tab_contents/render_view_context_menu_views.h',
3566 'browser/ui/views/tab_contents/tab_contents_container.cc', 3555 'browser/ui/views/tab_contents/tab_contents_container.cc',
3567 'browser/ui/views/tab_contents/tab_contents_container.h', 3556 'browser/ui/views/tab_contents/tab_contents_container.h',
3568 'browser/ui/views/tab_contents/tab_contents_drag_win.cc', 3557 'browser/ui/views/tab_contents/tab_contents_drag_win.cc',
3569 'browser/ui/views/tab_contents/tab_contents_drag_win.h', 3558 'browser/ui/views/tab_contents/tab_contents_drag_win.h',
3570 'browser/ui/views/tab_contents/tab_contents_view_views.cc', 3559 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3571 'browser/ui/views/tab_contents/tab_contents_view_views.h', 3560 'browser/ui/views/tab_contents/tab_contents_view_views.h',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
4217 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'], 4206 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.cc'],
4218 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'], 4207 ['exclude', '^browser/ui/views/frame/glass_browser_frame_view.h'],
4219 ['exclude', '^browser/ui/views/hung_renderer_view.cc'], 4208 ['exclude', '^browser/ui/views/hung_renderer_view.cc'],
4220 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'], 4209 ['exclude', '^browser/ui/views/importer/import_progress_dialog_view. cc'],
4221 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'], 4210 ['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
4222 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'], 4211 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
4223 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'], 4212 ['exclude', '^browser/ui/views/omnibox/omnibox_view_win.h'],
4224 ['exclude', '^browser/ui/views/select_file_dialog_win.cc'], 4213 ['exclude', '^browser/ui/views/select_file_dialog_win.cc'],
4225 ['exclude', '^browser/ui/views/simple_message_box_win.cc'], 4214 ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
4226 ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'], 4215 ['exclude', '^browser/ui/views/ssl_client_certificate_selector.cc'],
4227 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_views*'],
4228 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'], 4216 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.cc'],
4229 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'], 4217 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_cont ainer_win.h'],
4230 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _views*'],
4231 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'], 4218 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.cc'],
4232 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'], 4219 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view _win.h'],
4233 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc '], 4220 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.cc '],
4234 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h' ], 4221 ['exclude', '^browser/ui/views/tab_contents/tab_contents_drag_win.h' ],
4235 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'], 4222 ['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
4236 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'], 4223 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
4237 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'], 4224 ['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
4238 ['exclude', '^browser/ui/views/task_manager_view.cc'], 4225 ['exclude', '^browser/ui/views/task_manager_view.cc'],
4239 ['exclude', '^browser/ui/views/task_manager_view.h'], 4226 ['exclude', '^browser/ui/views/task_manager_view.h'],
4240 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'], 4227 ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
4537 }], 4524 }],
4538 ['OS=="win"', { 4525 ['OS=="win"', {
4539 'include_dirs': [ 4526 'include_dirs': [
4540 '<(DEPTH)/third_party/wtl/include', 4527 '<(DEPTH)/third_party/wtl/include',
4541 ], 4528 ],
4542 'dependencies': [ 4529 'dependencies': [
4543 '../google_update/google_update.gyp:google_update', 4530 '../google_update/google_update.gyp:google_update',
4544 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 4531 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
4545 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 4532 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
4546 '../views/views.gyp:views', 4533 '../views/views.gyp:views',
4547 '../views/views.gyp:views_desktop_lib',
4548 '../rlz/rlz.gyp:rlz_lib', 4534 '../rlz/rlz.gyp:rlz_lib',
4549 ], 4535 ],
4550 'export_dependent_settings': [ 4536 'export_dependent_settings': [
4551 '../views/views.gyp:views', 4537 '../views/views.gyp:views',
4552 '../views/views.gyp:views_desktop_lib',
4553 ], 4538 ],
4554 'sources': [ 4539 'sources': [
4555 'browser/first_run/upgrade_util.cc', 4540 'browser/first_run/upgrade_util.cc',
4556 'browser/first_run/upgrade_util.h', 4541 'browser/first_run/upgrade_util.h',
4557 # Using built-in rule in vstudio for midl. 4542 # Using built-in rule in vstudio for midl.
4558 'browser/history/history_indexer.idl', 4543 'browser/history/history_indexer.idl',
4559 'browser/ui/webui/conflicts_ui.cc', 4544 'browser/ui/webui/conflicts_ui.cc',
4560 'browser/ui/webui/conflicts_ui.h', 4545 'browser/ui/webui/conflicts_ui.h',
4561 ], 4546 ],
4562 'sources!': [ 4547 'sources!': [
4563 'browser/history/history_publisher_none.cc', 4548 'browser/history/history_publisher_none.cc',
4564 'browser/importer/nss_decryptor_system_nss.cc', 4549 'browser/importer/nss_decryptor_system_nss.cc',
4565 'browser/importer/nss_decryptor_system_nss.h', 4550 'browser/importer/nss_decryptor_system_nss.h',
4566 'browser/ui/browser_list_stub.cc', 4551 'browser/ui/browser_list_stub.cc',
4567 'browser/ui/certificate_dialogs.cc', 4552 'browser/ui/certificate_dialogs.cc',
4568 'browser/ui/certificate_dialogs.h', 4553 'browser/ui/certificate_dialogs.h',
4569 'browser/ui/crypto_module_password_dialog_nss.cc', 4554 'browser/ui/crypto_module_password_dialog_nss.cc',
4570 'browser/ui/login/login_prompt_ui.cc', 4555 'browser/ui/login/login_prompt_ui.cc',
4571 'browser/ui/panels/panel_mouse_watcher_timer.cc', 4556 'browser/ui/panels/panel_mouse_watcher_timer.cc',
4572 'browser/ui/views/keyboard_overlay_delegate.cc', 4557 'browser/ui/views/keyboard_overlay_delegate.cc',
4573 'browser/ui/views/keyboard_overlay_dialog_view.cc', 4558 'browser/ui/views/keyboard_overlay_dialog_view.cc',
4574 'browser/ui/views/native_constrained_window_views.cc',
4575 'browser/ui/views/simple_message_box_views.cc', 4559 'browser/ui/views/simple_message_box_views.cc',
4576 'browser/ui/views/simple_message_box_views.h', 4560 'browser/ui/views/simple_message_box_views.h',
4577 'browser/ui/webui/collected_cookies_ui_delegate.cc', 4561 'browser/ui/webui/collected_cookies_ui_delegate.cc',
4578 'browser/ui/webui/collected_cookies_ui_delegate.h', 4562 'browser/ui/webui/collected_cookies_ui_delegate.h',
4579 'browser/ui/webui/cookies_tree_model_adapter.cc', 4563 'browser/ui/webui/cookies_tree_model_adapter.cc',
4580 'browser/ui/webui/cookies_tree_model_adapter.h', 4564 'browser/ui/webui/cookies_tree_model_adapter.h',
4581 'browser/ui/webui/repost_form_warning_ui.cc', 4565 'browser/ui/webui/repost_form_warning_ui.cc',
4582 'browser/ui/webui/repost_form_warning_ui.h', 4566 'browser/ui/webui/repost_form_warning_ui.h',
4583 ], 4567 ],
4584 'conditions': [ 4568 'conditions': [
(...skipping 29 matching lines...) Expand all
4614 'conditions': [ 4598 'conditions': [
4615 ['OS=="linux" or use_aura==1',{ 4599 ['OS=="linux" or use_aura==1',{
4616 'sources/': [ 4600 'sources/': [
4617 ['include', '^browser/ui/views/accelerator_table.cc'], 4601 ['include', '^browser/ui/views/accelerator_table.cc'],
4618 ['include', '^browser/ui/views/accelerator_table.h'], 4602 ['include', '^browser/ui/views/accelerator_table.h'],
4619 ] 4603 ]
4620 }], 4604 }],
4621 ['OS=="linux" and toolkit_views==1',{ 4605 ['OS=="linux" and toolkit_views==1',{
4622 'dependencies': [ 4606 'dependencies': [
4623 '../views/views.gyp:views', 4607 '../views/views.gyp:views',
4624 '../views/views.gyp:views_desktop_lib',
4625 ], 4608 ],
4626 'include_dirs': [ 4609 'include_dirs': [
4627 '<(INTERMEDIATE_DIR)', 4610 '<(INTERMEDIATE_DIR)',
4628 '<(INTERMEDIATE_DIR)/chrome', 4611 '<(INTERMEDIATE_DIR)/chrome',
4629 ], 4612 ],
4630 'sources/': [ 4613 'sources/': [
4631 ['include', '^browser/extensions/'], 4614 ['include', '^browser/extensions/'],
4632 # This exclude duplicates the one just above because of the 4615 # This exclude duplicates the one just above because of the
4633 # order of evaluation of the 'sources/' rule above, the 4616 # order of evaluation of the 'sources/' rule above, the
4634 # conditions, and this 'sources/' rule. 4617 # conditions, and this 'sources/' rule.
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
4779 ['include', '^browser/ui/views/find_bar_host_gtk.cc'], 4762 ['include', '^browser/ui/views/find_bar_host_gtk.cc'],
4780 ['include', '^browser/ui/views/find_bar_view.cc'], 4763 ['include', '^browser/ui/views/find_bar_view.cc'],
4781 ['include', '^browser/ui/views/find_bar_view.h'], 4764 ['include', '^browser/ui/views/find_bar_view.h'],
4782 ['include', '^browser/ui/views/first_run_bubble.cc'], 4765 ['include', '^browser/ui/views/first_run_bubble.cc'],
4783 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'], 4766 ['include', '^browser/ui/views/frame/browser_bubble_host.cc'],
4784 ['include', '^browser/ui/views/frame/browser_bubble_host.h'], 4767 ['include', '^browser/ui/views/frame/browser_bubble_host.h'],
4785 ['include', '^browser/ui/views/frame/browser_frame.cc'], 4768 ['include', '^browser/ui/views/frame/browser_frame.cc'],
4786 ['include', '^browser/ui/views/frame/browser_frame.h'], 4769 ['include', '^browser/ui/views/frame/browser_frame.h'],
4787 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'], 4770 ['include', '^browser/ui/views/frame/browser_frame_gtk.cc'],
4788 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'], 4771 ['include', '^browser/ui/views/frame/browser_frame_gtk.h'],
4789 ['include', '^browser/ui/views/frame/browser_frame_views.cc'],
4790 ['include', '^browser/ui/views/frame/browser_frame_views.h'],
4791 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'], 4772 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.cc'],
4792 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'], 4773 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew.h'],
4793 ['include', '^browser/ui/views/frame/browser_root_view.cc'], 4774 ['include', '^browser/ui/views/frame/browser_root_view.cc'],
4794 ['include', '^browser/ui/views/frame/browser_root_view.h'], 4775 ['include', '^browser/ui/views/frame/browser_root_view.h'],
4795 ['include', '^browser/ui/views/frame/browser_view.cc'], 4776 ['include', '^browser/ui/views/frame/browser_view.cc'],
4796 ['include', '^browser/ui/views/frame/browser_view.h'], 4777 ['include', '^browser/ui/views/frame/browser_view.h'],
4797 ['include', '^browser/ui/views/frame/browser_view_layout.cc'], 4778 ['include', '^browser/ui/views/frame/browser_view_layout.cc'],
4798 ['include', '^browser/ui/views/frame/browser_view_layout.h'], 4779 ['include', '^browser/ui/views/frame/browser_view_layout.h'],
4799 ['include', '^browser/ui/views/frame/contents_container.cc'], 4780 ['include', '^browser/ui/views/frame/contents_container.cc'],
4800 ['include', '^browser/ui/views/frame/contents_container.h'], 4781 ['include', '^browser/ui/views/frame/contents_container.h'],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
4862 ['include', '^browser/ui/views/sad_tab_view.h'], 4843 ['include', '^browser/ui/views/sad_tab_view.h'],
4863 ['include', '^browser/ui/views/simple_message_box_views.cc'], 4844 ['include', '^browser/ui/views/simple_message_box_views.cc'],
4864 ['include', '^browser/ui/views/simple_message_box_views.h'], 4845 ['include', '^browser/ui/views/simple_message_box_views.h'],
4865 ['include', '^browser/ui/views/status_bubble_views.cc'], 4846 ['include', '^browser/ui/views/status_bubble_views.cc'],
4866 ['include', '^browser/ui/views/status_bubble_views.h'], 4847 ['include', '^browser/ui/views/status_bubble_views.h'],
4867 ['include', '^browser/ui/views/status_icons/status_tray_linux.cc '], 4848 ['include', '^browser/ui/views/status_icons/status_tray_linux.cc '],
4868 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_aura.cc'], 4849 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_aura.cc'],
4869 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_aura.h'], 4850 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_aura.h'],
4870 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.cc'], 4851 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.cc'],
4871 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.h'], 4852 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.h'],
4872 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_views.cc'],
4873 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_views.h'],
4874 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_aura.cc'], 4853 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_aura.cc'],
4875 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_aura.h'], 4854 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_aura.h'],
4876 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_gtk.cc'], 4855 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_gtk.cc'],
4877 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_gtk.h'], 4856 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_gtk.h'],
4878 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_views.cc'],
4879 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_views.h'],
4880 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view.h'], 4857 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view.h'],
4881 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_delegate.h'], 4858 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ view_delegate.h'],
4882 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.cc'], 4859 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.cc'],
4883 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.h'], 4860 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.h'],
4884 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.cc'], 4861 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.cc'],
4885 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.h'], 4862 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.h'],
4886 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'], 4863 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'],
4887 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'], 4864 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'],
4888 ['include', '^browser/ui/views/tab_icon_view.cc'], 4865 ['include', '^browser/ui/views/tab_icon_view.cc'],
4889 ['include', '^browser/ui/views/tab_icon_view.h'], 4866 ['include', '^browser/ui/views/tab_icon_view.h'],
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
5046 }], 5023 }],
5047 # Touch build only 5024 # Touch build only
5048 ['OS=="linux" and toolkit_views==1 and touchui==1', { 5025 ['OS=="linux" and toolkit_views==1 and touchui==1', {
5049 'sources/': [ 5026 'sources/': [
5050 ['include', '^browser/ui/views/constrained_html_delegate_views.c c'], 5027 ['include', '^browser/ui/views/constrained_html_delegate_views.c c'],
5051 ['include', '^browser/ui/views/constrained_window_views.cc'], 5028 ['include', '^browser/ui/views/constrained_window_views.cc'],
5052 ['include', '^browser/ui/views/constrained_window_views.h'], 5029 ['include', '^browser/ui/views/constrained_window_views.h'],
5053 ['include', '^browser/ui/views/constrained_html_delegate_views.c c'], 5030 ['include', '^browser/ui/views/constrained_html_delegate_views.c c'],
5054 ['include', '^browser/ui/views/constrained_window_views.cc'], 5031 ['include', '^browser/ui/views/constrained_window_views.cc'],
5055 ['include', '^browser/ui/views/constrained_window_views.h'], 5032 ['include', '^browser/ui/views/constrained_window_views.h'],
5056 ['include', '^browser/ui/views/native_constrained_window_views.c c'],
5057 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'], 5033 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'],
5058 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'], 5034 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'],
5059 ['exclude', '^browser/ui/gtk/collected_cookies_gtk.cc'], 5035 ['exclude', '^browser/ui/gtk/collected_cookies_gtk.cc'],
5060 ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], 5036 ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'],
5061 ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], 5037 ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
5062 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.cc'], 5038 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.cc'],
5063 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.h'], 5039 ['exclude', '^browser/ui/gtk/repost_form_warning_gtk.h'],
5064 ['exclude', '^browser/ui/gtk/ssl_client_certificate_selector.cc' ], 5040 ['exclude', '^browser/ui/gtk/ssl_client_certificate_selector.cc' ],
5065 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc' ], 5041 ['exclude', '^browser/ui/views/constrained_html_delegate_gtk.cc' ],
5066 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_x11.cc'], 5042 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_x11.cc'],
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
5304 'type': 'static_library', 5280 'type': 'static_library',
5305 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5281 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5306 'variables': { 5282 'variables': {
5307 'proto_in_dir': 'browser/history', 5283 'proto_in_dir': 'browser/history',
5308 'proto_out_dir': 'chrome/browser/history', 5284 'proto_out_dir': 'chrome/browser/history',
5309 }, 5285 },
5310 'includes': [ '../build/protoc.gypi' ] 5286 'includes': [ '../build/protoc.gypi' ]
5311 }, 5287 },
5312 ], 5288 ],
5313 } 5289 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698