Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2496 # should be a dependency on the stubs instead because it could be all | 2496 # should be a dependency on the stubs instead because it could be all |
| 2497 # tests might want them. Or it could be that we need to make a new | 2497 # tests might want them. Or it could be that we need to make a new |
| 2498 # "headers" target to make GN check happy, and then force each | 2498 # "headers" target to make GN check happy, and then force each |
| 2499 # executable to link the correct implementation. Somebody with a | 2499 # executable to link the correct implementation. Somebody with a |
| 2500 # higher-level understanding of Mac crash reporting needs to think | 2500 # higher-level understanding of Mac crash reporting needs to think |
| 2501 # about this. | 2501 # about this. |
| 2502 # "//components/crash/content/app:breakpad_stubs", | 2502 # "//components/crash/content/app:breakpad_stubs", |
| 2503 "//third_party/ocmock", | 2503 "//third_party/ocmock", |
| 2504 ] | 2504 ] |
| 2505 sources += [ | 2505 sources += [ |
| 2506 "../browser/browser_shutdown_browsertest.cc", | |
|
Alexey Seren
2017/04/22 19:52:54
Currently shutdown by windows closing can be detec
| |
| 2506 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi per_browsertest.mm", | 2507 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi per_browsertest.mm", |
| 2507 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert est.cc", | 2508 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert est.cc", |
| 2508 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.h", | 2509 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.h", |
| 2509 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.mm", | 2510 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.mm", |
| 2510 "../browser/ui/cocoa/applescript/bookmark_folder_applescript_browsertest .mm", | 2511 "../browser/ui/cocoa/applescript/bookmark_folder_applescript_browsertest .mm", |
| 2511 "../browser/ui/cocoa/applescript/bookmark_item_applescript_browsertest.m m", | 2512 "../browser/ui/cocoa/applescript/bookmark_item_applescript_browsertest.m m", |
| 2512 "../browser/ui/cocoa/applescript/browsercrapplication+applescript_test.m m", | 2513 "../browser/ui/cocoa/applescript/browsercrapplication+applescript_test.m m", |
| 2513 "../browser/ui/cocoa/applescript/window_applescript_test.mm", | 2514 "../browser/ui/cocoa/applescript/window_applescript_test.mm", |
| 2514 "../browser/ui/cocoa/certificate_viewer_mac_browsertest.mm", | 2515 "../browser/ui/cocoa/certificate_viewer_mac_browsertest.mm", |
| 2515 ] | 2516 ] |
| (...skipping 2705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5221 } | 5222 } |
| 5222 | 5223 |
| 5223 if (is_win) { | 5224 if (is_win) { |
| 5224 loadable_module("conflicts_dll") { | 5225 loadable_module("conflicts_dll") { |
| 5225 testonly = true | 5226 testonly = true |
| 5226 sources = [ | 5227 sources = [ |
| 5227 "conflicts/conflicts_dll.cc", | 5228 "conflicts/conflicts_dll.cc", |
| 5228 ] | 5229 ] |
| 5229 } | 5230 } |
| 5230 } | 5231 } |
| OLD | NEW |