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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2871353002: GRC: Added Tab coordination units behind a feature flag (Closed)
Patch Set: WIP Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 "renderer_host/chrome_navigation_ui_data.cc", 1131 "renderer_host/chrome_navigation_ui_data.cc",
1132 "renderer_host/chrome_navigation_ui_data.h", 1132 "renderer_host/chrome_navigation_ui_data.h",
1133 "renderer_host/chrome_render_message_filter.cc", 1133 "renderer_host/chrome_render_message_filter.cc",
1134 "renderer_host/chrome_render_message_filter.h", 1134 "renderer_host/chrome_render_message_filter.h",
1135 "renderer_host/chrome_render_widget_host_view_mac_delegate.h", 1135 "renderer_host/chrome_render_widget_host_view_mac_delegate.h",
1136 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm", 1136 "renderer_host/chrome_render_widget_host_view_mac_delegate.mm",
1137 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", 1137 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h",
1138 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", 1138 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm",
1139 "renderer_preferences_util.cc", 1139 "renderer_preferences_util.cc",
1140 "renderer_preferences_util.h", 1140 "renderer_preferences_util.h",
1141 "resource_coordinator/resource_coordinator_web_contents_observer.cc",
1142 "resource_coordinator/resource_coordinator_web_contents_observer.h",
1141 "resource_delegate_mac.h", 1143 "resource_delegate_mac.h",
1142 "resource_delegate_mac.mm", 1144 "resource_delegate_mac.mm",
1143 "resources_util.cc", 1145 "resources_util.cc",
1144 "resources_util.h", 1146 "resources_util.h",
1145 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", 1147 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc",
1146 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", 1148 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h",
1147 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", 1149 "safe_browsing/chrome_cleaner/srt_client_info_win.cc",
1148 "safe_browsing/chrome_cleaner/srt_client_info_win.h", 1150 "safe_browsing/chrome_cleaner/srt_client_info_win.h",
1149 "safe_browsing/chrome_cleaner/srt_fetcher_win.cc", 1151 "safe_browsing/chrome_cleaner/srt_fetcher_win.cc",
1150 "safe_browsing/chrome_cleaner/srt_fetcher_win.h", 1152 "safe_browsing/chrome_cleaner/srt_fetcher_win.h",
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
3634 ":theme_properties", 3636 ":theme_properties",
3635 "//apps", 3637 "//apps",
3636 "//chrome/browser/policy:path_parser", 3638 "//chrome/browser/policy:path_parser",
3637 "//chrome/browser/profile_resetter:profile_reset_report_proto", 3639 "//chrome/browser/profile_resetter:profile_reset_report_proto",
3638 "//chrome/common/importer:interfaces", 3640 "//chrome/common/importer:interfaces",
3639 "//components/cryptauth", 3641 "//components/cryptauth",
3640 "//components/cryptauth/proto", 3642 "//components/cryptauth/proto",
3641 "//components/feedback", 3643 "//components/feedback",
3642 "//components/web_modal", 3644 "//components/web_modal",
3643 "//net:net_browser_services", 3645 "//net:net_browser_services",
3646 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
Ken Rockot(use gerrit already) 2017/05/11 22:41:21 this is explicitly a non-Android block, hence yer
oystein (OOO til 10th of July) 2017/05/11 22:52:47 I have brought shame upon my family :(.
3644 ] 3647 ]
3645 } 3648 }
3646 3649
3647 if (enable_pepper_cdms) { 3650 if (enable_pepper_cdms) {
3648 sources += [ 3651 sources += [
3649 "component_updater/widevine_cdm_component_installer.cc", 3652 "component_updater/widevine_cdm_component_installer.cc",
3650 "component_updater/widevine_cdm_component_installer.h", 3653 "component_updater/widevine_cdm_component_installer.h",
3651 ] 3654 ]
3652 } 3655 }
3653 3656
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
4711 "media/pepper_cdm_test_constants.cc", 4714 "media/pepper_cdm_test_constants.cc",
4712 "media/pepper_cdm_test_constants.h", 4715 "media/pepper_cdm_test_constants.h",
4713 ] 4716 ]
4714 } 4717 }
4715 } 4718 }
4716 4719
4717 service_manifest("preferences_forwarder_manifest") { 4720 service_manifest("preferences_forwarder_manifest") {
4718 name = "preferences_forwarder" 4721 name = "preferences_forwarder"
4719 source = "prefs/forwarder_manifest.json" 4722 source = "prefs/forwarder_manifest.json"
4720 } 4723 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698