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

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

Issue 2753683002: Build a Bridge to Eddystone Encoder in Components (Closed)
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
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 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after
3074 "../browser/android/history_report/delta_file_commons_unittest.cc", 3074 "../browser/android/history_report/delta_file_commons_unittest.cc",
3075 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc" , 3075 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc" ,
3076 "../browser/android/locale/special_locale_handler_unittest.cc", 3076 "../browser/android/locale/special_locale_handler_unittest.cc",
3077 3077
3078 # TODO(newt): move this to test_support_unit? 3078 # TODO(newt): move this to test_support_unit?
3079 "../browser/android/chrome_backup_agent_unittest.cc", 3079 "../browser/android/chrome_backup_agent_unittest.cc",
3080 "../browser/android/favicon_helper_unittest.cc", 3080 "../browser/android/favicon_helper_unittest.cc",
3081 "../browser/android/mock_location_settings.cc", 3081 "../browser/android/mock_location_settings.cc",
3082 "../browser/android/mock_location_settings.h", 3082 "../browser/android/mock_location_settings.h",
3083 "../browser/android/net/external_estimate_provider_android_unittest.cc", 3083 "../browser/android/net/external_estimate_provider_android_unittest.cc",
3084 "../browser/android/physical_web/eddystone_encoder_bridge_unittest.cc",
3084 "../browser/android/physical_web/physical_web_data_source_android_unittest.c c", 3085 "../browser/android/physical_web/physical_web_data_source_android_unittest.c c",
3085 "../browser/android/preferences/pref_service_bridge_unittest.cc", 3086 "../browser/android/preferences/pref_service_bridge_unittest.cc",
3086 "../browser/android/shortcut_info_unittest.cc", 3087 "../browser/android/shortcut_info_unittest.cc",
3087 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", 3088 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc",
3088 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", 3089 "../browser/android/webapk/webapk_icon_hasher_unittest.cc",
3089 "../browser/android/webapk/webapk_installer_unittest.cc", 3090 "../browser/android/webapk/webapk_installer_unittest.cc",
3090 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", 3091 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc",
3091 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", 3092 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc",
3092 "../browser/app_controller_mac_unittest.mm", 3093 "../browser/app_controller_mac_unittest.mm",
3093 "../browser/autocomplete/search_provider_unittest.cc", 3094 "../browser/autocomplete/search_provider_unittest.cc",
(...skipping 2086 matching lines...) Expand 10 before | Expand all | Expand 10 after
5180 } 5181 }
5181 5182
5182 if (is_win) { 5183 if (is_win) {
5183 loadable_module("conflicts_dll") { 5184 loadable_module("conflicts_dll") {
5184 testonly = true 5185 testonly = true
5185 sources = [ 5186 sources = [
5186 "conflicts/conflicts_dll.cc", 5187 "conflicts/conflicts_dll.cc",
5187 ] 5188 ]
5188 } 5189 }
5189 } 5190 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698