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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//rlz/features/features.gni") |
9 import("//testing/test.gni") | 10 import("//testing/test.gni") |
10 import("//tools/grit/repack.gni") | 11 import("//tools/grit/repack.gni") |
11 | 12 |
12 if (is_android) { | 13 if (is_android) { |
13 import("//build/config/android/rules.gni") | 14 import("//build/config/android/rules.gni") |
14 } | 15 } |
15 | 16 |
16 if (is_ios) { | 17 if (is_ios) { |
17 import("//ios/build/config.gni") | 18 import("//ios/build/config.gni") |
18 } | 19 } |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 "//testing/perf", | 499 "//testing/perf", |
499 "//url", | 500 "//url", |
500 ] | 501 ] |
501 | 502 |
502 if (!is_ios) { | 503 if (!is_ios) { |
503 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 504 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
504 deps += [ "//components/discardable_memory/common" ] | 505 deps += [ "//components/discardable_memory/common" ] |
505 } | 506 } |
506 } | 507 } |
507 } | 508 } |
OLD | NEW |