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

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

Issue 2700243002: [Mac] Test for Security State Bubble Decoration (Closed)
Patch Set: Fix for rsesek Created 3 years, 10 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/ui/cocoa/location_bar/security_state_bubble_decoration.h ('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 3335 matching lines...) Expand 10 before | Expand all | Expand 10 after
3346 "../browser/translate/translate_service_unittest.cc", 3346 "../browser/translate/translate_service_unittest.cc",
3347 "../browser/ui/android/tab_model/tab_model_list_unittest.cc", 3347 "../browser/ui/android/tab_model/tab_model_list_unittest.cc",
3348 "../browser/ui/android/tab_model/tab_model_unittest.cc", 3348 "../browser/ui/android/tab_model/tab_model_unittest.cc",
3349 "../browser/ui/autofill/autofill_dialog_models_unittest.cc", 3349 "../browser/ui/autofill/autofill_dialog_models_unittest.cc",
3350 "../browser/ui/autofill/autofill_popup_layout_model_unittest.cc", 3350 "../browser/ui/autofill/autofill_popup_layout_model_unittest.cc",
3351 "../browser/ui/autofill/popup_view_common_unittest.cc", 3351 "../browser/ui/autofill/popup_view_common_unittest.cc",
3352 "../browser/ui/bookmarks/bookmark_editor_unittest.cc", 3352 "../browser/ui/bookmarks/bookmark_editor_unittest.cc",
3353 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", 3353 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc",
3354 "../browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc", 3354 "../browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc",
3355 "../browser/ui/chrome_select_file_policy_unittest.cc", 3355 "../browser/ui/chrome_select_file_policy_unittest.cc",
3356 "../browser/ui/cocoa/location_bar/location_bar_view_mac_unittest.mm",
3356 "../browser/ui/find_bar/find_backend_unittest.cc", 3357 "../browser/ui/find_bar/find_backend_unittest.cc",
3357 "../browser/ui/login/login_handler_unittest.cc", 3358 "../browser/ui/login/login_handler_unittest.cc",
3358 "../browser/ui/passwords/manage_passwords_state_unittest.cc", 3359 "../browser/ui/passwords/manage_passwords_state_unittest.cc",
3359 "../browser/ui/passwords/manage_passwords_view_utils_unittest.cc", 3360 "../browser/ui/passwords/manage_passwords_view_utils_unittest.cc",
3360 "../browser/ui/passwords/password_manager_presenter_unittest.cc", 3361 "../browser/ui/passwords/password_manager_presenter_unittest.cc",
3361 "../browser/ui/search_engines/keyword_editor_controller_unittest.cc", 3362 "../browser/ui/search_engines/keyword_editor_controller_unittest.cc",
3362 "../browser/ui/sync/profile_signin_confirmation_helper_unittest.cc", 3363 "../browser/ui/sync/profile_signin_confirmation_helper_unittest.cc",
3363 "../browser/ui/sync/sync_promo_ui_unittest.cc", 3364 "../browser/ui/sync/sync_promo_ui_unittest.cc",
3364 "../browser/ui/tests/ui_gfx_image_unittest.cc", 3365 "../browser/ui/tests/ui_gfx_image_unittest.cc",
3365 "../browser/ui/tests/ui_gfx_image_unittest.mm", 3366 "../browser/ui/tests/ui_gfx_image_unittest.mm",
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
5160 } 5161 }
5161 5162
5162 if (is_win) { 5163 if (is_win) {
5163 loadable_module("conflicts_dll") { 5164 loadable_module("conflicts_dll") {
5164 testonly = true 5165 testonly = true
5165 sources = [ 5166 sources = [
5166 "conflicts/conflicts_dll.cc", 5167 "conflicts/conflicts_dll.cc",
5167 ] 5168 ]
5168 } 5169 }
5169 } 5170 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698