| 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/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//rlz/features/features.gni") | 9 import("//rlz/features/features.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 392 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 393 | 393 |
| 394 sources = [ | 394 sources = [ |
| 395 "autofill/content/browser/risk/fingerprint_browsertest.cc", | 395 "autofill/content/browser/risk/fingerprint_browsertest.cc", |
| 396 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", | 396 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", |
| 397 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", | 397 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", |
| 398 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc"
, | 398 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc"
, |
| 399 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", | 399 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", |
| 400 "password_manager/content/renderer/credential_manager_client_browsertest.c
c", | 400 "password_manager/content/renderer/credential_manager_client_browsertest.c
c", |
| 401 "security_state/content/content_utils_browsertest.cc", | 401 "security_state/content/content_utils_browsertest.cc", |
| 402 "tracing/child/child_trace_message_filter_browsertest.cc", |
| 402 ] | 403 ] |
| 403 | 404 |
| 404 data = [ | 405 data = [ |
| 405 "$root_out_dir/components_tests_resources.pak", | 406 "$root_out_dir/components_tests_resources.pak", |
| 406 "$root_out_dir/content_shell.pak", | 407 "$root_out_dir/content_shell.pak", |
| 407 "test/data/", | 408 "test/data/", |
| 408 "dom_distiller/core/javascript/", | 409 "dom_distiller/core/javascript/", |
| 409 "//third_party/dom_distiller_js/dist/test/data/", | 410 "//third_party/dom_distiller_js/dist/test/data/", |
| 410 ] | 411 ] |
| 411 | 412 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 "//testing/perf", | 506 "//testing/perf", |
| 506 "//url", | 507 "//url", |
| 507 ] | 508 ] |
| 508 | 509 |
| 509 if (!is_ios) { | 510 if (!is_ios) { |
| 510 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 511 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 511 deps += [ "//components/discardable_memory/common" ] | 512 deps += [ "//components/discardable_memory/common" ] |
| 512 } | 513 } |
| 513 } | 514 } |
| 514 } | 515 } |
| OLD | NEW |