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

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

Issue 2949883006: PDFExtensionTest: Stop using chrome:// URL to load mock-interactions.js (Closed)
Patch Set: Add dependency Created 3 years, 6 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/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/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 "//media/test/data/", 1688 "//media/test/data/",
1689 "//net/tools/testserver/", 1689 "//net/tools/testserver/",
1690 "//ppapi/tests/test_case.html", 1690 "//ppapi/tests/test_case.html",
1691 "//ppapi/tests/test_case.html.mock-http-headers", 1691 "//ppapi/tests/test_case.html.mock-http-headers",
1692 "//ppapi/tests/test_page.css", 1692 "//ppapi/tests/test_page.css",
1693 "//ppapi/tests/test_page.css.mock-http-headers", 1693 "//ppapi/tests/test_page.css.mock-http-headers",
1694 "//testing/test_env.py", 1694 "//testing/test_env.py",
1695 "//third_party/accessibility-audit/axs_testing.js", 1695 "//third_party/accessibility-audit/axs_testing.js",
1696 "//third_party/chaijs/chai.js", 1696 "//third_party/chaijs/chai.js",
1697 "//third_party/mocha/mocha.js", 1697 "//third_party/mocha/mocha.js",
1698 "//third_party/polymer/v1_0/components-chromium/iron-test-helpers/mock-int eractions.js",
1698 "//third_party/pyftpdlib/", 1699 "//third_party/pyftpdlib/",
1699 "//third_party/pywebsocket/", 1700 "//third_party/pywebsocket/",
1700 "//third_party/simplejson/", 1701 "//third_party/simplejson/",
1701 "//third_party/tlslite/", 1702 "//third_party/tlslite/",
1702 "//ui/webui/resources/js/", 1703 "//ui/webui/resources/js/",
1703 "$root_out_dir/pyproto/", 1704 "$root_out_dir/pyproto/",
1704 "$root_out_dir/browser_tests.pak", 1705 "$root_out_dir/browser_tests.pak",
1705 "$root_out_dir/remoting/unittests/", 1706 "$root_out_dir/remoting/unittests/",
1706 "$root_out_dir/test_case.html", 1707 "$root_out_dir/test_case.html",
1707 "$root_out_dir/test_case.html.mock-http-headers", 1708 "$root_out_dir/test_case.html.mock-http-headers",
(...skipping 3465 matching lines...) Expand 10 before | Expand all | Expand 10 after
5173 } 5174 }
5174 5175
5175 if (is_win) { 5176 if (is_win) {
5176 loadable_module("conflicts_dll") { 5177 loadable_module("conflicts_dll") {
5177 testonly = true 5178 testonly = true
5178 sources = [ 5179 sources = [
5179 "conflicts/conflicts_dll.cc", 5180 "conflicts/conflicts_dll.cc",
5180 ] 5181 ]
5181 } 5182 }
5182 } 5183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698