Chromium Code Reviews| 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/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 3459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3470 data_deps = [] | 3470 data_deps = [] |
| 3471 | 3471 |
| 3472 data = [ | 3472 data = [ |
| 3473 "data/", | 3473 "data/", |
| 3474 "//base/test/data/", | 3474 "//base/test/data/", |
| 3475 "//chrome/third_party/mock4js/", | 3475 "//chrome/third_party/mock4js/", |
| 3476 "//components/test/data/", | 3476 "//components/test/data/", |
| 3477 "//extensions/test/data/", | 3477 "//extensions/test/data/", |
| 3478 "//google_apis/test/data/", | 3478 "//google_apis/test/data/", |
| 3479 "//net/tools/testserver/", | 3479 "//net/tools/testserver/", |
| 3480 "//services/preferences/public/cpp/tracked", | |
|
gab
2017/03/29 16:27:56
Why is this needed in as a data reference?
Sam McNally
2017/03/30 02:23:22
I'm not sure. Removed it.
| |
| 3480 "//third_party/accessibility-audit/axs_testing.js", | 3481 "//third_party/accessibility-audit/axs_testing.js", |
| 3481 "//third_party/chaijs/chai.js", | 3482 "//third_party/chaijs/chai.js", |
| 3482 "//third_party/hunspell_dictionaries/", | 3483 "//third_party/hunspell_dictionaries/", |
| 3483 "//third_party/pyftpdlib/", | 3484 "//third_party/pyftpdlib/", |
| 3484 "//third_party/pywebsocket/", | 3485 "//third_party/pywebsocket/", |
| 3485 "//third_party/tlslite/", | 3486 "//third_party/tlslite/", |
| 3486 "//third_party/zlib/google/test/data/", | 3487 "//third_party/zlib/google/test/data/", |
| 3487 "//tools/metrics/histograms/histograms.xml", | 3488 "//tools/metrics/histograms/histograms.xml", |
| 3488 "$root_out_dir/pyproto/google/", | 3489 "$root_out_dir/pyproto/google/", |
| 3489 ] | 3490 ] |
| (...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5223 } | 5224 } |
| 5224 | 5225 |
| 5225 if (is_win) { | 5226 if (is_win) { |
| 5226 loadable_module("conflicts_dll") { | 5227 loadable_module("conflicts_dll") { |
| 5227 testonly = true | 5228 testonly = true |
| 5228 sources = [ | 5229 sources = [ |
| 5229 "conflicts/conflicts_dll.cc", | 5230 "conflicts/conflicts_dll.cc", |
| 5230 ] | 5231 ] |
| 5231 } | 5232 } |
| 5232 } | 5233 } |
| OLD | NEW |