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("//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("//ppapi/features/features.gni") |
9 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
10 | 11 |
11 grit("resources") { | 12 grit("resources") { |
12 source = "resources/renderer_resources.grd" | 13 source = "resources/renderer_resources.grd" |
13 defines = chrome_grit_defines | 14 defines = chrome_grit_defines |
14 use_qualified_include = true | 15 use_qualified_include = true |
15 output_dir = "$root_gen_dir/chrome" | 16 output_dir = "$root_gen_dir/chrome" |
16 output_name = "renderer_resources" | 17 output_name = "renderer_resources" |
17 outputs = [ | 18 outputs = [ |
18 "grit/renderer_resources.h", | 19 "grit/renderer_resources.h", |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 ] | 391 ] |
391 } | 392 } |
392 | 393 |
393 if (is_android) { | 394 if (is_android) { |
394 sources -= [ | 395 sources -= [ |
395 "safe_browsing/mock_feature_extractor_clock.cc", | 396 "safe_browsing/mock_feature_extractor_clock.cc", |
396 "safe_browsing/mock_feature_extractor_clock.h", | 397 "safe_browsing/mock_feature_extractor_clock.h", |
397 ] | 398 ] |
398 } | 399 } |
399 } | 400 } |
OLD | NEW |