| 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("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 | 7 |
| 8 content_tests_gypi_values = | 8 content_tests_gypi_values = |
| 9 exec_script("//build/gypi_to_gn.py", | 9 exec_script("//build/gypi_to_gn.py", |
| 10 [ | 10 [ |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 import("//build/config/android/rules.gni") | 178 import("//build/config/android/rules.gni") |
| 179 | 179 |
| 180 generate_jni("jni") { | 180 generate_jni("jni") { |
| 181 sources = [ | 181 sources = [ |
| 182 "../public/test/android/javatests/src/org/chromium/content/browser/test/
NestedSystemMessageHandler.java", | 182 "../public/test/android/javatests/src/org/chromium/content/browser/test/
NestedSystemMessageHandler.java", |
| 183 ] | 183 ] |
| 184 jni_package = "content/public/test" | 184 jni_package = "content/public/test" |
| 185 } | 185 } |
| 186 } | 186 } |
| 187 } # !is_ios | 187 } # !is_ios |
| 188 | |
| 189 # TODO(GYP): Unit test targets | 188 # TODO(GYP): Unit test targets |
| OLD | NEW |