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/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//chrome/chrome_tests.gni") | 9 import("//chrome/chrome_tests.gni") |
10 import("//chrome/test/base/js2gtest.gni") | 10 import("//chrome/test/base/js2gtest.gni") |
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1449 chrome_tests_unit_gypi_values.chrome_unit_tests_session_service_so
urces, | 1449 chrome_tests_unit_gypi_values.chrome_unit_tests_session_service_so
urces, |
1450 ".", | 1450 ".", |
1451 "//chrome") | 1451 "//chrome") |
1452 } | 1452 } |
1453 if (enable_media_router) { | 1453 if (enable_media_router) { |
1454 sources += rebase_path( | 1454 sources += rebase_path( |
1455 chrome_tests_unit_gypi_values.chrome_unit_tests_media_router_sourc
es, | 1455 chrome_tests_unit_gypi_values.chrome_unit_tests_media_router_sourc
es, |
1456 ".", | 1456 ".", |
1457 "//chrome") | 1457 "//chrome") |
1458 deps += [ "//chrome/browser/media/router:test_support" ] | 1458 deps += [ "//chrome/browser/media/router:test_support" ] |
| 1459 if (!is_android) { |
| 1460 sources += rebase_path( |
| 1461 chrome_tests_unit_gypi_values.chrome_unit_tests_media_router_non
_android_sources, |
| 1462 ".", |
| 1463 "//chrome") |
| 1464 } |
1459 if (!toolkit_views) { | 1465 if (!toolkit_views) { |
1460 sources -= [ "../browser/ui/views/media_router/media_router_ui_browserte
st.cc" ] | 1466 sources -= [ "../browser/ui/views/media_router/media_router_ui_browserte
st.cc" ] |
1461 } | 1467 } |
1462 } | 1468 } |
1463 if (enable_webrtc) { | 1469 if (enable_webrtc) { |
1464 sources += rebase_path( | 1470 sources += rebase_path( |
1465 chrome_tests_unit_gypi_values.chrome_unit_tests_webrtc_sources, | 1471 chrome_tests_unit_gypi_values.chrome_unit_tests_webrtc_sources, |
1466 ".", | 1472 ".", |
1467 "//chrome") | 1473 "//chrome") |
1468 } | 1474 } |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1764 "//third_party/mojo/src/mojo/edk/system", | 1770 "//third_party/mojo/src/mojo/edk/system", |
1765 ] | 1771 ] |
1766 | 1772 |
1767 if (!is_android && use_ash) { | 1773 if (!is_android && use_ash) { |
1768 sources += rebase_path( | 1774 sources += rebase_path( |
1769 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 1775 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
1770 ".", | 1776 ".", |
1771 "//chrome") | 1777 "//chrome") |
1772 } | 1778 } |
1773 } | 1779 } |
OLD | NEW |