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