| 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 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2369 if (toolkit_views) { | 2369 if (toolkit_views) { |
| 2370 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte
st.cc" ] | 2370 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte
st.cc" ] |
| 2371 } | 2371 } |
| 2372 if (is_win || is_linux) { | 2372 if (is_win || is_linux) { |
| 2373 sources += | 2373 sources += |
| 2374 [ "../browser/ui/views/ime/input_ime_apitest_nonchromeos.cc" ] | 2374 [ "../browser/ui/views/ime/input_ime_apitest_nonchromeos.cc" ] |
| 2375 } | 2375 } |
| 2376 } | 2376 } |
| 2377 if (safe_browsing_mode == 1) { | 2377 if (safe_browsing_mode == 1) { |
| 2378 sources += [ | 2378 sources += [ |
| 2379 "../browser/safe_browsing/certificate_reporting_service_browsertest.cc", |
| 2379 "../browser/safe_browsing/permission_reporter_browsertest.cc", | 2380 "../browser/safe_browsing/permission_reporter_browsertest.cc", |
| 2380 "../browser/safe_browsing/safe_browsing_blocking_page_test.cc", | 2381 "../browser/safe_browsing/safe_browsing_blocking_page_test.cc", |
| 2381 "../browser/safe_browsing/safe_browsing_navigation_observer_browsertest.
cc", | 2382 "../browser/safe_browsing/safe_browsing_navigation_observer_browsertest.
cc", |
| 2382 "../browser/safe_browsing/safe_browsing_service_browsertest.cc", | 2383 "../browser/safe_browsing/safe_browsing_service_browsertest.cc", |
| 2383 "../renderer/safe_browsing/phishing_classifier_browsertest.cc", | 2384 "../renderer/safe_browsing/phishing_classifier_browsertest.cc", |
| 2384 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc", | 2385 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc", |
| 2385 "../renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
", | 2386 "../renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
", |
| 2386 "../renderer/safe_browsing/threat_dom_details_browsertest.cc", | 2387 "../renderer/safe_browsing/threat_dom_details_browsertest.cc", |
| 2387 ] | 2388 ] |
| 2388 } | 2389 } |
| (...skipping 2705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5094 } | 5095 } |
| 5095 | 5096 |
| 5096 if (is_win) { | 5097 if (is_win) { |
| 5097 loadable_module("conflicts_dll") { | 5098 loadable_module("conflicts_dll") { |
| 5098 testonly = true | 5099 testonly = true |
| 5099 sources = [ | 5100 sources = [ |
| 5100 "conflicts/conflicts_dll.cc", | 5101 "conflicts/conflicts_dll.cc", |
| 5101 ] | 5102 ] |
| 5102 } | 5103 } |
| 5103 } | 5104 } |
| OLD | NEW |