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

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

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. Created 4 years, 1 month 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("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 grit("resources") { 9 grit("resources") {
10 source = "resources/renderer_resources.grd" 10 source = "resources/renderer_resources.grd"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "worker_content_settings_client_proxy.h", 82 "worker_content_settings_client_proxy.h",
83 ] 83 ]
84 84
85 defines = [] 85 defines = []
86 86
87 deps = [ 87 deps = [
88 "//chrome:resources", 88 "//chrome:resources",
89 "//chrome:strings", 89 "//chrome:strings",
90 "//chrome/common", 90 "//chrome/common",
91 "//chrome/common:mojo_bindings", 91 "//chrome/common:mojo_bindings",
92 "//chrome/common:mojo_bindings_no_new_wrapper_types",
92 "//chrome/common/net", 93 "//chrome/common/net",
93 "//components/autofill/content/renderer", 94 "//components/autofill/content/renderer",
94 "//components/cdm/renderer", 95 "//components/cdm/renderer",
95 "//components/contextual_search:renderer", 96 "//components/contextual_search:renderer",
96 "//components/data_reduction_proxy/core/common", 97 "//components/data_reduction_proxy/core/common",
97 "//components/dom_distiller/content/renderer", 98 "//components/dom_distiller/content/renderer",
98 "//components/error_page/renderer", 99 "//components/error_page/renderer",
99 "//components/guest_view/renderer", 100 "//components/guest_view/renderer",
100 "//components/network_hints/renderer", 101 "//components/network_hints/renderer",
101 "//components/omnibox/common", 102 "//components/omnibox/common",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ] 386 ]
386 } 387 }
387 388
388 if (is_android) { 389 if (is_android) {
389 sources -= [ 390 sources -= [
390 "safe_browsing/mock_feature_extractor_clock.cc", 391 "safe_browsing/mock_feature_extractor_clock.cc",
391 "safe_browsing/mock_feature_extractor_clock.h", 392 "safe_browsing/mock_feature_extractor_clock.h",
392 ] 393 ]
393 } 394 }
394 } 395 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698