Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/android/rules.gni") | 5 import("//build/config/android/rules.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 assert(is_android) | 8 assert(is_android) |
| 9 | 9 |
| 10 component("android") { | 10 component("android") { |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 162 "//base/test:test_support", | 162 "//base/test:test_support", |
| 163 "//cc", | 163 "//cc", |
| 164 "//cc:test_support", | 164 "//cc:test_support", |
| 165 "//skia", | 165 "//skia", |
| 166 "//testing/gmock", | 166 "//testing/gmock", |
| 167 "//testing/gtest", | 167 "//testing/gtest", |
| 168 "//ui/base", | 168 "//ui/base", |
| 169 "//ui/gfx", | 169 "//ui/gfx", |
| 170 "//ui/resources:ui_test_pak", | 170 "//ui/resources:ui_test_pak", |
| 171 ] | 171 ] |
| 172 apk_deps = [ ":ui_java" ] | 172 deps += [ ":ui_java" ] |
|
tfarina
2015/11/20 18:56:06
move this above?
agrieve
2015/11/20 20:06:14
Done.
| |
| 173 } | 173 } |
| OLD | NEW |