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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "//ppapi/tests/test_case.html", | 369 "//ppapi/tests/test_case.html", |
370 "//ppapi/tests/test_case.html.mock-http-headers", | 370 "//ppapi/tests/test_case.html.mock-http-headers", |
371 "//ppapi/tests/test_page.css", | 371 "//ppapi/tests/test_page.css", |
372 "//ppapi/tests/test_page.css.mock-http-headers", | 372 "//ppapi/tests/test_page.css.mock-http-headers", |
373 "//third_party/pyftpdlib/", | 373 "//third_party/pyftpdlib/", |
374 "//third_party/pywebsocket/", | 374 "//third_party/pywebsocket/", |
375 "//third_party/tlslite/", | 375 "//third_party/tlslite/", |
376 "//third_party/zlib/google/test/data/", | 376 "//third_party/zlib/google/test/data/", |
377 "//tools/metrics/histograms/histograms.xml", | 377 "//tools/metrics/histograms/histograms.xml", |
378 "$root_out_dir/pyproto/google/", | 378 "$root_out_dir/pyproto/google/", |
| 379 "$root_out_dir/test_case.html", |
| 380 "$root_out_dir/test_case.html.mock-http-headers", |
| 381 "$root_out_dir/test_page.css", |
| 382 "$root_out_dir/test_page.css.mock-http-headers", |
379 "$root_out_dir/ui_test.pak", | 383 "$root_out_dir/ui_test.pak", |
380 ] | 384 ] |
381 if (is_linux || is_win) { | 385 if (is_linux || is_win) { |
382 data += [ | 386 data += [ |
383 "$root_out_dir/chrome_100_percent.pak", | 387 "$root_out_dir/chrome_100_percent.pak", |
384 "$root_out_dir/chrome_200_percent.pak", | 388 "$root_out_dir/chrome_200_percent.pak", |
385 "$root_out_dir/locales/en-US.pak", | 389 "$root_out_dir/locales/en-US.pak", |
386 "$root_out_dir/locales/fr.pak", | 390 "$root_out_dir/locales/fr.pak", |
387 ] | 391 ] |
388 } | 392 } |
(...skipping 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2453 if (is_android) { | 2457 if (is_android) { |
2454 android_library("unit_tests_java") { | 2458 android_library("unit_tests_java") { |
2455 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2459 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
2456 deps = [ | 2460 deps = [ |
2457 "//base:base_java", | 2461 "//base:base_java", |
2458 "//chrome/android:chrome_java", | 2462 "//chrome/android:chrome_java", |
2459 "//content/public/android:content_java", | 2463 "//content/public/android:content_java", |
2460 ] | 2464 ] |
2461 } | 2465 } |
2462 } | 2466 } |
OLD | NEW |