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

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

Issue 2561493002: Pass Physical Web metadata through a struct (Closed)
Patch Set: Rebase Created 4 years 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 3022 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", 3033 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc",
3034 "../browser/android/history_report/delta_file_commons_unittest.cc", 3034 "../browser/android/history_report/delta_file_commons_unittest.cc",
3035 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc" , 3035 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc" ,
3036 "../browser/android/locale/special_locale_handler_unittest.cc", 3036 "../browser/android/locale/special_locale_handler_unittest.cc",
3037 3037
3038 # TODO(newt): move this to test_support_unit? 3038 # TODO(newt): move this to test_support_unit?
3039 "../browser/android/chrome_backup_agent_unittest.cc", 3039 "../browser/android/chrome_backup_agent_unittest.cc",
3040 "../browser/android/mock_location_settings.cc", 3040 "../browser/android/mock_location_settings.cc",
3041 "../browser/android/mock_location_settings.h", 3041 "../browser/android/mock_location_settings.h",
3042 "../browser/android/net/external_estimate_provider_android_unittest.cc", 3042 "../browser/android/net/external_estimate_provider_android_unittest.cc",
3043 "../browser/android/physical_web/physical_web_data_source_android_unittest.c c",
3043 "../browser/android/preferences/pref_service_bridge_unittest.cc", 3044 "../browser/android/preferences/pref_service_bridge_unittest.cc",
3044 "../browser/android/shortcut_info_unittest.cc", 3045 "../browser/android/shortcut_info_unittest.cc",
3045 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", 3046 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc",
3046 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", 3047 "../browser/android/webapk/webapk_icon_hasher_unittest.cc",
3047 "../browser/android/webapk/webapk_installer_unittest.cc", 3048 "../browser/android/webapk/webapk_installer_unittest.cc",
3048 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", 3049 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc",
3049 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", 3050 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc",
3050 "../browser/app_controller_mac_unittest.mm", 3051 "../browser/app_controller_mac_unittest.mm",
3051 "../browser/autocomplete/search_provider_unittest.cc", 3052 "../browser/autocomplete/search_provider_unittest.cc",
3052 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", 3053 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc",
(...skipping 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after
5098 } 5099 }
5099 5100
5100 if (is_win) { 5101 if (is_win) {
5101 loadable_module("conflicts_dll") { 5102 loadable_module("conflicts_dll") {
5102 testonly = true 5103 testonly = true
5103 sources = [ 5104 sources = [
5104 "conflicts/conflicts_dll.cc", 5105 "conflicts/conflicts_dll.cc",
5105 ] 5106 ]
5106 } 5107 }
5107 } 5108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698