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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: Clean up Created 5 years, 4 months 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 "//chrome:strings", 567 "//chrome:strings",
568 "//chrome/browser", 568 "//chrome/browser",
569 "//chrome/browser/resources:extension_resource_demo", 569 "//chrome/browser/resources:extension_resource_demo",
570 "//chrome/common/extensions/api", 570 "//chrome/common/extensions/api",
571 "//chrome/renderer", 571 "//chrome/renderer",
572 "//components/autofill/content/browser:risk_proto", 572 "//components/autofill/content/browser:risk_proto",
573 "//components/autofill/content/browser/wallet:test_support", 573 "//components/autofill/content/browser/wallet:test_support",
574 "//components/autofill/content/renderer:test_support", 574 "//components/autofill/content/renderer:test_support",
575 "//components/captive_portal:test_support", 575 "//components/captive_portal:test_support",
576 "//components/dom_distiller/content:content_browser", 576 "//components/dom_distiller/content:content_browser",
577 "//components/dom_distiller/content:content_renderer",
577 "//components/dom_distiller/core:test_support", 578 "//components/dom_distiller/core:test_support",
578 "//components/guest_view/browser:test_support", 579 "//components/guest_view/browser:test_support",
579 "//components/resources", 580 "//components/resources",
580 "//components/strings", 581 "//components/strings",
581 "//components/translate/core/common", 582 "//components/translate/core/common",
582 "//components/user_manager:test_support", 583 "//components/user_manager:test_support",
583 "//crypto:platform", 584 "//crypto:platform",
584 "//crypto:test_support", 585 "//crypto:test_support",
585 "//device/bluetooth:mocks", 586 "//device/bluetooth:mocks",
586 "//device/serial:test_support", 587 "//device/serial:test_support",
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 "//third_party/mojo/src/mojo/edk/system", 1777 "//third_party/mojo/src/mojo/edk/system",
1777 ] 1778 ]
1778 1779
1779 if (!is_android && use_ash) { 1780 if (!is_android && use_ash) {
1780 sources += rebase_path( 1781 sources += rebase_path(
1781 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 1782 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
1782 ".", 1783 ".",
1783 "//chrome") 1784 "//chrome")
1784 } 1785 }
1785 } 1786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698