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