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

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

Issue 2458833005: Move printing defines to buildflag system. (Closed)
Patch Set: Merge 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
« no previous file with comments | « chrome/common/url_constants.cc ('k') | chrome/renderer/chrome_content_renderer_client.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/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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "//components/visitedlink/renderer", 112 "//components/visitedlink/renderer",
113 "//components/web_cache/renderer", 113 "//components/web_cache/renderer",
114 "//content/app/resources", 114 "//content/app/resources",
115 "//content/app/strings", 115 "//content/app/strings",
116 "//content/public/common", 116 "//content/public/common",
117 "//content/public/renderer", 117 "//content/public/renderer",
118 "//media", 118 "//media",
119 "//media/capture", 119 "//media/capture",
120 "//net", 120 "//net",
121 "//ppapi/features", 121 "//ppapi/features",
122 "//printing/features",
122 "//skia", 123 "//skia",
123 "//storage/common", 124 "//storage/common",
124 "//third_party/WebKit/public:blink", 125 "//third_party/WebKit/public:blink",
125 "//third_party/WebKit/public:image_resources", 126 "//third_party/WebKit/public:image_resources",
126 "//third_party/WebKit/public:resources", 127 "//third_party/WebKit/public:resources",
127 "//third_party/icu", 128 "//third_party/icu",
128 "//third_party/re2", 129 "//third_party/re2",
129 "//third_party/widevine/cdm:headers", 130 "//third_party/widevine/cdm:headers",
130 "//ui/surface", 131 "//ui/surface",
131 "//v8:v8", 132 "//v8:v8",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 ] 385 ]
385 } 386 }
386 387
387 if (is_android) { 388 if (is_android) {
388 sources -= [ 389 sources -= [
389 "safe_browsing/mock_feature_extractor_clock.cc", 390 "safe_browsing/mock_feature_extractor_clock.cc",
390 "safe_browsing/mock_feature_extractor_clock.h", 391 "safe_browsing/mock_feature_extractor_clock.h",
391 ] 392 ]
392 } 393 }
393 } 394 }
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698