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

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

Issue 2949313002: Polymer: Stop including test related components to production binary. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | chrome/test/data/webui/polymer_browser_test_base.js » ('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/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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "//chrome/third_party/mock4js/", 497 "//chrome/third_party/mock4js/",
498 "//content/test/data/", 498 "//content/test/data/",
499 "//net/tools/testserver/", 499 "//net/tools/testserver/",
500 "//ppapi/tests/test_case.html", 500 "//ppapi/tests/test_case.html",
501 "//ppapi/tests/test_case.html.mock-http-headers", 501 "//ppapi/tests/test_case.html.mock-http-headers",
502 "//ppapi/tests/test_page.css", 502 "//ppapi/tests/test_page.css",
503 "//ppapi/tests/test_page.css.mock-http-headers", 503 "//ppapi/tests/test_page.css.mock-http-headers",
504 "//third_party/accessibility-audit/axs_testing.js", 504 "//third_party/accessibility-audit/axs_testing.js",
505 "//third_party/chaijs/chai.js", 505 "//third_party/chaijs/chai.js",
506 "//third_party/mocha/mocha.js", 506 "//third_party/mocha/mocha.js",
507 "//third_party/polymer/v1_0/components-chromium/iron-test-helpers/mock-int eractions.js",
507 "//third_party/pyftpdlib/", 508 "//third_party/pyftpdlib/",
508 "//third_party/pywebsocket/", 509 "//third_party/pywebsocket/",
509 "//third_party/tlslite/", 510 "//third_party/tlslite/",
510 "//third_party/zlib/google/test/data/", 511 "//third_party/zlib/google/test/data/",
511 "//tools/metrics/histograms/enums.xml", 512 "//tools/metrics/histograms/enums.xml",
512 "//ui/webui/resources/js/", 513 "//ui/webui/resources/js/",
513 "$root_out_dir/pyproto/google/", 514 "$root_out_dir/pyproto/google/",
514 "$root_out_dir/test_case.html", 515 "$root_out_dir/test_case.html",
515 "$root_out_dir/test_case.html.mock-http-headers", 516 "$root_out_dir/test_case.html.mock-http-headers",
516 "$root_out_dir/test_page.css", 517 "$root_out_dir/test_page.css",
(...skipping 4657 matching lines...) Expand 10 before | Expand all | Expand 10 after
5174 } 5175 }
5175 5176
5176 if (is_win) { 5177 if (is_win) {
5177 loadable_module("conflicts_dll") { 5178 loadable_module("conflicts_dll") {
5178 testonly = true 5179 testonly = true
5179 sources = [ 5180 sources = [
5180 "conflicts/conflicts_dll.cc", 5181 "conflicts/conflicts_dll.cc",
5181 ] 5182 ]
5182 } 5183 }
5183 } 5184 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/polymer_browser_test_base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698