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