| 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 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1769 "base/web_ui_browser_test_browsertest.cc", | 1769 "base/web_ui_browser_test_browsertest.cc", |
| 1770 "data/webui/async_gen.cc", | 1770 "data/webui/async_gen.cc", |
| 1771 "data/webui/async_gen.h", | 1771 "data/webui/async_gen.h", |
| 1772 "data/webui/certificate_viewer_ui_test-inl.h", | 1772 "data/webui/certificate_viewer_ui_test-inl.h", |
| 1773 "data/webui/chrome_send_browsertest.cc", | 1773 "data/webui/chrome_send_browsertest.cc", |
| 1774 "data/webui/chrome_send_browsertest.h", | 1774 "data/webui/chrome_send_browsertest.h", |
| 1775 "data/webui/history_ui_browsertest.cc", | 1775 "data/webui/history_ui_browsertest.cc", |
| 1776 "data/webui/history_ui_browsertest.h", | 1776 "data/webui/history_ui_browsertest.h", |
| 1777 "data/webui/ntp4_browsertest.cc", | 1777 "data/webui/ntp4_browsertest.cc", |
| 1778 "data/webui/ntp4_browsertest.h", | 1778 "data/webui/ntp4_browsertest.h", |
| 1779 "data/webui/print_preview.cc", | |
| 1780 "data/webui/print_preview.h", | |
| 1781 "data/webui/webui_resource_browsertest.cc", | 1779 "data/webui/webui_resource_browsertest.cc", |
| 1782 "gpu/webgl_infobar_browsertest.cc", | 1780 "gpu/webgl_infobar_browsertest.cc", |
| 1783 "ppapi/ppapi_browsertest.cc", | 1781 "ppapi/ppapi_browsertest.cc", |
| 1784 "ppapi/ppapi_filechooser_browsertest.cc", | 1782 "ppapi/ppapi_filechooser_browsertest.cc", |
| 1785 ] | 1783 ] |
| 1786 | 1784 |
| 1787 deps += [ | 1785 deps += [ |
| 1788 ":sync_integration_test_support", | 1786 ":sync_integration_test_support", |
| 1789 ":test_support_ui", | 1787 ":test_support_ui", |
| 1790 "//base:i18n", | 1788 "//base:i18n", |
| (...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2556 "//third_party/widevine/cdm:widevinecdmadapter", | 2554 "//third_party/widevine/cdm:widevinecdmadapter", |
| 2557 ] | 2555 ] |
| 2558 } | 2556 } |
| 2559 if (!enable_print_preview) { | 2557 if (!enable_print_preview) { |
| 2560 sources -= [ | 2558 sources -= [ |
| 2561 "../browser/extensions/api/cloud_print_private/cloud_print_private_apite
st.cc", | 2559 "../browser/extensions/api/cloud_print_private/cloud_print_private_apite
st.cc", |
| 2562 "../browser/printing/print_preview_dialog_controller_browsertest.cc", | 2560 "../browser/printing/print_preview_dialog_controller_browsertest.cc", |
| 2563 "../browser/printing/print_preview_pdf_generated_browsertest.cc", | 2561 "../browser/printing/print_preview_pdf_generated_browsertest.cc", |
| 2564 "../browser/service_process/service_process_control_browsertest.cc", | 2562 "../browser/service_process/service_process_control_browsertest.cc", |
| 2565 "../browser/ui/webui/print_preview/print_preview_ui_browsertest.cc", | 2563 "../browser/ui/webui/print_preview/print_preview_ui_browsertest.cc", |
| 2566 "data/webui/print_preview.cc", | |
| 2567 "data/webui/print_preview.h", | |
| 2568 ] | 2564 ] |
| 2569 } | 2565 } |
| 2570 if (!enable_print_preview || is_mac || is_chromeos) { | 2566 if (!enable_print_preview || is_mac || is_chromeos) { |
| 2571 sources -= [ | 2567 sources -= [ |
| 2572 # This test depends on GetCommandLineForRelaunch, which is not | 2568 # This test depends on GetCommandLineForRelaunch, which is not |
| 2573 # available on Mac. It is also not intended to run on ChromeOS. | 2569 # available on Mac. It is also not intended to run on ChromeOS. |
| 2574 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc"
, | 2570 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc"
, |
| 2575 ] | 2571 ] |
| 2576 } | 2572 } |
| 2577 if (!enable_print_preview || is_chromeos) { | 2573 if (!enable_print_preview || is_chromeos) { |
| (...skipping 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5130 } | 5126 } |
| 5131 | 5127 |
| 5132 if (is_win) { | 5128 if (is_win) { |
| 5133 loadable_module("conflicts_dll") { | 5129 loadable_module("conflicts_dll") { |
| 5134 testonly = true | 5130 testonly = true |
| 5135 sources = [ | 5131 sources = [ |
| 5136 "conflicts/conflicts_dll.cc", | 5132 "conflicts/conflicts_dll.cc", |
| 5137 ] | 5133 ] |
| 5138 } | 5134 } |
| 5139 } | 5135 } |
| OLD | NEW |