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

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

Issue 2656213002: Makes SessionCrashedBubbleView work on chromeos (Closed)
Patch Set: consent works on chromeos 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/views/session_crashed_bubble_view.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 4393 matching lines...) Expand 10 before | Expand all | Expand 10 after
4404 "../browser/captive_portal/captive_portal_service_unittest.cc", 4404 "../browser/captive_portal/captive_portal_service_unittest.cc",
4405 "../browser/captive_portal/captive_portal_tab_helper_unittest.cc", 4405 "../browser/captive_portal/captive_portal_tab_helper_unittest.cc",
4406 "../browser/captive_portal/captive_portal_tab_reloader_unittest.cc", 4406 "../browser/captive_portal/captive_portal_tab_reloader_unittest.cc",
4407 ] 4407 ]
4408 } 4408 }
4409 if (enable_session_service) { 4409 if (enable_session_service) {
4410 sources += [ 4410 sources += [
4411 "../browser/sessions/session_restore_stats_collector_unittest.cc", 4411 "../browser/sessions/session_restore_stats_collector_unittest.cc",
4412 "../browser/sessions/session_service_unittest.cc", 4412 "../browser/sessions/session_service_unittest.cc",
4413 "../browser/sessions/tab_loader_unittest.cc", 4413 "../browser/sessions/tab_loader_unittest.cc",
4414 "../browser/ui/startup/session_crashed_infobar_delegate_unittest.cc",
4415 ] 4414 ]
4415
4416 if (is_mac && !mac_views_browser) {
4417 sources += [ "../browser/ui/startup/session_crashed_infobar_delegate_unitt est.cc" ]
4418 }
4416 } 4419 }
4417 if (enable_webrtc) { 4420 if (enable_webrtc) {
4418 sources += [ 4421 sources += [
4419 "../browser/media/webrtc/webrtc_log_uploader_unittest.cc", 4422 "../browser/media/webrtc/webrtc_log_uploader_unittest.cc",
4420 "../browser/media/webrtc/webrtc_log_util_unittest.cc", 4423 "../browser/media/webrtc/webrtc_log_util_unittest.cc",
4421 "../browser/media/webrtc/webrtc_rtp_dump_handler_unittest.cc", 4424 "../browser/media/webrtc/webrtc_rtp_dump_handler_unittest.cc",
4422 "../browser/media/webrtc/webrtc_rtp_dump_writer_unittest.cc", 4425 "../browser/media/webrtc/webrtc_rtp_dump_writer_unittest.cc",
4423 "../renderer/media/chrome_webrtc_log_message_delegate_unittest.cc", 4426 "../renderer/media/chrome_webrtc_log_message_delegate_unittest.cc",
4424 ] 4427 ]
4425 } 4428 }
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 } 5138 }
5136 5139
5137 if (is_win) { 5140 if (is_win) {
5138 loadable_module("conflicts_dll") { 5141 loadable_module("conflicts_dll") {
5139 testonly = true 5142 testonly = true
5140 sources = [ 5143 sources = [
5141 "conflicts/conflicts_dll.cc", 5144 "conflicts/conflicts_dll.cc",
5142 ] 5145 ]
5143 } 5146 }
5144 } 5147 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698