| 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 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 "base/web_ui_browser_test_browsertest.cc", | 1710 "base/web_ui_browser_test_browsertest.cc", |
| 1711 "data/webui/async_gen.cc", | 1711 "data/webui/async_gen.cc", |
| 1712 "data/webui/async_gen.h", | 1712 "data/webui/async_gen.h", |
| 1713 "data/webui/certificate_viewer_ui_test-inl.h", | 1713 "data/webui/certificate_viewer_ui_test-inl.h", |
| 1714 "data/webui/chrome_send_browsertest.cc", | 1714 "data/webui/chrome_send_browsertest.cc", |
| 1715 "data/webui/chrome_send_browsertest.h", | 1715 "data/webui/chrome_send_browsertest.h", |
| 1716 "data/webui/history_ui_browsertest.cc", | 1716 "data/webui/history_ui_browsertest.cc", |
| 1717 "data/webui/history_ui_browsertest.h", | 1717 "data/webui/history_ui_browsertest.h", |
| 1718 "data/webui/ntp4_browsertest.cc", | 1718 "data/webui/ntp4_browsertest.cc", |
| 1719 "data/webui/ntp4_browsertest.h", | 1719 "data/webui/ntp4_browsertest.h", |
| 1720 "data/webui/print_preview.cc", | 1720 "data/webui/print_preview/print_preview.cc", |
| 1721 "data/webui/print_preview.h", | 1721 "data/webui/print_preview/print_preview.h", |
| 1722 "data/webui/webui_resource_browsertest.cc", | 1722 "data/webui/webui_resource_browsertest.cc", |
| 1723 "gpu/webgl_infobar_browsertest.cc", | 1723 "gpu/webgl_infobar_browsertest.cc", |
| 1724 "ppapi/ppapi_browsertest.cc", | 1724 "ppapi/ppapi_browsertest.cc", |
| 1725 "ppapi/ppapi_filechooser_browsertest.cc", | 1725 "ppapi/ppapi_filechooser_browsertest.cc", |
| 1726 ] | 1726 ] |
| 1727 | 1727 |
| 1728 deps += [ | 1728 deps += [ |
| 1729 ":sync_integration_test_support", | 1729 ":sync_integration_test_support", |
| 1730 ":test_support_ui", | 1730 ":test_support_ui", |
| 1731 "//base:i18n", | 1731 "//base:i18n", |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2497 "//third_party/widevine/cdm:widevinecdmadapter", | 2497 "//third_party/widevine/cdm:widevinecdmadapter", |
| 2498 ] | 2498 ] |
| 2499 } | 2499 } |
| 2500 if (!enable_print_preview) { | 2500 if (!enable_print_preview) { |
| 2501 sources -= [ | 2501 sources -= [ |
| 2502 "../browser/extensions/api/cloud_print_private/cloud_print_private_apite
st.cc", | 2502 "../browser/extensions/api/cloud_print_private/cloud_print_private_apite
st.cc", |
| 2503 "../browser/printing/print_preview_dialog_controller_browsertest.cc", | 2503 "../browser/printing/print_preview_dialog_controller_browsertest.cc", |
| 2504 "../browser/printing/print_preview_pdf_generated_browsertest.cc", | 2504 "../browser/printing/print_preview_pdf_generated_browsertest.cc", |
| 2505 "../browser/service_process/service_process_control_browsertest.cc", | 2505 "../browser/service_process/service_process_control_browsertest.cc", |
| 2506 "../browser/ui/webui/print_preview/print_preview_ui_browsertest.cc", | 2506 "../browser/ui/webui/print_preview/print_preview_ui_browsertest.cc", |
| 2507 "data/webui/print_preview.cc", | 2507 "data/webui/print_preview/print_preview.cc", |
| 2508 "data/webui/print_preview.h", | 2508 "data/webui/print_preview/print_preview.h", |
| 2509 ] | 2509 ] |
| 2510 } | 2510 } |
| 2511 if (!enable_print_preview || is_mac || is_chromeos) { | 2511 if (!enable_print_preview || is_mac || is_chromeos) { |
| 2512 sources -= [ | 2512 sources -= [ |
| 2513 # This test depends on GetCommandLineForRelaunch, which is not | 2513 # This test depends on GetCommandLineForRelaunch, which is not |
| 2514 # available on Mac. It is also not intended to run on ChromeOS. | 2514 # available on Mac. It is also not intended to run on ChromeOS. |
| 2515 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc"
, | 2515 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc"
, |
| 2516 ] | 2516 ] |
| 2517 } | 2517 } |
| 2518 if (!enable_print_preview || is_chromeos) { | 2518 if (!enable_print_preview || is_chromeos) { |
| (...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5066 } | 5066 } |
| 5067 | 5067 |
| 5068 if (is_win) { | 5068 if (is_win) { |
| 5069 loadable_module("conflicts_dll") { | 5069 loadable_module("conflicts_dll") { |
| 5070 testonly = true | 5070 testonly = true |
| 5071 sources = [ | 5071 sources = [ |
| 5072 "conflicts/conflicts_dll.cc", | 5072 "conflicts/conflicts_dll.cc", |
| 5073 ] | 5073 ] |
| 5074 } | 5074 } |
| 5075 } | 5075 } |
| OLD | NEW |