| 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 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2549 "../browser/ui/cocoa/web_contents_modal_dialog_manager_views_mac_brows
ertest.mm", | 2549 "../browser/ui/cocoa/web_contents_modal_dialog_manager_views_mac_brows
ertest.mm", |
| 2550 "../browser/ui/cocoa/website_settings/permission_bubble_cocoa_browser_
test.mm", | 2550 "../browser/ui/cocoa/website_settings/permission_bubble_cocoa_browser_
test.mm", |
| 2551 ] | 2551 ] |
| 2552 } | 2552 } |
| 2553 } | 2553 } |
| 2554 if (is_win) { | 2554 if (is_win) { |
| 2555 sources += [ "../browser/extensions/api/networking_private/networking_priv
ate_credentials_getter_browsertest.cc" ] | 2555 sources += [ "../browser/extensions/api/networking_private/networking_priv
ate_credentials_getter_browsertest.cc" ] |
| 2556 } | 2556 } |
| 2557 if (is_mac || is_win) { | 2557 if (is_mac || is_win) { |
| 2558 sources += [ | 2558 sources += [ |
| 2559 "../browser/extensions/api/image_writer_private/image_writer_utility_cli
ent_browsertest.cc", |
| 2559 "../browser/extensions/api/networking_private/networking_private_apitest
.cc", | 2560 "../browser/extensions/api/networking_private/networking_private_apitest
.cc", |
| 2560 "../browser/extensions/api/networking_private/networking_private_service
_client_apitest.cc", | 2561 "../browser/extensions/api/networking_private/networking_private_service
_client_apitest.cc", |
| 2561 "../browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc"
, | 2562 "../browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc"
, |
| 2562 "../browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc"
, | 2563 "../browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc"
, |
| 2563 ] | 2564 ] |
| 2564 deps += [ "//components/wifi:test_support" ] | 2565 deps += [ "//components/wifi:test_support" ] |
| 2565 } | 2566 } |
| 2566 if (is_linux || is_win) { | 2567 if (is_linux || is_win) { |
| 2567 sources += [ | 2568 sources += [ |
| 2568 # This test is for the spelling options submenu that's only for Windows, | 2569 # This test is for the spelling options submenu that's only for Windows, |
| (...skipping 2585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5154 } | 5155 } |
| 5155 | 5156 |
| 5156 if (is_win) { | 5157 if (is_win) { |
| 5157 loadable_module("conflicts_dll") { | 5158 loadable_module("conflicts_dll") { |
| 5158 testonly = true | 5159 testonly = true |
| 5159 sources = [ | 5160 sources = [ |
| 5160 "conflicts/conflicts_dll.cc", | 5161 "conflicts/conflicts_dll.cc", |
| 5161 ] | 5162 ] |
| 5162 } | 5163 } |
| 5163 } | 5164 } |
| OLD | NEW |