Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Side by Side Diff: components/BUILD.gn

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: fix browsertest, merge webkit CL, merge http://crrev.com/1403413004 Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/dom_distiller/simple_article.html ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 ":components_browsertests", 495 ":components_browsertests",
496 ] 496 ]
497 } 497 }
498 498
499 test("components_browsertests") { 499 test("components_browsertests") {
500 sources = [] 500 sources = []
501 if (!is_ios) { 501 if (!is_ios) {
502 sources = [ 502 sources = [
503 "autofill/content/browser/risk/fingerprint_browsertest.cc", 503 "autofill/content/browser/risk/fingerprint_browsertest.cc",
504 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", 504 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc",
505 "dom_distiller/content/browser/distillable_page_utils_browsertest.cc",
506 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" , 505 "dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc" ,
507 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc", 506 "dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc",
508 "password_manager/content/renderer/credential_manager_client_browsertest.c c", 507 "password_manager/content/renderer/credential_manager_client_browsertest.c c",
509 ] 508 ]
510 509
511 data = [ 510 data = [
512 "$root_out_dir/components_tests_resources.pak", 511 "$root_out_dir/components_tests_resources.pak",
513 "$root_out_dir/content_shell.pak", 512 "$root_out_dir/content_shell.pak",
514 ] 513 ]
515 } 514 }
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ] 595 ]
597 if (!is_ios) { 596 if (!is_ios) {
598 deps += [ 597 deps += [
599 "//base", 598 "//base",
600 "//base/test:test_support_perf", 599 "//base/test:test_support_perf",
601 "//content/test:test_support", 600 "//content/test:test_support",
602 "//components/visitedlink/browser", 601 "//components/visitedlink/browser",
603 ] 602 ]
604 } 603 }
605 } 604 }
OLDNEW
« no previous file with comments | « chrome/test/data/dom_distiller/simple_article.html ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698