| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |