OLD | NEW |
---|---|
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
452 'browser/policy/policy_helpers.cc', | 452 'browser/policy/policy_helpers.cc', |
453 'browser/policy/policy_helpers.h', | 453 'browser/policy/policy_helpers.h', |
454 'browser/policy/profile_policy_connector.cc', | 454 'browser/policy/profile_policy_connector.cc', |
455 'browser/policy/profile_policy_connector.h', | 455 'browser/policy/profile_policy_connector.h', |
456 'browser/policy/profile_policy_connector_factory.cc', | 456 'browser/policy/profile_policy_connector_factory.cc', |
457 'browser/policy/profile_policy_connector_factory.h', | 457 'browser/policy/profile_policy_connector_factory.h', |
458 'browser/policy/schema_registry_service.cc', | 458 'browser/policy/schema_registry_service.cc', |
459 'browser/policy/schema_registry_service.h', | 459 'browser/policy/schema_registry_service.h', |
460 'browser/policy/schema_registry_service_factory.cc', | 460 'browser/policy/schema_registry_service_factory.cc', |
461 'browser/policy/schema_registry_service_factory.h', | 461 'browser/policy/schema_registry_service_factory.h', |
462 'browser/sessions/restore_on_startup_policy_handler.cc', | |
463 'browser/sessions/restore_on_startup_policy_handler.h', | |
464 'browser/profiles/incognito_mode_policy_handler.cc', | |
465 'browser/profiles/incognito_mode_policy_handler.h', | |
466 'browser/prerender/prerender_config.cc', | 462 'browser/prerender/prerender_config.cc', |
467 'browser/prerender/prerender_config.h', | 463 'browser/prerender/prerender_config.h', |
468 'browser/prerender/prerender_contents.cc', | 464 'browser/prerender/prerender_contents.cc', |
469 'browser/prerender/prerender_contents.h', | 465 'browser/prerender/prerender_contents.h', |
470 'browser/prerender/prerender_field_trial.cc', | 466 'browser/prerender/prerender_field_trial.cc', |
471 'browser/prerender/prerender_field_trial.h', | 467 'browser/prerender/prerender_field_trial.h', |
472 'browser/prerender/prerender_final_status.cc', | 468 'browser/prerender/prerender_final_status.cc', |
473 'browser/prerender/prerender_final_status.h', | 469 'browser/prerender/prerender_final_status.h', |
474 'browser/prerender/prerender_handle.cc', | 470 'browser/prerender/prerender_handle.cc', |
475 'browser/prerender/prerender_handle.h', | 471 'browser/prerender/prerender_handle.h', |
(...skipping 18 matching lines...) Expand all Loading... | |
494 'browser/prerender/prerender_tab_helper.cc', | 490 'browser/prerender/prerender_tab_helper.cc', |
495 'browser/prerender/prerender_tab_helper.h', | 491 'browser/prerender/prerender_tab_helper.h', |
496 'browser/prerender/prerender_util.cc', | 492 'browser/prerender/prerender_util.cc', |
497 'browser/prerender/prerender_util.h', | 493 'browser/prerender/prerender_util.h', |
498 'browser/private_working_set_snapshot.h', | 494 'browser/private_working_set_snapshot.h', |
499 'browser/private_working_set_snapshot_win.cc', | 495 'browser/private_working_set_snapshot_win.cc', |
500 'browser/process_resource_usage.cc', | 496 'browser/process_resource_usage.cc', |
501 'browser/process_resource_usage.h', | 497 'browser/process_resource_usage.h', |
502 'browser/process_singleton.h', | 498 'browser/process_singleton.h', |
503 'browser/process_singleton_win.cc', | 499 'browser/process_singleton_win.cc', |
500 'browser/profiles/incognito_mode_policy_handler.cc', | |
xhwang
2016/04/23 00:02:30
These changes are legit but are noises to my CL. D
| |
501 'browser/profiles/incognito_mode_policy_handler.h', | |
502 'browser/push_messaging/background_budget_service.cc', | |
504 'browser/push_messaging/background_budget_service.h', | 503 'browser/push_messaging/background_budget_service.h', |
505 'browser/push_messaging/background_budget_service.cc', | 504 'browser/push_messaging/background_budget_service_factory.cc', |
506 'browser/push_messaging/background_budget_service_factory.h', | 505 'browser/push_messaging/background_budget_service_factory.h', |
507 'browser/push_messaging/background_budget_service_factory.cc', | |
508 'browser/push_messaging/push_messaging_app_identifier.cc', | 506 'browser/push_messaging/push_messaging_app_identifier.cc', |
509 'browser/push_messaging/push_messaging_app_identifier.h', | 507 'browser/push_messaging/push_messaging_app_identifier.h', |
510 'browser/push_messaging/push_messaging_constants.cc', | 508 'browser/push_messaging/push_messaging_constants.cc', |
511 'browser/push_messaging/push_messaging_constants.h', | 509 'browser/push_messaging/push_messaging_constants.h', |
512 'browser/push_messaging/push_messaging_permission_context.cc', | 510 'browser/push_messaging/push_messaging_permission_context.cc', |
513 'browser/push_messaging/push_messaging_permission_context.h', | 511 'browser/push_messaging/push_messaging_permission_context.h', |
514 'browser/push_messaging/push_messaging_service_factory.cc', | 512 'browser/push_messaging/push_messaging_service_factory.cc', |
515 'browser/push_messaging/push_messaging_service_factory.h', | 513 'browser/push_messaging/push_messaging_service_factory.h', |
516 'browser/push_messaging/push_messaging_service_impl.cc', | 514 'browser/push_messaging/push_messaging_service_impl.cc', |
517 'browser/push_messaging/push_messaging_service_impl.h', | 515 'browser/push_messaging/push_messaging_service_impl.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
562 'browser/search/search.cc', | 560 'browser/search/search.cc', |
563 'browser/search/search.h', | 561 'browser/search/search.h', |
564 'browser/search/suggestions/image_fetcher_impl.cc', | 562 'browser/search/suggestions/image_fetcher_impl.cc', |
565 'browser/search/suggestions/image_fetcher_impl.h', | 563 'browser/search/suggestions/image_fetcher_impl.h', |
566 'browser/search/suggestions/suggestions_service_factory.cc', | 564 'browser/search/suggestions/suggestions_service_factory.cc', |
567 'browser/search/suggestions/suggestions_service_factory.h', | 565 'browser/search/suggestions/suggestions_service_factory.h', |
568 'browser/search/suggestions/suggestions_ui.cc', | 566 'browser/search/suggestions/suggestions_ui.cc', |
569 'browser/search/suggestions/suggestions_ui.h', | 567 'browser/search/suggestions/suggestions_ui.h', |
570 'browser/search/thumbnail_source.cc', | 568 'browser/search/thumbnail_source.cc', |
571 'browser/search/thumbnail_source.h', | 569 'browser/search/thumbnail_source.h', |
570 'browser/sessions/restore_on_startup_policy_handler.cc', | |
571 'browser/sessions/restore_on_startup_policy_handler.h', | |
572 'browser/shell_integration.cc', | 572 'browser/shell_integration.cc', |
573 'browser/shell_integration.h', | 573 'browser/shell_integration.h', |
574 'browser/shell_integration_android.cc', | 574 'browser/shell_integration_android.cc', |
575 'browser/shell_integration_chromeos.cc', | 575 'browser/shell_integration_chromeos.cc', |
576 'browser/shell_integration_mac.mm', | 576 'browser/shell_integration_mac.mm', |
577 'browser/shell_integration_win.cc', | |
577 'browser/shell_integration_win.h', | 578 'browser/shell_integration_win.h', |
578 'browser/shell_integration_win.cc', | |
579 'browser/site_details.cc', | 579 'browser/site_details.cc', |
580 'browser/site_details.h', | 580 'browser/site_details.h', |
581 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 581 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
582 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 582 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
583 'browser/speech/tts_android.cc', | 583 'browser/speech/tts_android.cc', |
584 'browser/speech/tts_android.h', | 584 'browser/speech/tts_android.h', |
585 'browser/speech/tts_chromeos.cc', | 585 'browser/speech/tts_chromeos.cc', |
586 'browser/speech/tts_controller.h', | 586 'browser/speech/tts_controller.h', |
587 'browser/speech/tts_controller_impl.cc', | 587 'browser/speech/tts_controller_impl.cc', |
588 'browser/speech/tts_controller_impl.h', | 588 'browser/speech/tts_controller_impl.h', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
665 ], | 665 ], |
666 # Android sources included regardless of android_java_ui. | 666 # Android sources included regardless of android_java_ui. |
667 'chrome_browser_android_sources': [ | 667 'chrome_browser_android_sources': [ |
668 'browser/media/protected_media_identifier_permission_context.cc', | 668 'browser/media/protected_media_identifier_permission_context.cc', |
669 'browser/media/protected_media_identifier_permission_context.h', | 669 'browser/media/protected_media_identifier_permission_context.h', |
670 ], | 670 ], |
671 # Browser sources used when android_java_ui is enabled. | 671 # Browser sources used when android_java_ui is enabled. |
672 'chrome_browser_android_java_ui_sources': [ | 672 'chrome_browser_android_java_ui_sources': [ |
673 'browser/after_startup_task_utils_android.cc', | 673 'browser/after_startup_task_utils_android.cc', |
674 'browser/after_startup_task_utils_android.h', | 674 'browser/after_startup_task_utils_android.h', |
675 'browser/platform_util_android.cc', | |
676 'browser/android/accessibility/font_size_prefs_android.cc', | 675 'browser/android/accessibility/font_size_prefs_android.cc', |
677 'browser/android/accessibility/font_size_prefs_android.h', | 676 'browser/android/accessibility/font_size_prefs_android.h', |
678 'browser/android/accessibility_util.cc', | 677 'browser/android/accessibility_util.cc', |
679 'browser/android/accessibility_util.h', | 678 'browser/android/accessibility_util.h', |
680 'browser/android/activity_type_ids.cc', | 679 'browser/android/activity_type_ids.cc', |
681 'browser/android/activity_type_ids.h', | 680 'browser/android/activity_type_ids.h', |
682 'browser/android/android_theme_resources.h', | 681 'browser/android/android_theme_resources.h', |
683 'browser/android/appmenu/app_menu_drag_helper.cc', | 682 'browser/android/appmenu/app_menu_drag_helper.cc', |
684 'browser/android/appmenu/app_menu_drag_helper.h', | 683 'browser/android/appmenu/app_menu_drag_helper.h', |
685 'browser/android/background_sync_launcher_android.cc', | 684 'browser/android/background_sync_launcher_android.cc', |
(...skipping 13 matching lines...) Expand all Loading... | |
699 'browser/android/bottombar/overlay_panel_content.cc', | 698 'browser/android/bottombar/overlay_panel_content.cc', |
700 'browser/android/bottombar/overlay_panel_content.h', | 699 'browser/android/bottombar/overlay_panel_content.h', |
701 'browser/android/browsing_data/browsing_data_counter_bridge.cc', | 700 'browser/android/browsing_data/browsing_data_counter_bridge.cc', |
702 'browser/android/browsing_data/browsing_data_counter_bridge.h', | 701 'browser/android/browsing_data/browsing_data_counter_bridge.h', |
703 'browser/android/chrome_application.cc', | 702 'browser/android/chrome_application.cc', |
704 'browser/android/chrome_application.h', | 703 'browser/android/chrome_application.h', |
705 'browser/android/chrome_feature_list.cc', | 704 'browser/android/chrome_feature_list.cc', |
706 'browser/android/chrome_feature_list.h', | 705 'browser/android/chrome_feature_list.h', |
707 'browser/android/chrome_jni_registrar.cc', | 706 'browser/android/chrome_jni_registrar.cc', |
708 'browser/android/chrome_jni_registrar.h', | 707 'browser/android/chrome_jni_registrar.h', |
709 'browser/android/chrome_media_client_android.cc', | |
710 'browser/android/chrome_media_client_android.h', | |
711 'browser/android/chrome_startup_flags.cc', | 708 'browser/android/chrome_startup_flags.cc', |
712 'browser/android/chrome_startup_flags.h', | 709 'browser/android/chrome_startup_flags.h', |
713 'browser/android/compositor/compositor_view.cc', | 710 'browser/android/compositor/compositor_view.cc', |
714 'browser/android/compositor/compositor_view.h', | 711 'browser/android/compositor/compositor_view.h', |
715 'browser/android/compositor/decoration_title.cc', | 712 'browser/android/compositor/decoration_title.cc', |
716 'browser/android/compositor/decoration_title.h', | 713 'browser/android/compositor/decoration_title.h', |
717 'browser/android/compositor/layer/content_layer.cc', | 714 'browser/android/compositor/layer/content_layer.cc', |
718 'browser/android/compositor/layer/content_layer.h', | 715 'browser/android/compositor/layer/content_layer.h', |
719 'browser/android/compositor/layer/contextual_search_layer.cc', | 716 'browser/android/compositor/layer/contextual_search_layer.cc', |
720 'browser/android/compositor/layer/contextual_search_layer.h', | 717 'browser/android/compositor/layer/contextual_search_layer.h', |
718 'browser/android/compositor/layer/crushed_sprite_layer.cc', | |
719 'browser/android/compositor/layer/crushed_sprite_layer.h', | |
720 'browser/android/compositor/layer/layer.h', | |
721 'browser/android/compositor/layer/overlay_panel_layer.cc', | 721 'browser/android/compositor/layer/overlay_panel_layer.cc', |
722 'browser/android/compositor/layer/overlay_panel_layer.h', | 722 'browser/android/compositor/layer/overlay_panel_layer.h', |
723 'browser/android/compositor/layer/reader_mode_layer.cc', | 723 'browser/android/compositor/layer/reader_mode_layer.cc', |
724 'browser/android/compositor/layer/reader_mode_layer.h', | 724 'browser/android/compositor/layer/reader_mode_layer.h', |
725 'browser/android/compositor/layer/crushed_sprite_layer.cc', | |
726 'browser/android/compositor/layer/crushed_sprite_layer.h', | |
727 'browser/android/compositor/layer/layer.h', | |
728 'browser/android/compositor/layer/tab_handle_layer.cc', | 725 'browser/android/compositor/layer/tab_handle_layer.cc', |
729 'browser/android/compositor/layer/tab_handle_layer.h', | 726 'browser/android/compositor/layer/tab_handle_layer.h', |
730 'browser/android/compositor/layer/tab_layer.cc', | 727 'browser/android/compositor/layer/tab_layer.cc', |
731 'browser/android/compositor/layer/tab_layer.h', | 728 'browser/android/compositor/layer/tab_layer.h', |
732 'browser/android/compositor/layer/thumbnail_layer.cc', | 729 'browser/android/compositor/layer/thumbnail_layer.cc', |
733 'browser/android/compositor/layer/thumbnail_layer.h', | 730 'browser/android/compositor/layer/thumbnail_layer.h', |
734 'browser/android/compositor/layer/toolbar_layer.cc', | 731 'browser/android/compositor/layer/toolbar_layer.cc', |
735 'browser/android/compositor/layer/toolbar_layer.h', | 732 'browser/android/compositor/layer/toolbar_layer.h', |
736 'browser/android/compositor/layer_title_cache.cc', | 733 'browser/android/compositor/layer_title_cache.cc', |
737 'browser/android/compositor/layer_title_cache.h', | 734 'browser/android/compositor/layer_title_cache.h', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
872 'browser/android/ntp/most_visited_sites_bridge.cc', | 869 'browser/android/ntp/most_visited_sites_bridge.cc', |
873 'browser/android/ntp/most_visited_sites_bridge.h', | 870 'browser/android/ntp/most_visited_sites_bridge.h', |
874 'browser/android/ntp/new_tab_page_prefs.cc', | 871 'browser/android/ntp/new_tab_page_prefs.cc', |
875 'browser/android/ntp/new_tab_page_prefs.h', | 872 'browser/android/ntp/new_tab_page_prefs.h', |
876 'browser/android/ntp/new_tab_page_url_handler.cc', | 873 'browser/android/ntp/new_tab_page_url_handler.cc', |
877 'browser/android/ntp/new_tab_page_url_handler.h', | 874 'browser/android/ntp/new_tab_page_url_handler.h', |
878 'browser/android/ntp/ntp_snippets_bridge.cc', | 875 'browser/android/ntp/ntp_snippets_bridge.cc', |
879 'browser/android/ntp/ntp_snippets_bridge.h', | 876 'browser/android/ntp/ntp_snippets_bridge.h', |
880 'browser/android/ntp/ntp_snippets_launcher.cc', | 877 'browser/android/ntp/ntp_snippets_launcher.cc', |
881 'browser/android/ntp/ntp_snippets_launcher.h', | 878 'browser/android/ntp/ntp_snippets_launcher.h', |
879 'browser/android/ntp/popular_sites.cc', | |
880 'browser/android/ntp/popular_sites.h', | |
882 'browser/android/omnibox/answers_image_bridge.cc', | 881 'browser/android/omnibox/answers_image_bridge.cc', |
883 'browser/android/omnibox/answers_image_bridge.h', | 882 'browser/android/omnibox/answers_image_bridge.h', |
884 'browser/android/omnibox/autocomplete_controller_android.cc', | 883 'browser/android/omnibox/autocomplete_controller_android.cc', |
885 'browser/android/omnibox/autocomplete_controller_android.h', | 884 'browser/android/omnibox/autocomplete_controller_android.h', |
886 'browser/android/omnibox/omnibox_prerender.cc', | 885 'browser/android/omnibox/omnibox_prerender.cc', |
887 'browser/android/omnibox/omnibox_prerender.h', | 886 'browser/android/omnibox/omnibox_prerender.h', |
888 'browser/android/password_ui_view_android.cc', | 887 'browser/android/password_ui_view_android.cc', |
889 'browser/android/password_ui_view_android.h', | 888 'browser/android/password_ui_view_android.h', |
890 'browser/android/ntp/popular_sites.cc', | |
891 'browser/android/ntp/popular_sites.h', | |
892 'browser/android/precache/precache_launcher.cc', | 889 'browser/android/precache/precache_launcher.cc', |
893 'browser/android/precache/precache_launcher.h', | 890 'browser/android/precache/precache_launcher.h', |
894 'browser/android/preferences/autofill/autofill_profile_bridge.cc', | 891 'browser/android/preferences/autofill/autofill_profile_bridge.cc', |
895 'browser/android/preferences/autofill/autofill_profile_bridge.h', | 892 'browser/android/preferences/autofill/autofill_profile_bridge.h', |
896 'browser/android/preferences/pref_service_bridge.cc', | 893 'browser/android/preferences/pref_service_bridge.cc', |
897 'browser/android/preferences/pref_service_bridge.h', | 894 'browser/android/preferences/pref_service_bridge.h', |
898 'browser/android/preferences/website_preference_bridge.cc', | 895 'browser/android/preferences/website_preference_bridge.cc', |
899 'browser/android/preferences/website_preference_bridge.h', | 896 'browser/android/preferences/website_preference_bridge.h', |
900 'browser/android/profiles/profile_downloader_android.cc', | 897 'browser/android/profiles/profile_downloader_android.cc', |
901 'browser/android/profiles/profile_downloader_android.h', | 898 'browser/android/profiles/profile_downloader_android.h', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
993 'browser/media/midi_permission_infobar_delegate_android.h', | 990 'browser/media/midi_permission_infobar_delegate_android.h', |
994 'browser/media/protected_media_identifier_infobar_delegate_android.cc', | 991 'browser/media/protected_media_identifier_infobar_delegate_android.cc', |
995 'browser/media/protected_media_identifier_infobar_delegate_android.h', | 992 'browser/media/protected_media_identifier_infobar_delegate_android.h', |
996 'browser/metrics/android_metrics_provider.cc', | 993 'browser/metrics/android_metrics_provider.cc', |
997 'browser/metrics/android_metrics_provider.h', | 994 'browser/metrics/android_metrics_provider.h', |
998 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate_android.cc', | 995 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate_android.cc', |
999 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate_android.h', | 996 'browser/net/spdyproxy/data_reduction_proxy_infobar_delegate_android.h', |
1000 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc', | 997 'browser/net/spdyproxy/data_reduction_proxy_settings_android.cc', |
1001 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h', | 998 'browser/net/spdyproxy/data_reduction_proxy_settings_android.h', |
1002 'browser/password_manager/account_chooser_dialog_android.cc', | 999 'browser/password_manager/account_chooser_dialog_android.cc', |
1003 'browser/password_manager/update_password_infobar_delegate.cc', | |
1004 'browser/password_manager/update_password_infobar_delegate.h', | |
1005 'browser/password_manager/account_chooser_dialog_android.h', | 1000 'browser/password_manager/account_chooser_dialog_android.h', |
1006 'browser/password_manager/auto_signin_first_run_dialog_android.cc', | 1001 'browser/password_manager/auto_signin_first_run_dialog_android.cc', |
1007 'browser/password_manager/auto_signin_first_run_dialog_android.h', | 1002 'browser/password_manager/auto_signin_first_run_dialog_android.h', |
1008 'browser/password_manager/credential_android.cc', | 1003 'browser/password_manager/credential_android.cc', |
1009 'browser/password_manager/credential_android.h', | 1004 'browser/password_manager/credential_android.h', |
1010 'browser/password_manager/generated_password_saved_infobar_delegate_androi d.cc', | 1005 'browser/password_manager/generated_password_saved_infobar_delegate_androi d.cc', |
1011 'browser/password_manager/generated_password_saved_infobar_delegate_androi d.h', | 1006 'browser/password_manager/generated_password_saved_infobar_delegate_androi d.h', |
1007 'browser/password_manager/update_password_infobar_delegate.cc', | |
1008 'browser/password_manager/update_password_infobar_delegate.h', | |
1012 'browser/permissions/permission_queue_controller.cc', | 1009 'browser/permissions/permission_queue_controller.cc', |
1013 'browser/permissions/permission_queue_controller.h', | 1010 'browser/permissions/permission_queue_controller.h', |
1011 'browser/platform_util_android.cc', | |
1014 'browser/precache/precache_manager_factory.cc', | 1012 'browser/precache/precache_manager_factory.cc', |
1015 'browser/precache/precache_manager_factory.h', | 1013 'browser/precache/precache_manager_factory.h', |
1016 'browser/prerender/external_prerender_handler_android.cc', | 1014 'browser/prerender/external_prerender_handler_android.cc', |
1017 'browser/prerender/external_prerender_handler_android.h', | 1015 'browser/prerender/external_prerender_handler_android.h', |
1018 'browser/profiles/profile_android.cc', | 1016 'browser/profiles/profile_android.cc', |
1019 'browser/profiles/profile_android.h', | 1017 'browser/profiles/profile_android.h', |
1020 'browser/search/contextual_search_policy_handler_android.cc', | 1018 'browser/search/contextual_search_policy_handler_android.cc', |
1021 'browser/search/contextual_search_policy_handler_android.h', | 1019 'browser/search/contextual_search_policy_handler_android.h', |
1022 'browser/signin/oauth2_token_service_delegate_android.cc', | 1020 'browser/signin/oauth2_token_service_delegate_android.cc', |
1023 'browser/signin/oauth2_token_service_delegate_android.h', | 1021 'browser/signin/oauth2_token_service_delegate_android.h', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1111 # TODO(stuartmorgan): Remove this once enough has been componentized that | 1109 # TODO(stuartmorgan): Remove this once enough has been componentized that |
1112 # there's no value in building any of chrome/ for iOS. | 1110 # there's no value in building any of chrome/ for iOS. |
1113 'chrome_browser_ios_sources': [ | 1111 'chrome_browser_ios_sources': [ |
1114 'browser/browser_process.cc', | 1112 'browser/browser_process.cc', |
1115 'browser/browser_process.h', | 1113 'browser/browser_process.h', |
1116 'browser/browser_process_platform_part_base.cc', | 1114 'browser/browser_process_platform_part_base.cc', |
1117 'browser/browser_process_platform_part_base.h', | 1115 'browser/browser_process_platform_part_base.h', |
1118 ], | 1116 ], |
1119 # Desktop Linux, ChromeOS, and Windows. | 1117 # Desktop Linux, ChromeOS, and Windows. |
1120 'chrome_browser_non_mac_desktop_sources': [ | 1118 'chrome_browser_non_mac_desktop_sources': [ |
1119 'browser/renderer_context_menu/spelling_options_submenu_observer.cc', | |
1121 'browser/renderer_context_menu/spelling_options_submenu_observer.h', | 1120 'browser/renderer_context_menu/spelling_options_submenu_observer.h', |
1122 'browser/renderer_context_menu/spelling_options_submenu_observer.cc', | |
1123 ], | 1121 ], |
1124 # Desktop linux, doesn't count ChromeOS. | 1122 # Desktop linux, doesn't count ChromeOS. |
1125 'chrome_browser_linux_desktop_sources': [ | 1123 'chrome_browser_linux_desktop_sources': [ |
1126 'browser/first_run/upgrade_util.cc', | 1124 'browser/first_run/upgrade_util.cc', |
1127 'browser/first_run/upgrade_util_linux.cc', | 1125 'browser/first_run/upgrade_util_linux.cc', |
1128 'browser/first_run/upgrade_util_linux.h', | 1126 'browser/first_run/upgrade_util_linux.h', |
1129 'browser/fullscreen_aurax11.cc', | 1127 'browser/fullscreen_aurax11.cc', |
1130 'browser/icon_loader_auralinux.cc', | 1128 'browser/icon_loader_auralinux.cc', |
1131 'browser/password_manager/native_backend_kwallet_x.cc', | 1129 'browser/password_manager/native_backend_kwallet_x.cc', |
1132 'browser/password_manager/native_backend_kwallet_x.h', | 1130 'browser/password_manager/native_backend_kwallet_x.h', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1247 'browser/importer/importer_lock_dialog.h', | 1245 'browser/importer/importer_lock_dialog.h', |
1248 'browser/importer/importer_progress_observer.h', | 1246 'browser/importer/importer_progress_observer.h', |
1249 'browser/importer/importer_uma.cc', | 1247 'browser/importer/importer_uma.cc', |
1250 'browser/importer/importer_uma.h', | 1248 'browser/importer/importer_uma.h', |
1251 'browser/importer/in_process_importer_bridge.cc', | 1249 'browser/importer/in_process_importer_bridge.cc', |
1252 'browser/importer/in_process_importer_bridge.h', | 1250 'browser/importer/in_process_importer_bridge.h', |
1253 'browser/importer/profile_writer.cc', | 1251 'browser/importer/profile_writer.cc', |
1254 'browser/importer/profile_writer.h', | 1252 'browser/importer/profile_writer.h', |
1255 'browser/lifetime/browser_close_manager.cc', | 1253 'browser/lifetime/browser_close_manager.cc', |
1256 'browser/lifetime/browser_close_manager.h', | 1254 'browser/lifetime/browser_close_manager.h', |
1257 'browser/lifetime/keep_alive_types.cc', | |
1258 'browser/lifetime/keep_alive_types.h', | |
1259 'browser/lifetime/keep_alive_registry.cc', | 1255 'browser/lifetime/keep_alive_registry.cc', |
1260 'browser/lifetime/keep_alive_registry.h', | 1256 'browser/lifetime/keep_alive_registry.h', |
1261 'browser/lifetime/keep_alive_state_observer.h', | 1257 'browser/lifetime/keep_alive_state_observer.h', |
1258 'browser/lifetime/keep_alive_types.cc', | |
1259 'browser/lifetime/keep_alive_types.h', | |
1262 'browser/lifetime/scoped_keep_alive.cc', | 1260 'browser/lifetime/scoped_keep_alive.cc', |
1263 'browser/lifetime/scoped_keep_alive.h', | 1261 'browser/lifetime/scoped_keep_alive.h', |
1264 'browser/media/tab_desktop_media_list.cc', | 1262 'browser/media/tab_desktop_media_list.cc', |
1265 'browser/media/tab_desktop_media_list.h', | 1263 'browser/media/tab_desktop_media_list.h', |
1266 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', | 1264 'browser/media_galleries/fileapi/av_scanning_file_validator.cc', |
1267 'browser/media_galleries/fileapi/av_scanning_file_validator.h', | 1265 'browser/media_galleries/fileapi/av_scanning_file_validator.h', |
1268 'browser/media_galleries/fileapi/device_media_async_file_util.cc', | 1266 'browser/media_galleries/fileapi/device_media_async_file_util.cc', |
1269 'browser/media_galleries/fileapi/device_media_async_file_util.h', | 1267 'browser/media_galleries/fileapi/device_media_async_file_util.h', |
1270 'browser/media_galleries/fileapi/iapps_finder.h', | 1268 'browser/media_galleries/fileapi/iapps_finder.h', |
1271 'browser/media_galleries/fileapi/iapps_finder_impl.cc', | 1269 'browser/media_galleries/fileapi/iapps_finder_impl.cc', |
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2121 'browser/net/quota_policy_channel_id_store.cc', | 2119 'browser/net/quota_policy_channel_id_store.cc', |
2122 'browser/net/quota_policy_channel_id_store.h', | 2120 'browser/net/quota_policy_channel_id_store.h', |
2123 'browser/net/referrer.cc', | 2121 'browser/net/referrer.cc', |
2124 'browser/net/referrer.h', | 2122 'browser/net/referrer.h', |
2125 'browser/net/request_source_bandwidth_histograms.cc', | 2123 'browser/net/request_source_bandwidth_histograms.cc', |
2126 'browser/net/request_source_bandwidth_histograms.h', | 2124 'browser/net/request_source_bandwidth_histograms.h', |
2127 'browser/net/resource_prefetch_predictor_observer.cc', | 2125 'browser/net/resource_prefetch_predictor_observer.cc', |
2128 'browser/net/resource_prefetch_predictor_observer.h', | 2126 'browser/net/resource_prefetch_predictor_observer.h', |
2129 'browser/net/safe_search_util.cc', | 2127 'browser/net/safe_search_util.cc', |
2130 'browser/net/safe_search_util.h', | 2128 'browser/net/safe_search_util.h', |
2129 'browser/net/sdch_owner_pref_storage.cc', | |
2130 'browser/net/sdch_owner_pref_storage.h', | |
2131 'browser/net/service_providers_win.cc', | 2131 'browser/net/service_providers_win.cc', |
2132 'browser/net/service_providers_win.h', | 2132 'browser/net/service_providers_win.h', |
2133 'browser/net/sdch_owner_pref_storage.cc', | |
2134 'browser/net/sdch_owner_pref_storage.h', | |
2135 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc', | 2133 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc', |
2136 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h', | 2134 'browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h', |
2137 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc', | 2135 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc', |
2138 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h', | 2136 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h', |
2139 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc', | 2137 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc', |
2140 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h', | 2138 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h', |
2141 'browser/net/timed_cache.cc', | 2139 'browser/net/timed_cache.cc', |
2142 'browser/net/timed_cache.h', | 2140 'browser/net/timed_cache.h', |
2143 'browser/net/url_info.cc', | 2141 'browser/net/url_info.cc', |
2144 'browser/net/url_info.h', | 2142 'browser/net/url_info.h', |
(...skipping 30 matching lines...) Expand all Loading... | |
2175 'browser/notifications/persistent_notification_delegate.h', | 2173 'browser/notifications/persistent_notification_delegate.h', |
2176 'browser/notifications/platform_notification_service_impl.cc', | 2174 'browser/notifications/platform_notification_service_impl.cc', |
2177 'browser/notifications/platform_notification_service_impl.h', | 2175 'browser/notifications/platform_notification_service_impl.h', |
2178 'browser/notifications/profile_notification.cc', | 2176 'browser/notifications/profile_notification.cc', |
2179 'browser/notifications/profile_notification.h', | 2177 'browser/notifications/profile_notification.h', |
2180 'browser/push_messaging/push_messaging_notification_manager.cc', | 2178 'browser/push_messaging/push_messaging_notification_manager.cc', |
2181 'browser/push_messaging/push_messaging_notification_manager.h', | 2179 'browser/push_messaging/push_messaging_notification_manager.h', |
2182 ], | 2180 ], |
2183 # Used on Android when notifications and java_ui are enabled. | 2181 # Used on Android when notifications and java_ui are enabled. |
2184 'chrome_browser_notifications_android_java_ui_sources': [ | 2182 'chrome_browser_notifications_android_java_ui_sources': [ |
2183 'browser/notifications/notification_permission_infobar_delegate.cc', | |
2184 'browser/notifications/notification_permission_infobar_delegate.h', | |
2185 'browser/notifications/notification_ui_manager_android.cc', | 2185 'browser/notifications/notification_ui_manager_android.cc', |
2186 'browser/notifications/notification_ui_manager_android.h', | 2186 'browser/notifications/notification_ui_manager_android.h', |
2187 'browser/notifications/notification_permission_infobar_delegate.cc', | |
2188 'browser/notifications/notification_permission_infobar_delegate.h', | |
2189 ], | 2187 ], |
2190 # Used on non-Android platforms when notifications are enabled. | 2188 # Used on non-Android platforms when notifications are enabled. |
2191 'chrome_browser_notifications_non_android_sources': [ | 2189 'chrome_browser_notifications_non_android_sources': [ |
2192 'browser/notifications/extension_welcome_notification.cc', | 2190 'browser/notifications/extension_welcome_notification.cc', |
2193 'browser/notifications/extension_welcome_notification.h', | 2191 'browser/notifications/extension_welcome_notification.h', |
2194 'browser/notifications/extension_welcome_notification_factory.cc', | 2192 'browser/notifications/extension_welcome_notification_factory.cc', |
2195 'browser/notifications/extension_welcome_notification_factory.h', | 2193 'browser/notifications/extension_welcome_notification_factory.h', |
2196 'browser/notifications/fullscreen_notification_blocker.cc', | 2194 'browser/notifications/fullscreen_notification_blocker.cc', |
2197 'browser/notifications/fullscreen_notification_blocker.h', | 2195 'browser/notifications/fullscreen_notification_blocker.h', |
2198 'browser/notifications/google_now_notification_stats_collector.cc', | 2196 'browser/notifications/google_now_notification_stats_collector.cc', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2265 ], | 2263 ], |
2266 # Permissions sources used when android_java_ui is enabled. | 2264 # Permissions sources used when android_java_ui is enabled. |
2267 'chrome_browser_permissions_android_java_ui_sources': [ | 2265 'chrome_browser_permissions_android_java_ui_sources': [ |
2268 'browser/permissions/permission_update_infobar_delegate_android.cc', | 2266 'browser/permissions/permission_update_infobar_delegate_android.cc', |
2269 'browser/permissions/permission_update_infobar_delegate_android.h', | 2267 'browser/permissions/permission_update_infobar_delegate_android.h', |
2270 ], | 2268 ], |
2271 # See also the plugin_installation_sources list below. | 2269 # See also the plugin_installation_sources list below. |
2272 'chrome_browser_plugins_sources': [ | 2270 'chrome_browser_plugins_sources': [ |
2273 'browser/browsing_data/browsing_data_flash_lso_helper.cc', | 2271 'browser/browsing_data/browsing_data_flash_lso_helper.cc', |
2274 'browser/browsing_data/browsing_data_flash_lso_helper.h', | 2272 'browser/browsing_data/browsing_data_flash_lso_helper.h', |
2273 'browser/component_updater/pepper_flash_component_installer.cc', | |
2275 'browser/component_updater/pepper_flash_component_installer.h', | 2274 'browser/component_updater/pepper_flash_component_installer.h', |
2276 'browser/component_updater/pepper_flash_component_installer.cc', | |
2277 'browser/metrics/plugin_metrics_provider.cc', | 2275 'browser/metrics/plugin_metrics_provider.cc', |
2278 'browser/metrics/plugin_metrics_provider.h', | 2276 'browser/metrics/plugin_metrics_provider.h', |
2279 'browser/pepper_broker_infobar_delegate.cc', | 2277 'browser/pepper_broker_infobar_delegate.cc', |
2280 'browser/pepper_broker_infobar_delegate.h', | 2278 'browser/pepper_broker_infobar_delegate.h', |
2281 'browser/pepper_flash_settings_manager.cc', | 2279 'browser/pepper_flash_settings_manager.cc', |
2282 'browser/pepper_flash_settings_manager.h', | 2280 'browser/pepper_flash_settings_manager.h', |
2283 'browser/plugins/chrome_content_browser_client_plugins_part.cc', | 2281 'browser/plugins/chrome_content_browser_client_plugins_part.cc', |
2284 'browser/plugins/chrome_content_browser_client_plugins_part.h', | 2282 'browser/plugins/chrome_content_browser_client_plugins_part.h', |
2285 'browser/plugins/chrome_plugin_service_filter.cc', | 2283 'browser/plugins/chrome_plugin_service_filter.cc', |
2286 'browser/plugins/chrome_plugin_service_filter.h', | 2284 'browser/plugins/chrome_plugin_service_filter.h', |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2833 'browser/spellchecker/spelling_service_client.cc', | 2831 'browser/spellchecker/spelling_service_client.cc', |
2834 'browser/spellchecker/spelling_service_client.h', | 2832 'browser/spellchecker/spelling_service_client.h', |
2835 'browser/spellchecker/word_trimmer.cc', | 2833 'browser/spellchecker/word_trimmer.cc', |
2836 'browser/spellchecker/word_trimmer.h', | 2834 'browser/spellchecker/word_trimmer.h', |
2837 ], | 2835 ], |
2838 'chrome_browser_ssl_sources': [ | 2836 'chrome_browser_ssl_sources': [ |
2839 'browser/ssl/bad_clock_blocking_page.cc', | 2837 'browser/ssl/bad_clock_blocking_page.cc', |
2840 'browser/ssl/bad_clock_blocking_page.h', | 2838 'browser/ssl/bad_clock_blocking_page.h', |
2841 'browser/ssl/cert_report_helper.cc', | 2839 'browser/ssl/cert_report_helper.cc', |
2842 'browser/ssl/cert_report_helper.h', | 2840 'browser/ssl/cert_report_helper.h', |
2841 'browser/ssl/chrome_expect_ct_reporter.cc', | |
2842 'browser/ssl/chrome_expect_ct_reporter.h', | |
2843 'browser/ssl/chrome_security_state_model_client.cc', | 2843 'browser/ssl/chrome_security_state_model_client.cc', |
2844 'browser/ssl/chrome_security_state_model_client.h', | 2844 'browser/ssl/chrome_security_state_model_client.h', |
2845 'browser/ssl/chrome_ssl_host_state_delegate.cc', | 2845 'browser/ssl/chrome_ssl_host_state_delegate.cc', |
2846 'browser/ssl/chrome_ssl_host_state_delegate.h', | 2846 'browser/ssl/chrome_ssl_host_state_delegate.h', |
2847 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', | 2847 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', |
2848 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', | 2848 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', |
2849 'browser/ssl/common_name_mismatch_handler.cc', | 2849 'browser/ssl/common_name_mismatch_handler.cc', |
2850 'browser/ssl/common_name_mismatch_handler.h', | 2850 'browser/ssl/common_name_mismatch_handler.h', |
2851 'browser/ssl/chrome_expect_ct_reporter.cc', | |
2852 'browser/ssl/chrome_expect_ct_reporter.h', | |
2853 'browser/ssl/ssl_blocking_page.cc', | 2851 'browser/ssl/ssl_blocking_page.cc', |
2854 'browser/ssl/ssl_blocking_page.h', | 2852 'browser/ssl/ssl_blocking_page.h', |
2855 'browser/ssl/ssl_cert_reporter.h', | 2853 'browser/ssl/ssl_cert_reporter.h', |
2856 'browser/ssl/ssl_client_certificate_selector.h', | 2854 'browser/ssl/ssl_client_certificate_selector.h', |
2857 'browser/ssl/ssl_error_handler.cc', | 2855 'browser/ssl/ssl_error_handler.cc', |
2858 'browser/ssl/ssl_error_handler.h', | 2856 'browser/ssl/ssl_error_handler.h', |
2859 ], | 2857 ], |
2860 # SSL sources used when android_java_ui is enabled. | 2858 # SSL sources used when android_java_ui is enabled. |
2861 'chrome_browser_ssl_android_java_ui_sources': [ | 2859 'chrome_browser_ssl_android_java_ui_sources': [ |
2862 'browser/ssl/security_state_model_android.cc', | 2860 'browser/ssl/security_state_model_android.cc', |
2863 'browser/ssl/security_state_model_android.h', | 2861 'browser/ssl/security_state_model_android.h', |
2864 ], | 2862 ], |
2865 'chrome_browser_supervised_user_sources': [ | 2863 'chrome_browser_supervised_user_sources': [ |
2866 'browser/content_settings/content_settings_supervised_provider.cc', | 2864 'browser/content_settings/content_settings_supervised_provider.cc', |
2867 'browser/content_settings/content_settings_supervised_provider.h', | 2865 'browser/content_settings/content_settings_supervised_provider.h', |
2868 'browser/supervised_user/child_accounts/child_account_service.cc', | 2866 'browser/supervised_user/child_accounts/child_account_service.cc', |
2869 'browser/supervised_user/child_accounts/child_account_service.h', | 2867 'browser/supervised_user/child_accounts/child_account_service.h', |
2870 'browser/supervised_user/child_accounts/child_account_service_factory.cc', | 2868 'browser/supervised_user/child_accounts/child_account_service_factory.cc', |
2871 'browser/supervised_user/child_accounts/child_account_service_factory.h', | 2869 'browser/supervised_user/child_accounts/child_account_service_factory.h', |
2872 'browser/supervised_user/child_accounts/family_info_fetcher.cc', | 2870 'browser/supervised_user/child_accounts/family_info_fetcher.cc', |
2873 'browser/supervised_user/child_accounts/family_info_fetcher.h', | 2871 'browser/supervised_user/child_accounts/family_info_fetcher.h', |
2874 'browser/supervised_user/child_accounts/permission_request_creator_apiary. cc', | 2872 'browser/supervised_user/child_accounts/permission_request_creator_apiary. cc', |
2875 'browser/supervised_user/child_accounts/permission_request_creator_apiary. h', | 2873 'browser/supervised_user/child_accounts/permission_request_creator_apiary. h', |
2874 'browser/supervised_user/experimental/safe_search_url_reporter.cc', | |
2875 'browser/supervised_user/experimental/safe_search_url_reporter.h', | |
2876 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc ', | 2876 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc ', |
2877 'browser/supervised_user/experimental/supervised_user_async_url_checker.h' , | 2877 'browser/supervised_user/experimental/supervised_user_async_url_checker.h' , |
2878 'browser/supervised_user/experimental/supervised_user_blacklist.cc', | 2878 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
2879 'browser/supervised_user/experimental/supervised_user_blacklist.h', | 2879 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
2880 'browser/supervised_user/experimental/supervised_user_filtering_switches.c c', | 2880 'browser/supervised_user/experimental/supervised_user_filtering_switches.c c', |
2881 'browser/supervised_user/experimental/supervised_user_filtering_switches.h ', | 2881 'browser/supervised_user/experimental/supervised_user_filtering_switches.h ', |
2882 'browser/supervised_user/experimental/safe_search_url_reporter.cc', | |
2883 'browser/supervised_user/experimental/safe_search_url_reporter.h', | |
2884 'browser/supervised_user/permission_request_creator.h', | 2882 'browser/supervised_user/permission_request_creator.h', |
2885 'browser/supervised_user/supervised_user_bookmarks_handler.cc', | 2883 'browser/supervised_user/supervised_user_bookmarks_handler.cc', |
2886 'browser/supervised_user/supervised_user_bookmarks_handler.h', | 2884 'browser/supervised_user/supervised_user_bookmarks_handler.h', |
2887 'browser/supervised_user/supervised_user_constants.cc', | 2885 'browser/supervised_user/supervised_user_constants.cc', |
2888 'browser/supervised_user/supervised_user_constants.h', | 2886 'browser/supervised_user/supervised_user_constants.h', |
2889 'browser/supervised_user/supervised_user_content_provider_android.cc', | 2887 'browser/supervised_user/supervised_user_content_provider_android.cc', |
2890 'browser/supervised_user/supervised_user_content_provider_android.h', | 2888 'browser/supervised_user/supervised_user_content_provider_android.h', |
2891 'browser/supervised_user/supervised_user_interstitial.cc', | 2889 'browser/supervised_user/supervised_user_interstitial.cc', |
2892 'browser/supervised_user/supervised_user_interstitial.h', | 2890 'browser/supervised_user/supervised_user_interstitial.h', |
2893 'browser/supervised_user/supervised_user_navigation_observer.cc', | 2891 'browser/supervised_user/supervised_user_navigation_observer.cc', |
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4219 '../components/components.gyp:rlz', | 4217 '../components/components.gyp:rlz', |
4220 '../components/components.gyp:search_engines', | 4218 '../components/components.gyp:search_engines', |
4221 '../rlz/rlz.gyp:rlz_lib', | 4219 '../rlz/rlz.gyp:rlz_lib', |
4222 'common', | 4220 'common', |
4223 ], | 4221 ], |
4224 }, | 4222 }, |
4225 ], | 4223 ], |
4226 }], | 4224 }], |
4227 ], | 4225 ], |
4228 } | 4226 } |
OLD | NEW |