| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 388 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 389 | 389 |
| 390 sources = [ | 390 sources = [ |
| 391 "autofill/content/browser/risk/fingerprint_browsertest.cc", | 391 "autofill/content/browser/risk/fingerprint_browsertest.cc", |
| 392 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", | 392 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", |
| 393 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", | 393 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc", |
| 394 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc"
, | 394 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc"
, |
| 395 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", | 395 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", |
| 396 "password_manager/content/renderer/credential_manager_client_browsertest.c
c", | 396 "password_manager/content/renderer/credential_manager_client_browsertest.c
c", |
| 397 "security_state/content/content_utils_browsertest.cc", | 397 "security_state/content/content_utils_browsertest.cc", |
| 398 "tracing/child/child_trace_message_filter_browsertest.cc", | |
| 399 ] | 398 ] |
| 400 | 399 |
| 401 data = [ | 400 data = [ |
| 402 "$root_out_dir/components_tests_resources.pak", | 401 "$root_out_dir/components_tests_resources.pak", |
| 403 "$root_out_dir/content_shell.pak", | 402 "$root_out_dir/content_shell.pak", |
| 404 "test/data/", | 403 "test/data/", |
| 405 "dom_distiller/core/javascript/", | 404 "dom_distiller/core/javascript/", |
| 406 "//third_party/dom_distiller_js/dist/test/data/", | 405 "//third_party/dom_distiller_js/dist/test/data/", |
| 407 ] | 406 ] |
| 408 | 407 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 "//testing/perf", | 501 "//testing/perf", |
| 503 "//url", | 502 "//url", |
| 504 ] | 503 ] |
| 505 | 504 |
| 506 if (!is_ios) { | 505 if (!is_ios) { |
| 507 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 506 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 508 deps += [ "//components/discardable_memory/common" ] | 507 deps += [ "//components/discardable_memory/common" ] |
| 509 } | 508 } |
| 510 } | 509 } |
| 511 } | 510 } |
| OLD | NEW |