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

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

Issue 2568793003: Control TaskScheduler initialization params in renderers via field trial. (Closed)
Patch Set: add missing file Created 4 years 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/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "//components/network_hints/renderer", 104 "//components/network_hints/renderer",
105 "//components/omnibox/common", 105 "//components/omnibox/common",
106 "//components/password_manager/content/renderer", 106 "//components/password_manager/content/renderer",
107 "//components/plugins/renderer", 107 "//components/plugins/renderer",
108 "//components/printing/renderer", 108 "//components/printing/renderer",
109 "//components/rappor/public/interfaces", 109 "//components/rappor/public/interfaces",
110 "//components/resources:components_resources", 110 "//components/resources:components_resources",
111 "//components/spellcheck:build_features", 111 "//components/spellcheck:build_features",
112 "//components/startup_metric_utils/common:interfaces", 112 "//components/startup_metric_utils/common:interfaces",
113 "//components/subresource_filter/content/renderer", 113 "//components/subresource_filter/content/renderer",
114 "//components/task_scheduler_util/renderer",
114 "//components/translate/content/renderer", 115 "//components/translate/content/renderer",
115 "//components/translate/core/common", 116 "//components/translate/core/common",
116 "//components/translate/core/language_detection", 117 "//components/translate/core/language_detection",
117 "//components/visitedlink/renderer", 118 "//components/visitedlink/renderer",
118 "//components/web_cache/renderer", 119 "//components/web_cache/renderer",
119 "//content/app/resources", 120 "//content/app/resources",
120 "//content/app/strings", 121 "//content/app/strings",
121 "//content/public/common", 122 "//content/public/common",
122 "//content/public/renderer", 123 "//content/public/renderer",
123 "//extensions/features", 124 "//extensions/features",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 ] 394 ]
394 } 395 }
395 396
396 if (is_android) { 397 if (is_android) {
397 sources -= [ 398 sources -= [
398 "safe_browsing/mock_feature_extractor_clock.cc", 399 "safe_browsing/mock_feature_extractor_clock.cc",
399 "safe_browsing/mock_feature_extractor_clock.h", 400 "safe_browsing/mock_feature_extractor_clock.h",
400 ] 401 ]
401 } 402 }
402 } 403 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698