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

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

Issue 2741283002: Idea for AddToHomescreenDataFetcher tests
Patch Set: 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
« no previous file with comments | « chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc ('k') | no next file » | 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 3473 matching lines...) Expand 10 before | Expand all | Expand 10 after
3484 "//chrome:strings", 3484 "//chrome:strings",
3485 "//chrome/browser/ntp_snippets:test_support", 3485 "//chrome/browser/ntp_snippets:test_support",
3486 "//chrome/common:test_support", 3486 "//chrome/common:test_support",
3487 "//components/autofill/content/renderer:test_support", 3487 "//components/autofill/content/renderer:test_support",
3488 "//components/browser_sync:test_support", 3488 "//components/browser_sync:test_support",
3489 "//components/component_updater:test_support", 3489 "//components/component_updater:test_support",
3490 "//components/content_settings/core/test:test_support", 3490 "//components/content_settings/core/test:test_support",
3491 "//components/content_settings/core/test:test_support", 3491 "//components/content_settings/core/test:test_support",
3492 "//components/data_reduction_proxy/core/browser:test_support", 3492 "//components/data_reduction_proxy/core/browser:test_support",
3493 "//components/data_use_measurement/core", 3493 "//components/data_use_measurement/core",
3494 "//components/favicon/core/test:test_support",
3494 "//components/metrics/proto", 3495 "//components/metrics/proto",
3495 "//components/ntp_snippets:test_support", 3496 "//components/ntp_snippets:test_support",
3496 "//components/os_crypt:test_support", 3497 "//components/os_crypt:test_support",
3497 "//components/resources", 3498 "//components/resources",
3498 "//components/safe_browsing_db", 3499 "//components/safe_browsing_db",
3499 "//components/safe_browsing_db:test_database_manager", 3500 "//components/safe_browsing_db:test_database_manager",
3500 "//components/safe_json:test_support", 3501 "//components/safe_json:test_support",
3501 "//components/spellcheck:build_features", 3502 "//components/spellcheck:build_features",
3502 "//components/strings", 3503 "//components/strings",
3503 "//components/subresource_filter/core/browser:test_support", 3504 "//components/subresource_filter/core/browser:test_support",
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
5184 } 5185 }
5185 5186
5186 if (is_win) { 5187 if (is_win) {
5187 loadable_module("conflicts_dll") { 5188 loadable_module("conflicts_dll") {
5188 testonly = true 5189 testonly = true
5189 sources = [ 5190 sources = [
5190 "conflicts/conflicts_dll.cc", 5191 "conflicts/conflicts_dll.cc",
5191 ] 5192 ]
5192 } 5193 }
5193 } 5194 }
OLDNEW
« no previous file with comments | « chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698