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

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

Issue 2745003003: Moved the FakeDownloadItem to content/public/test. (Closed)
Patch Set: Fix merge issue Created 3 years, 9 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 3463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3474 defines = [] 3474 defines = []
3475 3475
3476 deps = [ 3476 deps = [
3477 ":test_support", 3477 ":test_support",
3478 ":test_support_unit", 3478 ":test_support_unit",
3479 "//base/test:test_support", 3479 "//base/test:test_support",
3480 "//chrome:browser_dependencies", 3480 "//chrome:browser_dependencies",
3481 "//chrome:child_dependencies", 3481 "//chrome:child_dependencies",
3482 "//chrome:resources", 3482 "//chrome:resources",
3483 "//chrome:strings", 3483 "//chrome:strings",
3484 "//chrome/browser/ntp_snippets:test_support",
3485 "//chrome/common:test_support", 3484 "//chrome/common:test_support",
3486 "//components/autofill/content/renderer:test_support", 3485 "//components/autofill/content/renderer:test_support",
3487 "//components/browser_sync:test_support", 3486 "//components/browser_sync:test_support",
3488 "//components/component_updater:test_support", 3487 "//components/component_updater:test_support",
3489 "//components/content_settings/core/test:test_support", 3488 "//components/content_settings/core/test:test_support",
3490 "//components/content_settings/core/test:test_support", 3489 "//components/content_settings/core/test:test_support",
3491 "//components/data_reduction_proxy/core/browser:test_support", 3490 "//components/data_reduction_proxy/core/browser:test_support",
3492 "//components/data_use_measurement/core", 3491 "//components/data_use_measurement/core",
3493 "//components/metrics/proto", 3492 "//components/metrics/proto",
3494 "//components/ntp_snippets:test_support", 3493 "//components/ntp_snippets:test_support",
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
5182 } 5181 }
5183 5182
5184 if (is_win) { 5183 if (is_win) {
5185 loadable_module("conflicts_dll") { 5184 loadable_module("conflicts_dll") {
5186 testonly = true 5185 testonly = true
5187 sources = [ 5186 sources = [
5188 "conflicts/conflicts_dll.cc", 5187 "conflicts/conflicts_dll.cc",
5189 ] 5188 ]
5190 } 5189 }
5191 } 5190 }
OLDNEW
« no previous file with comments | « chrome/browser/ntp_snippets/fake_download_item.cc ('k') | content/public/test/fake_download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698