diff options
26 files changed, 60 insertions, 60 deletions
diff --git a/components/app_modal/BUILD.gn b/components/app_modal/BUILD.gn index 10e69a6..76dad7e 100644 --- a/components/app_modal/BUILD.gn +++ b/components/app_modal/BUILD.gn @@ -32,8 +32,8 @@ static_library("app_modal") { if (toolkit_views && !is_mac) { sources += [ - "views/javascript_app_modal_dialog_views.h", "views/javascript_app_modal_dialog_views.cc", + "views/javascript_app_modal_dialog_views.h", ] } } diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn index b839082..dd040a0 100644 --- a/components/autofill/core/browser/BUILD.gn +++ b/components/autofill/core/browser/BUILD.gn @@ -48,6 +48,7 @@ static_library("browser") { "autofill-inl.h", "autofill_cc_infobar_delegate.cc", "autofill_cc_infobar_delegate.h", + "autofill_client.h", "autofill_country.cc", "autofill_country.h", "autofill_data_model.cc", @@ -63,7 +64,6 @@ static_library("browser") { "autofill_ie_toolbar_import_win.h", "autofill_manager.cc", "autofill_manager.h", - "autofill_client.h", "autofill_manager_test_delegate.h", "autofill_metrics.cc", "autofill_metrics.h", diff --git a/components/captive_portal/BUILD.gn b/components/captive_portal/BUILD.gn index 3bf2fcc..3d77291 100644 --- a/components/captive_portal/BUILD.gn +++ b/components/captive_portal/BUILD.gn @@ -6,9 +6,9 @@ component("captive_portal") { sources = [ "captive_portal_detector.cc", "captive_portal_detector.h", + "captive_portal_export.h", "captive_portal_types.cc", "captive_portal_types.h", - "captive_portal_export.h", ] defines = [ "CAPTIVE_PORTAL_IMPLEMENTATION" ] diff --git a/components/content_settings/core/browser/BUILD.gn b/components/content_settings/core/browser/BUILD.gn index 5f8ca6d..89f3ec8 100644 --- a/components/content_settings/core/browser/BUILD.gn +++ b/components/content_settings/core/browser/BUILD.gn @@ -12,6 +12,8 @@ static_library("browser") { "content_settings_observable_provider.cc", "content_settings_observable_provider.h", "content_settings_observer.h", + "content_settings_origin_identifier_value_map.cc", + "content_settings_origin_identifier_value_map.h", "content_settings_override_provider.cc", "content_settings_override_provider.h", "content_settings_policy_provider.cc", @@ -19,17 +21,15 @@ static_library("browser") { "content_settings_pref_provider.cc", "content_settings_pref_provider.h", "content_settings_provider.h", - "content_settings_origin_identifier_value_map.cc", - "content_settings_origin_identifier_value_map.h", "content_settings_rule.cc", "content_settings_rule.h", "content_settings_usages_state.cc", "content_settings_usages_state.h", "content_settings_utils.cc", "content_settings_utils.h", - "local_shared_objects_counter.h", "host_content_settings_map.cc", "host_content_settings_map.h", + "local_shared_objects_counter.h", ] deps = [ diff --git a/components/content_settings/core/common/BUILD.gn b/components/content_settings/core/common/BUILD.gn index f76ef9c..3784bc6 100644 --- a/components/content_settings/core/common/BUILD.gn +++ b/components/content_settings/core/common/BUILD.gn @@ -11,10 +11,10 @@ static_library("common") { "content_settings_pattern_parser.cc", "content_settings_pattern_parser.h", "content_settings_types.h", - "permission_request_id.h", "permission_request_id.cc", - "pref_names.h", + "permission_request_id.h", "pref_names.cc", + "pref_names.h", ] deps = [ @@ -27,8 +27,8 @@ static_library("common") { source_set("unit_tests") { testonly = true sources = [ - "content_settings_pattern_unittest.cc", "content_settings_pattern_parser_unittest.cc", + "content_settings_pattern_unittest.cc", ] deps = [ diff --git a/components/crash/app/BUILD.gn b/components/crash/app/BUILD.gn index d3c222ad..9dc7363 100644 --- a/components/crash/app/BUILD.gn +++ b/components/crash/app/BUILD.gn @@ -8,10 +8,10 @@ if (is_android) { source_set("lib") { sources = [ - "crash_reporter_client.cc", - "crash_reporter_client.h", "crash_keys_win.cc", "crash_keys_win.h", + "crash_reporter_client.cc", + "crash_reporter_client.h", ] include_dirs = [ "../../../breakpad/src" ] diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn index 5e667f8..2782d16 100644 --- a/components/dom_distiller/core/BUILD.gn +++ b/components/dom_distiller/core/BUILD.gn @@ -15,14 +15,14 @@ source_set("core") { "article_entry.h", "distilled_content_store.cc", "distilled_content_store.h", - "distiller.cc", - "distiller.h", - "distiller_page.cc", - "distiller_page.h", "distilled_page_prefs.cc", "distilled_page_prefs.h", "distilled_page_prefs_android.cc", "distilled_page_prefs_android.h", + "distiller.cc", + "distiller.h", + "distiller_page.cc", + "distiller_page.h", "distiller_url_fetcher.cc", "distiller_url_fetcher.h", "dom_distiller_constants.cc", @@ -40,10 +40,10 @@ source_set("core") { "task_tracker.h", "url_constants.cc", "url_constants.h", - "url_utils_android.cc", - "url_utils_android.h", "url_utils.cc", "url_utils.h", + "url_utils_android.cc", + "url_utils_android.h", "viewer.cc", "viewer.h", ] diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn index fa76389..e8c9a17 100644 --- a/components/gcm_driver/BUILD.gn +++ b/components/gcm_driver/BUILD.gn @@ -9,10 +9,10 @@ static_library("gcm_driver") { "android/component_jni_registrar.h", "default_gcm_app_handler.cc", "default_gcm_app_handler.h", - "gcm_activity.cc", - "gcm_activity.h", "gcm_account_mapper.cc", "gcm_account_mapper.h", + "gcm_activity.cc", + "gcm_activity.h", "gcm_app_handler.cc", "gcm_app_handler.h", "gcm_backoff_policy.cc", diff --git a/components/keyed_service/content/BUILD.gn b/components/keyed_service/content/BUILD.gn index e5f7cb9..b75f864 100644 --- a/components/keyed_service/content/BUILD.gn +++ b/components/keyed_service/content/BUILD.gn @@ -9,8 +9,8 @@ component("content") { sources = [ "browser_context_dependency_manager.cc", "browser_context_dependency_manager.h", - "browser_context_keyed_base_factory.h", "browser_context_keyed_base_factory.cc", + "browser_context_keyed_base_factory.h", "browser_context_keyed_service_factory.cc", "browser_context_keyed_service_factory.h", "browser_context_keyed_service_shutdown_notifier_factory.cc", diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn index b181fdc..69d0af4 100644 --- a/components/metrics/BUILD.gn +++ b/components/metrics/BUILD.gn @@ -91,10 +91,10 @@ source_set("gpu") { # GYP version: components/metrics.gypi:metrics_net static_library("net") { sources = [ - "net/network_metrics_provider.cc", - "net/network_metrics_provider.h", "net/net_metrics_log_uploader.cc", "net/net_metrics_log_uploader.h", + "net/network_metrics_provider.cc", + "net/network_metrics_provider.h", "net/wifi_access_point_info_provider.cc", "net/wifi_access_point_info_provider.h", "net/wifi_access_point_info_provider_chromeos.cc", @@ -151,10 +151,10 @@ if (is_linux) { # GYP version: components/metrics.gypi:metrics_serialization source_set("serialization") { sources = [ - "serialization/serialization_utils.cc", - "serialization/serialization_utils.h", "serialization/metric_sample.cc", "serialization/metric_sample.h", + "serialization/serialization_utils.cc", + "serialization/serialization_utils.h", ] deps = [ "//base", diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn index 29f1fbc..788c2d7 100644 --- a/components/navigation_interception/BUILD.gn +++ b/components/navigation_interception/BUILD.gn @@ -10,8 +10,8 @@ static_library("navigation_interception") { sources = [ "intercept_navigation_resource_throttle.cc", "intercept_navigation_resource_throttle.h", - "navigation_params.h", "navigation_params.cc", + "navigation_params.h", ] deps = [ @@ -28,8 +28,8 @@ static_library("navigation_interception") { "component_jni_registrar.h", "intercept_navigation_delegate.cc", "intercept_navigation_delegate.h", - "navigation_params_android.h", "navigation_params_android.cc", + "navigation_params_android.h", ] deps += [ ":jni_headers" ] } diff --git a/components/network_time/BUILD.gn b/components/network_time/BUILD.gn index f935ffb..a14e999 100644 --- a/components/network_time/BUILD.gn +++ b/components/network_time/BUILD.gn @@ -4,10 +4,10 @@ static_library("network_time") { sources = [ - "network_time_tracker.cc", - "network_time_tracker.h", "network_time_pref_names.cc", "network_time_pref_names.h", + "network_time_tracker.cc", + "network_time_tracker.h", ] deps = [ diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn index f3f4d9e..08ff27d 100644 --- a/components/omnibox/BUILD.gn +++ b/components/omnibox/BUILD.gn @@ -4,8 +4,8 @@ static_library("omnibox") { sources = [ - "answers_cache.h", "answers_cache.cc", + "answers_cache.h", "autocomplete_input.cc", "autocomplete_input.h", "autocomplete_match.cc", diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn index 54195e3..2f1b1c0 100644 --- a/components/password_manager/core/browser/BUILD.gn +++ b/components/password_manager/core/browser/BUILD.gn @@ -24,9 +24,9 @@ static_library("browser") { "affiliation_fetch_throttler.cc", "affiliation_fetch_throttler.h", "affiliation_fetch_throttler_delegate.h", - "affiliation_fetcher_delegate.h", "affiliation_fetcher.cc", "affiliation_fetcher.h", + "affiliation_fetcher_delegate.h", "affiliation_service.cc", "affiliation_service.h", "affiliation_utils.cc", diff --git a/components/pdf/renderer/BUILD.gn b/components/pdf/renderer/BUILD.gn index e834a3c..3ec8040 100644 --- a/components/pdf/renderer/BUILD.gn +++ b/components/pdf/renderer/BUILD.gn @@ -6,10 +6,10 @@ import("//build/config/features.gni") static_library("renderer") { sources = [ - "pepper_pdf_host.cc", - "pepper_pdf_host.h", "pdf_resource_util.cc", "pdf_resource_util.h", + "pepper_pdf_host.cc", + "pepper_pdf_host.h", "ppb_pdf_impl.cc", "ppb_pdf_impl.h", ] diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn index 3b2c18f..e192b3d 100644 --- a/components/policy/core/common/BUILD.gn +++ b/components/policy/core/common/BUILD.gn @@ -9,6 +9,7 @@ source_set("common") { if (enable_configuration_policy) { sources = [ + "../../policy_export.h", "async_policy_loader.cc", "async_policy_loader.h", "async_policy_provider.cc", @@ -122,7 +123,6 @@ source_set("common") { "schema_registry.h", "schema_registry_tracking_policy_provider.cc", "schema_registry_tracking_policy_provider.h", - "../../policy_export.h", ] deps = [ @@ -182,8 +182,8 @@ source_set("common") { # can always interface with the PolicyService without having to #ifdef on # ENABLE_CONFIGURATION_POLICY. sources = [ - "external_data_fetcher.h", "external_data_fetcher.cc", + "external_data_fetcher.h", "external_data_manager.h", "policy_map.cc", "policy_map.h", diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn index d067603..a859826 100644 --- a/components/proximity_auth/BUILD.gn +++ b/components/proximity_auth/BUILD.gn @@ -13,8 +13,8 @@ source_set("proximity_auth") { "bluetooth_connection_finder.cc", "bluetooth_connection_finder.h", "bluetooth_util.cc", - "bluetooth_util_chromeos.cc", "bluetooth_util.h", + "bluetooth_util_chromeos.cc", "client.cc", "client.h", "client_observer.h", @@ -45,8 +45,8 @@ source_set("unit_tests") { testonly = true sources = [ "base64url_unittest.cc", - "bluetooth_connection_unittest.cc", "bluetooth_connection_finder_unittest.cc", + "bluetooth_connection_unittest.cc", "client_unittest.cc", "connection_unittest.cc", "proximity_auth_system_unittest.cc", diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn index f2b59aa..4cf5709 100644 --- a/components/sessions/BUILD.gn +++ b/components/sessions/BUILD.gn @@ -99,8 +99,8 @@ if (!is_ios && !is_android) { source_set("unit_tests") { testonly = true sources = [ - "session_types_unittest.cc", "session_backend_unittest.cc", + "session_types_unittest.cc", ] deps = [ ":sessions_content", diff --git a/components/signin/core/browser/BUILD.gn b/components/signin/core/browser/BUILD.gn index 66ee79b..4f4f776 100644 --- a/components/signin/core/browser/BUILD.gn +++ b/components/signin/core/browser/BUILD.gn @@ -25,10 +25,10 @@ static_library("browser") { "signin_error_controller.h", "signin_internals_util.cc", "signin_internals_util.h", - "signin_manager_base.cc", - "signin_manager_base.h", "signin_manager.cc", "signin_manager.h", + "signin_manager_base.cc", + "signin_manager_base.h", "signin_manager_cookie_helper.cc", "signin_manager_cookie_helper.h", "signin_metrics.cc", diff --git a/components/signin/core/common/BUILD.gn b/components/signin/core/common/BUILD.gn index 9b62faf..c3e2f46 100644 --- a/components/signin/core/common/BUILD.gn +++ b/components/signin/core/common/BUILD.gn @@ -4,11 +4,11 @@ static_library("common") { sources = [ + "profile_management_switches.cc", + "profile_management_switches.h", "signin_pref_names.cc", "signin_pref_names.h", "signin_switches.cc", "signin_switches.h", - "profile_management_switches.cc", - "profile_management_switches.h", ] } diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn index f55383a..5100e1a 100644 --- a/components/sync_driver/BUILD.gn +++ b/components/sync_driver/BUILD.gn @@ -45,11 +45,11 @@ static_library("sync_driver") { "pref_names.h", "proxy_data_type_controller.cc", "proxy_data_type_controller.h", - "sync_api_component_factory.h", "shared_change_processor.cc", "shared_change_processor.h", "shared_change_processor_ref.cc", "shared_change_processor_ref.h", + "sync_api_component_factory.h", "sync_frontend.cc", "sync_frontend.h", "sync_prefs.cc", diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn index 07fee75..ea4eb15 100644 --- a/components/translate/content/browser/BUILD.gn +++ b/components/translate/content/browser/BUILD.gn @@ -6,10 +6,10 @@ import("//build/config/features.gni") static_library("browser") { sources = [ - "browser_cld_data_provider_factory.cc", - "browser_cld_data_provider_factory.h", "browser_cld_data_provider.cc", "browser_cld_data_provider.h", + "browser_cld_data_provider_factory.cc", + "browser_cld_data_provider_factory.h", "browser_cld_utils.cc", "browser_cld_utils.h", "content_translate_driver.cc", diff --git a/components/translate/content/renderer/BUILD.gn b/components/translate/content/renderer/BUILD.gn index b9bb6b1..3a82f2a 100644 --- a/components/translate/content/renderer/BUILD.gn +++ b/components/translate/content/renderer/BUILD.gn @@ -8,10 +8,10 @@ static_library("renderer") { sources = [ "data_file_renderer_cld_data_provider.cc", "data_file_renderer_cld_data_provider.h", - "renderer_cld_data_provider_factory.cc", - "renderer_cld_data_provider_factory.h", "renderer_cld_data_provider.cc", "renderer_cld_data_provider.h", + "renderer_cld_data_provider_factory.cc", + "renderer_cld_data_provider_factory.h", "renderer_cld_utils.cc", "renderer_cld_utils.h", "translate_helper.cc", diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn index 8dd5ef8..06e840b 100644 --- a/components/update_client/BUILD.gn +++ b/components/update_client/BUILD.gn @@ -12,13 +12,11 @@ source_set("update_client") { "component_patcher_operation.h", "component_unpacker.cc", "component_unpacker.h", - "ping_manager.cc", - "ping_manager.h", - "utils.cc", - "utils.h", - "crx_update_item.h", "crx_downloader.cc", "crx_downloader.h", + "crx_update_item.h", + "ping_manager.cc", + "ping_manager.h", "request_sender.cc", "request_sender.h", "update_checker.cc", @@ -33,6 +31,8 @@ source_set("update_client") { "update_response.h", "url_fetcher_downloader.cc", "url_fetcher_downloader.h", + "utils.cc", + "utils.h", ] deps = [ @@ -72,8 +72,8 @@ source_set("unit_tests") { testonly = true sources = [ "test/component_patcher_unittest.cc", - "test/ping_manager_unittest.cc", "test/crx_downloader_unittest.cc", + "test/ping_manager_unittest.cc", "test/request_sender_unittest.cc", "test/update_checker_unittest.cc", "test/update_response_unittest.cc", diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn index b0755a6..59dbd92 100644 --- a/components/user_manager/BUILD.gn +++ b/components/user_manager/BUILD.gn @@ -24,12 +24,12 @@ component("user_manager") { if (is_chromeos) { sources += [ "remove_user_delegate.h", + "user.cc", + "user.h", "user_image/default_user_images.cc", "user_image/default_user_images.h", "user_image/user_image.cc", "user_image/user_image.h", - "user.cc", - "user.h", "user_manager.cc", "user_manager.h", "user_manager_base.cc", diff --git a/components/webdata/common/BUILD.gn b/components/webdata/common/BUILD.gn index bf8cb72..8f29252 100644 --- a/components/webdata/common/BUILD.gn +++ b/components/webdata/common/BUILD.gn @@ -6,12 +6,6 @@ component("common") { output_name = "webdata_common" sources = [ - "web_database.cc", - "web_database.h", - "web_database_service.cc", - "web_database_service.h", - "web_database_table.cc", - "web_database_table.h", "web_data_request_manager.cc", "web_data_request_manager.h", "web_data_results.h", @@ -20,6 +14,12 @@ component("common") { "web_data_service_base.cc", "web_data_service_base.h", "web_data_service_consumer.h", + "web_database.cc", + "web_database.h", + "web_database_service.cc", + "web_database_service.h", + "web_database_table.cc", + "web_database_table.h", "webdata_constants.cc", "webdata_constants.h", "webdata_export.h", |