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

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

Issue 2963913002: Factor DRP PreviewsState logic out of content (Closed)
Patch Set: Change WebDataSource to WebDocumentLoader Created 3 years, 4 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 | « no previous file | chrome/renderer/DEPS » ('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/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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 deps = [ 111 deps = [
112 "//chrome:resources", 112 "//chrome:resources",
113 "//chrome:strings", 113 "//chrome:strings",
114 "//chrome/common", 114 "//chrome/common",
115 "//chrome/common:mojo_bindings", 115 "//chrome/common:mojo_bindings",
116 "//chrome/common:search_mojom", 116 "//chrome/common:search_mojom",
117 "//chrome/common/net", 117 "//chrome/common/net",
118 "//components/autofill/content/renderer", 118 "//components/autofill/content/renderer",
119 "//components/cdm/renderer", 119 "//components/cdm/renderer",
120 "//components/contextual_search:renderer", 120 "//components/contextual_search:renderer",
121 "//components/data_reduction_proxy/content/renderer",
121 "//components/data_reduction_proxy/core/common", 122 "//components/data_reduction_proxy/core/common",
122 "//components/dom_distiller/content/renderer", 123 "//components/dom_distiller/content/renderer",
123 "//components/network_hints/renderer", 124 "//components/network_hints/renderer",
124 "//components/omnibox/common", 125 "//components/omnibox/common",
125 "//components/password_manager/content/renderer", 126 "//components/password_manager/content/renderer",
126 "//components/plugins/renderer", 127 "//components/plugins/renderer",
127 "//components/rappor/public/interfaces", 128 "//components/rappor/public/interfaces",
128 "//components/resources:components_resources", 129 "//components/resources:components_resources",
129 "//components/safe_browsing/common:interfaces", 130 "//components/safe_browsing/common:interfaces",
130 "//components/safe_browsing/renderer:throttles", 131 "//components/safe_browsing/renderer:throttles",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ] 431 ]
431 } 432 }
432 433
433 if (is_android) { 434 if (is_android) {
434 sources -= [ 435 sources -= [
435 "safe_browsing/mock_feature_extractor_clock.cc", 436 "safe_browsing/mock_feature_extractor_clock.cc",
436 "safe_browsing/mock_feature_extractor_clock.h", 437 "safe_browsing/mock_feature_extractor_clock.h",
437 ] 438 ]
438 } 439 }
439 } 440 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698