Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1146)

Side by Side Diff: base/test/BUILD.gn

Issue 2885423002: Provide base::EvictFileFromSystemCache on Android on ARM32 (Closed)
Patch Set: Apply review feedback. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/test/test_file_util_linux.cc » ('j') | base/test/test_file_util_linux.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 set_sources_assignment_filter([]) 189 set_sources_assignment_filter([])
190 sources += [ "test_file_util_mac.cc" ] 190 sources += [ "test_file_util_mac.cc" ]
191 set_sources_assignment_filter(sources_assignment_filter) 191 set_sources_assignment_filter(sources_assignment_filter)
192 } 192 }
193 193
194 if (is_mac) { 194 if (is_mac) {
195 libs = [ "AppKit.framework" ] 195 libs = [ "AppKit.framework" ]
196 } 196 }
197 197
198 if (is_android) { 198 if (is_android) {
199 set_sources_assignment_filter([])
200 sources += [ "test_file_util_linux.cc" ]
201 set_sources_assignment_filter(sources_assignment_filter)
199 deps += [ 202 deps += [
200 ":base_unittests_jni_headers", 203 ":base_unittests_jni_headers",
201 ":test_support_jni_headers", 204 ":test_support_jni_headers",
202 ] 205 ]
203 public_deps += [ ":test_support_java" ] 206 public_deps += [ ":test_support_java" ]
204 } 207 }
205 208
206 if (is_nacl_nonsfi) { 209 if (is_nacl_nonsfi) {
207 sources += [ 210 sources += [
208 "launcher/test_launcher.h", 211 "launcher/test_launcher.h",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "android/java/src", 377 "android/java/src",
375 "//base/android/java/src", 378 "//base/android/java/src",
376 ] 379 ]
377 sources = [ 380 sources = [
378 "android/java/src/org/chromium/base/ITestCallback.aidl", 381 "android/java/src/org/chromium/base/ITestCallback.aidl",
379 "android/java/src/org/chromium/base/ITestClient.aidl", 382 "android/java/src/org/chromium/base/ITestClient.aidl",
380 "android/java/src/org/chromium/base/ITestController.aidl", 383 "android/java/src/org/chromium/base/ITestController.aidl",
381 ] 384 ]
382 } 385 }
383 } 386 }
OLDNEW
« no previous file with comments | « no previous file | base/test/test_file_util_linux.cc » ('j') | base/test/test_file_util_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698