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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1308 '<@(tracing_unittest_sources)', | 1308 '<@(tracing_unittest_sources)', |
1309 '<@(visitedlink_unittest_sources)', | 1309 '<@(visitedlink_unittest_sources)', |
1310 '<@(wallpaper_unittest_sources)', | 1310 '<@(wallpaper_unittest_sources)', |
1311 '<@(web_cache_unittest_sources)', | 1311 '<@(web_cache_unittest_sources)', |
1312 '<@(webcrypto_unittest_sources)', | 1312 '<@(webcrypto_unittest_sources)', |
1313 '<@(web_modal_unittest_sources)', | 1313 '<@(web_modal_unittest_sources)', |
1314 '<@(zoom_unittest_sources)', | 1314 '<@(zoom_unittest_sources)', |
1315 ], | 1315 ], |
1316 'dependencies': [ | 1316 'dependencies': [ |
1317 '../content/content_shell_and_tests.gyp:test_support_content', | 1317 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1318 '../mojo/mojo_base.gyp:mojo_common_lib', |
1318 '../skia/skia.gyp:skia', | 1319 '../skia/skia.gyp:skia', |
1319 'components.gyp:autofill_content_browser', | 1320 'components.gyp:autofill_content_browser', |
1320 'components.gyp:autofill_content_renderer', | 1321 'components.gyp:autofill_content_renderer', |
1321 'components.gyp:autofill_content_test_support', | 1322 'components.gyp:autofill_content_test_support', |
1322 'components.gyp:autofill_content_test_types_mojo_bindings', | 1323 'components.gyp:autofill_content_test_types_mojo_bindings', |
1323 'components.gyp:certificate_transparency', | 1324 'components.gyp:certificate_transparency', |
1324 'components.gyp:crash_test_support', | 1325 'components.gyp:crash_test_support', |
1325 'components.gyp:data_reduction_proxy_content_browser', | 1326 'components.gyp:data_reduction_proxy_content_browser', |
1326 'components.gyp:data_use_measurement_content', | 1327 'components.gyp:data_use_measurement_content', |
1327 'components.gyp:devtools_http_handler', | 1328 'components.gyp:devtools_http_handler', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2016 'dependencies': [ | 2017 'dependencies': [ |
2017 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2018 ], | 2019 ], |
2019 }], | 2020 }], |
2020 ], | 2021 ], |
2021 }, | 2022 }, |
2022 ], | 2023 ], |
2023 }], | 2024 }], |
2024 ], | 2025 ], |
2025 } | 2026 } |
OLD | NEW |