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

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

Issue 2805683003: Allow for pausing background tabs on desktop via about:flags. (Closed)
Patch Set: Fix android build 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
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/common/pause_tabs_field_trial.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "multi_process_lock_win.cc", 108 "multi_process_lock_win.cc",
109 "origin_trials/chrome_origin_trial_policy.cc", 109 "origin_trials/chrome_origin_trial_policy.cc",
110 "origin_trials/chrome_origin_trial_policy.h", 110 "origin_trials/chrome_origin_trial_policy.h",
111 "page_load_metrics/page_load_metrics_messages.h", 111 "page_load_metrics/page_load_metrics_messages.h",
112 "page_load_metrics/page_load_timing.cc", 112 "page_load_metrics/page_load_timing.cc",
113 "page_load_metrics/page_load_timing.h", 113 "page_load_metrics/page_load_timing.h",
114 "page_load_metrics/page_track_decider.cc", 114 "page_load_metrics/page_track_decider.cc",
115 "page_load_metrics/page_track_decider.h", 115 "page_load_metrics/page_track_decider.h",
116 "partial_circular_buffer.cc", 116 "partial_circular_buffer.cc",
117 "partial_circular_buffer.h", 117 "partial_circular_buffer.h",
118 "pause_tabs_field_trial.h",
118 "pref_names_util.cc", 119 "pref_names_util.cc",
119 "pref_names_util.h", 120 "pref_names_util.h",
120 "prerender_types.h", 121 "prerender_types.h",
121 "profiling.cc", 122 "profiling.cc",
122 "profiling.h", 123 "profiling.h",
123 "ref_counted_util.h", 124 "ref_counted_util.h",
124 "render_messages.h", 125 "render_messages.h",
125 "resource_usage_reporter_type_converters.cc", 126 "resource_usage_reporter_type_converters.cc",
126 "resource_usage_reporter_type_converters.h", 127 "resource_usage_reporter_type_converters.h",
127 "search/instant_types.cc", 128 "search/instant_types.cc",
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 mojom("instant_mojom") { 730 mojom("instant_mojom") {
730 sources = [ 731 sources = [
731 "instant.mojom", 732 "instant.mojom",
732 ] 733 ]
733 734
734 public_deps = [ 735 public_deps = [
735 "//mojo/common:common_custom_types", 736 "//mojo/common:common_custom_types",
736 "//url/mojo:url_mojom_gurl", 737 "//url/mojo:url_mojom_gurl",
737 ] 738 ]
738 } 739 }
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/common/pause_tabs_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698