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

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

Issue 2842333004: attempt to revive profile_destroyer_unittest.cc
Patch Set: Created 3 years, 7 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/profiles/profile_destroyer_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 3312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 "../browser/prerender/prerender_unittest.cc", 3323 "../browser/prerender/prerender_unittest.cc",
3324 "../browser/prerender/prerender_util_unittest.cc", 3324 "../browser/prerender/prerender_util_unittest.cc",
3325 "../browser/previews/previews_infobar_delegate_unittest.cc", 3325 "../browser/previews/previews_infobar_delegate_unittest.cc",
3326 "../browser/previews/previews_infobar_tab_helper_unittest.cc", 3326 "../browser/previews/previews_infobar_tab_helper_unittest.cc",
3327 "../browser/process_singleton_win_unittest.cc", 3327 "../browser/process_singleton_win_unittest.cc",
3328 "../browser/profiles/gaia_info_update_service_unittest.cc", 3328 "../browser/profiles/gaia_info_update_service_unittest.cc",
3329 "../browser/profiles/guest_mode_policy_handler_unittest.cc", 3329 "../browser/profiles/guest_mode_policy_handler_unittest.cc",
3330 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", 3330 "../browser/profiles/incognito_mode_policy_handler_unittest.cc",
3331 "../browser/profiles/profile_attributes_storage_unittest.cc", 3331 "../browser/profiles/profile_attributes_storage_unittest.cc",
3332 "../browser/profiles/profile_avatar_icon_util_unittest.cc", 3332 "../browser/profiles/profile_avatar_icon_util_unittest.cc",
3333 "../browser/profiles/profile_destroyer_unittest.cc",
3333 "../browser/profiles/profile_downloader_unittest.cc", 3334 "../browser/profiles/profile_downloader_unittest.cc",
3334 "../browser/profiles/profile_info_cache_unittest.cc", 3335 "../browser/profiles/profile_info_cache_unittest.cc",
3335 "../browser/profiles/profile_info_cache_unittest.h", 3336 "../browser/profiles/profile_info_cache_unittest.h",
3336 "../browser/profiles/profile_manager_unittest.cc", 3337 "../browser/profiles/profile_manager_unittest.cc",
3337 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", 3338 "../browser/profiles/profile_shortcut_manager_unittest_win.cc",
3338 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc", 3339 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc",
3339 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc", 3340 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc",
3340 "../browser/push_messaging/push_messaging_service_unittest.cc", 3341 "../browser/push_messaging/push_messaging_service_unittest.cc",
3341 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_ unit_test.mm", 3342 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_ unit_test.mm",
3342 "../browser/resources_util_unittest.cc", 3343 "../browser/resources_util_unittest.cc",
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
5240 } 5241 }
5241 5242
5242 if (is_win) { 5243 if (is_win) {
5243 loadable_module("conflicts_dll") { 5244 loadable_module("conflicts_dll") {
5244 testonly = true 5245 testonly = true
5245 sources = [ 5246 sources = [
5246 "conflicts/conflicts_dll.cc", 5247 "conflicts/conflicts_dll.cc",
5247 ] 5248 ]
5248 } 5249 }
5249 } 5250 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_destroyer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698