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

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

Issue 2753683002: Build a Bridge to Eddystone Encoder in Components (Closed)
Patch Set: Rebasing Again 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/physical_web/eddystone_encoder_bridge_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 3072 matching lines...) Expand 10 before | Expand all | Expand 10 after
3083 "../browser/android/history_report/delta_file_commons_unittest.cc", 3083 "../browser/android/history_report/delta_file_commons_unittest.cc",
3084 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc" , 3084 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc" ,
3085 "../browser/android/locale/special_locale_handler_unittest.cc", 3085 "../browser/android/locale/special_locale_handler_unittest.cc",
3086 3086
3087 # TODO(newt): move this to test_support_unit? 3087 # TODO(newt): move this to test_support_unit?
3088 "../browser/android/chrome_backup_agent_unittest.cc", 3088 "../browser/android/chrome_backup_agent_unittest.cc",
3089 "../browser/android/favicon_helper_unittest.cc", 3089 "../browser/android/favicon_helper_unittest.cc",
3090 "../browser/android/mock_location_settings.cc", 3090 "../browser/android/mock_location_settings.cc",
3091 "../browser/android/mock_location_settings.h", 3091 "../browser/android/mock_location_settings.h",
3092 "../browser/android/net/external_estimate_provider_android_unittest.cc", 3092 "../browser/android/net/external_estimate_provider_android_unittest.cc",
3093 "../browser/android/physical_web/eddystone_encoder_bridge_unittest.cc",
3093 "../browser/android/physical_web/physical_web_data_source_android_unittest.c c", 3094 "../browser/android/physical_web/physical_web_data_source_android_unittest.c c",
3094 "../browser/android/preferences/pref_service_bridge_unittest.cc", 3095 "../browser/android/preferences/pref_service_bridge_unittest.cc",
3095 "../browser/android/shortcut_info_unittest.cc", 3096 "../browser/android/shortcut_info_unittest.cc",
3096 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", 3097 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc",
3097 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", 3098 "../browser/android/webapk/webapk_icon_hasher_unittest.cc",
3098 "../browser/android/webapk/webapk_installer_unittest.cc", 3099 "../browser/android/webapk/webapk_installer_unittest.cc",
3099 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", 3100 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc",
3100 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", 3101 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc",
3101 "../browser/app_controller_mac_unittest.mm", 3102 "../browser/app_controller_mac_unittest.mm",
3102 "../browser/autocomplete/search_provider_unittest.cc", 3103 "../browser/autocomplete/search_provider_unittest.cc",
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
5195 } 5196 }
5196 5197
5197 if (is_win) { 5198 if (is_win) {
5198 loadable_module("conflicts_dll") { 5199 loadable_module("conflicts_dll") {
5199 testonly = true 5200 testonly = true
5200 sources = [ 5201 sources = [
5201 "conflicts/conflicts_dll.cc", 5202 "conflicts/conflicts_dll.cc",
5202 ] 5203 ]
5203 } 5204 }
5204 } 5205 }
OLDNEW
« no previous file with comments | « chrome/browser/android/physical_web/eddystone_encoder_bridge_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698