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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1330 '<@(zoom_unittest_sources)', | 1330 '<@(zoom_unittest_sources)', |
1331 ], | 1331 ], |
1332 'dependencies': [ | 1332 'dependencies': [ |
1333 '../content/content_shell_and_tests.gyp:test_support_content', | 1333 '../content/content_shell_and_tests.gyp:test_support_content', |
1334 '../skia/skia.gyp:skia', | 1334 '../skia/skia.gyp:skia', |
1335 'components.gyp:autofill_content_browser', | 1335 'components.gyp:autofill_content_browser', |
1336 'components.gyp:autofill_content_renderer', | 1336 'components.gyp:autofill_content_renderer', |
1337 'components.gyp:autofill_content_test_support', | 1337 'components.gyp:autofill_content_test_support', |
1338 'components.gyp:autofill_content_test_types_mojo_bindings', | 1338 'components.gyp:autofill_content_test_types_mojo_bindings', |
1339 'components.gyp:certificate_transparency', | 1339 'components.gyp:certificate_transparency', |
| 1340 'components.gyp:certificate_transparency_test_support', |
1340 'components.gyp:crash_test_support', | 1341 'components.gyp:crash_test_support', |
1341 'components.gyp:data_reduction_proxy_content_browser', | 1342 'components.gyp:data_reduction_proxy_content_browser', |
1342 'components.gyp:data_use_measurement_content', | 1343 'components.gyp:data_use_measurement_content', |
1343 'components.gyp:devtools_http_handler', | 1344 'components.gyp:devtools_http_handler', |
1344 'components.gyp:display_compositor', | 1345 'components.gyp:display_compositor', |
1345 'components.gyp:dom_distiller_content_browser', | 1346 'components.gyp:dom_distiller_content_browser', |
1346 'components.gyp:dom_distiller_content_renderer', | 1347 'components.gyp:dom_distiller_content_renderer', |
1347 'components.gyp:domain_reliability', | 1348 'components.gyp:domain_reliability', |
1348 'components.gyp:error_page_renderer', | 1349 'components.gyp:error_page_renderer', |
1349 'components.gyp:favicon_content', | 1350 'components.gyp:favicon_content', |
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2032 'dependencies': [ | 2033 'dependencies': [ |
2033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2034 ], | 2035 ], |
2035 }], | 2036 }], |
2036 ], | 2037 ], |
2037 }, | 2038 }, |
2038 ], | 2039 ], |
2039 }], | 2040 }], |
2040 ], | 2041 ], |
2041 } | 2042 } |
OLD | NEW |