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

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

Issue 2805683003: Allow for pausing background tabs on desktop via about:flags. (Closed)
Patch Set: Use base::FeatureList and include the engagement values. Created 3 years, 8 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "multi_process_lock_win.cc", 109 "multi_process_lock_win.cc",
110 "origin_trials/chrome_origin_trial_policy.cc", 110 "origin_trials/chrome_origin_trial_policy.cc",
111 "origin_trials/chrome_origin_trial_policy.h", 111 "origin_trials/chrome_origin_trial_policy.h",
112 "page_load_metrics/page_load_metrics_messages.h", 112 "page_load_metrics/page_load_metrics_messages.h",
113 "page_load_metrics/page_load_timing.cc", 113 "page_load_metrics/page_load_timing.cc",
114 "page_load_metrics/page_load_timing.h", 114 "page_load_metrics/page_load_timing.h",
115 "page_load_metrics/page_track_decider.cc", 115 "page_load_metrics/page_track_decider.cc",
116 "page_load_metrics/page_track_decider.h", 116 "page_load_metrics/page_track_decider.h",
117 "partial_circular_buffer.cc", 117 "partial_circular_buffer.cc",
118 "partial_circular_buffer.h", 118 "partial_circular_buffer.h",
119 "pause_tabs_field_trial.h",
119 "pref_names_util.cc", 120 "pref_names_util.cc",
120 "pref_names_util.h", 121 "pref_names_util.h",
121 "prerender_types.h", 122 "prerender_types.h",
122 "profiling.cc", 123 "profiling.cc",
123 "profiling.h", 124 "profiling.h",
124 "ref_counted_util.h", 125 "ref_counted_util.h",
125 "render_messages.h", 126 "render_messages.h",
126 "resource_usage_reporter_type_converters.cc", 127 "resource_usage_reporter_type_converters.cc",
127 "resource_usage_reporter_type_converters.h", 128 "resource_usage_reporter_type_converters.h",
128 "search/instant_types.cc", 129 "search/instant_types.cc",
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 mojom("instant_mojom") { 733 mojom("instant_mojom") {
733 sources = [ 734 sources = [
734 "instant.mojom", 735 "instant.mojom",
735 ] 736 ]
736 737
737 public_deps = [ 738 public_deps = [
738 "//mojo/common:common_custom_types", 739 "//mojo/common:common_custom_types",
739 "//url/mojo:url_mojom_gurl", 740 "//url/mojo:url_mojom_gurl",
740 ] 741 ]
741 } 742 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698