OLD | NEW |
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 "//components/translate/content/renderer", | 113 "//components/translate/content/renderer", |
114 "//components/translate/core/common", | 114 "//components/translate/core/common", |
115 "//components/translate/core/language_detection", | 115 "//components/translate/core/language_detection", |
116 "//components/visitedlink/renderer", | 116 "//components/visitedlink/renderer", |
117 "//components/web_cache/renderer", | 117 "//components/web_cache/renderer", |
118 "//content/app/resources", | 118 "//content/app/resources", |
119 "//content/app/strings", | 119 "//content/app/strings", |
120 "//content/public/common", | 120 "//content/public/common", |
121 "//content/public/renderer", | 121 "//content/public/renderer", |
122 "//media", | 122 "//media", |
| 123 "//media/capture", |
123 "//net", | 124 "//net", |
124 "//ppapi/features", | 125 "//ppapi/features", |
125 "//skia", | 126 "//skia", |
126 "//storage/common", | 127 "//storage/common", |
127 "//third_party/WebKit/public:blink", | 128 "//third_party/WebKit/public:blink", |
128 "//third_party/WebKit/public:image_resources", | 129 "//third_party/WebKit/public:image_resources", |
129 "//third_party/WebKit/public:resources", | 130 "//third_party/WebKit/public:resources", |
130 "//third_party/icu", | 131 "//third_party/icu", |
131 "//third_party/re2", | 132 "//third_party/re2", |
132 "//third_party/widevine/cdm:headers", | 133 "//third_party/widevine/cdm:headers", |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 ] | 388 ] |
388 } | 389 } |
389 | 390 |
390 if (is_android) { | 391 if (is_android) { |
391 sources -= [ | 392 sources -= [ |
392 "safe_browsing/mock_feature_extractor_clock.cc", | 393 "safe_browsing/mock_feature_extractor_clock.cc", |
393 "safe_browsing/mock_feature_extractor_clock.h", | 394 "safe_browsing/mock_feature_extractor_clock.h", |
394 ] | 395 ] |
395 } | 396 } |
396 } | 397 } |
OLD | NEW |