| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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/crypto.gni") | 5 import("//build/config/crypto.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("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
| 9 | 9 |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 | 1021 |
| 1022 if (is_android || is_linux) { | 1022 if (is_android || is_linux) { |
| 1023 executable("disk_cache_memory_test") { | 1023 executable("disk_cache_memory_test") { |
| 1024 sources = [ "tools/disk_cache_memory_test/disk_cache_memory_test.cc" ] | 1024 sources = [ "tools/disk_cache_memory_test/disk_cache_memory_test.cc" ] |
| 1025 deps = [ | 1025 deps = [ |
| 1026 ":net", | 1026 ":net", |
| 1027 "//base", | 1027 "//base", |
| 1028 ] | 1028 ] |
| 1029 } | 1029 } |
| 1030 } | 1030 } |
| OLD | NEW |