| 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 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2419 sources += [ | 2419 sources += [ |
| 2420 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi
per_browsertest.mm", | 2420 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swi
per_browsertest.mm", |
| 2421 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert
est.cc", | 2421 "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsert
est.cc", |
| 2422 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.h", | 2422 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.h", |
| 2423 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.mm", | 2423 "../browser/ui/cocoa/applescript/bookmark_applescript_utils_test.mm", |
| 2424 "../browser/ui/cocoa/applescript/bookmark_folder_applescript_browsertest
.mm", | 2424 "../browser/ui/cocoa/applescript/bookmark_folder_applescript_browsertest
.mm", |
| 2425 "../browser/ui/cocoa/applescript/bookmark_item_applescript_browsertest.m
m", | 2425 "../browser/ui/cocoa/applescript/bookmark_item_applescript_browsertest.m
m", |
| 2426 "../browser/ui/cocoa/applescript/browsercrapplication+applescript_test.m
m", | 2426 "../browser/ui/cocoa/applescript/browsercrapplication+applescript_test.m
m", |
| 2427 "../browser/ui/cocoa/applescript/window_applescript_test.mm", | 2427 "../browser/ui/cocoa/applescript/window_applescript_test.mm", |
| 2428 "../browser/ui/cocoa/certificate_viewer_mac_browsertest.mm", | 2428 "../browser/ui/cocoa/certificate_viewer_mac_browsertest.mm", |
| 2429 "../browser/ui/cocoa/share_menu_controller_browsertest.mm", |
| 2429 ] | 2430 ] |
| 2430 sources -= [ | 2431 sources -= [ |
| 2431 # TODO(groby): This test depends on hunspell and we cannot run it on | 2432 # TODO(groby): This test depends on hunspell and we cannot run it on |
| 2432 # Mac, which does not use hunspell by default. | 2433 # Mac, which does not use hunspell by default. |
| 2433 "../browser/spellchecker/spellcheck_service_browsertest.cc", | 2434 "../browser/spellchecker/spellcheck_service_browsertest.cc", |
| 2434 | 2435 |
| 2435 # ProcessSingletonMac doesn"t do anything. | 2436 # ProcessSingletonMac doesn"t do anything. |
| 2436 "../browser/process_singleton_browsertest.cc", | 2437 "../browser/process_singleton_browsertest.cc", |
| 2437 ] | 2438 ] |
| 2438 | 2439 |
| (...skipping 2735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5174 } | 5175 } |
| 5175 | 5176 |
| 5176 if (is_win) { | 5177 if (is_win) { |
| 5177 loadable_module("conflicts_dll") { | 5178 loadable_module("conflicts_dll") { |
| 5178 testonly = true | 5179 testonly = true |
| 5179 sources = [ | 5180 sources = [ |
| 5180 "conflicts/conflicts_dll.cc", | 5181 "conflicts/conflicts_dll.cc", |
| 5181 ] | 5182 ] |
| 5182 } | 5183 } |
| 5183 } | 5184 } |
| OLD | NEW |