| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'os_crypt/keychain_password_mac_unittest.mm', | 487 'os_crypt/keychain_password_mac_unittest.mm', |
| 488 'os_crypt/os_crypt_unittest.cc', | 488 'os_crypt/os_crypt_unittest.cc', |
| 489 ], | 489 ], |
| 490 'ownership_unittest_sources': [ | 490 'ownership_unittest_sources': [ |
| 491 'ownership/owner_key_util_impl_unittest.cc', | 491 'ownership/owner_key_util_impl_unittest.cc', |
| 492 ], | 492 ], |
| 493 'packed_ct_ev_whitelist_unittest_sources': [ | 493 'packed_ct_ev_whitelist_unittest_sources': [ |
| 494 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | 494 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', |
| 495 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | 495 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', |
| 496 ], | 496 ], |
| 497 'page_load_metrics_unittest_sources': [ | |
| 498 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', | |
| 499 'page_load_metrics/renderer/fake_page_timing_metrics_ipc_sender.cc', | |
| 500 'page_load_metrics/renderer/fake_page_timing_metrics_ipc_sender.h', | |
| 501 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', | |
| 502 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', | |
| 503 ], | |
| 504 'password_manager_unittest_sources': [ | 497 'password_manager_unittest_sources': [ |
| 505 'password_manager/content/browser/content_password_manager_driver_unittest
.cc', | 498 'password_manager/content/browser/content_password_manager_driver_unittest
.cc', |
| 506 'password_manager/content/browser/credential_manager_impl_unittest.cc', | 499 'password_manager/content/browser/credential_manager_impl_unittest.cc', |
| 507 'password_manager/core/browser/affiliated_match_helper_unittest.cc', | 500 'password_manager/core/browser/affiliated_match_helper_unittest.cc', |
| 508 'password_manager/core/browser/affiliation_backend_unittest.cc', | 501 'password_manager/core/browser/affiliation_backend_unittest.cc', |
| 509 'password_manager/core/browser/affiliation_database_unittest.cc', | 502 'password_manager/core/browser/affiliation_database_unittest.cc', |
| 510 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', | 503 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', |
| 511 'password_manager/core/browser/affiliation_fetcher_unittest.cc', | 504 'password_manager/core/browser/affiliation_fetcher_unittest.cc', |
| 512 'password_manager/core/browser/affiliation_service_unittest.cc', | 505 'password_manager/core/browser/affiliation_service_unittest.cc', |
| 513 'password_manager/core/browser/affiliation_utils_unittest.cc', | 506 'password_manager/core/browser/affiliation_utils_unittest.cc', |
| (...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1321 '<@(devtools_http_handler_unittest_sources)', | 1314 '<@(devtools_http_handler_unittest_sources)', |
| 1322 '<@(display_compositor_unittest_sources)', | 1315 '<@(display_compositor_unittest_sources)', |
| 1323 '<@(domain_reliability_unittest_sources)', | 1316 '<@(domain_reliability_unittest_sources)', |
| 1324 '<@(error_page_unittest_sources)', | 1317 '<@(error_page_unittest_sources)', |
| 1325 '<@(guest_view_unittest_sources)', | 1318 '<@(guest_view_unittest_sources)', |
| 1326 '<@(memory_coordinator_unittest_sources)', | 1319 '<@(memory_coordinator_unittest_sources)', |
| 1327 '<@(navigation_interception_unittest_sources)', | 1320 '<@(navigation_interception_unittest_sources)', |
| 1328 '<@(network_hints_unittest_sources)', | 1321 '<@(network_hints_unittest_sources)', |
| 1329 '<@(ntp_tiles_unittest_sources)', | 1322 '<@(ntp_tiles_unittest_sources)', |
| 1330 '<@(packed_ct_ev_whitelist_unittest_sources)', | 1323 '<@(packed_ct_ev_whitelist_unittest_sources)', |
| 1331 '<@(page_load_metrics_unittest_sources)', | |
| 1332 '<@(power_unittest_sources)', | 1324 '<@(power_unittest_sources)', |
| 1333 '<@(safe_browsing_db_unittest_sources)', | 1325 '<@(safe_browsing_db_unittest_sources)', |
| 1334 '<@(safe_json_unittest_sources)', | 1326 '<@(safe_json_unittest_sources)', |
| 1335 '<@(scheduler_unittest_sources)', | 1327 '<@(scheduler_unittest_sources)', |
| 1336 '<@(storage_monitor_unittest_sources)', | 1328 '<@(storage_monitor_unittest_sources)', |
| 1337 '<@(subresource_filter_content_browser_unittest_sources)', | 1329 '<@(subresource_filter_content_browser_unittest_sources)', |
| 1338 '<@(subresource_filter_content_renderer_unittest_sources)', | 1330 '<@(subresource_filter_content_renderer_unittest_sources)', |
| 1339 '<@(tracing_unittest_sources)', | 1331 '<@(tracing_unittest_sources)', |
| 1340 '<@(visitedlink_unittest_sources)', | 1332 '<@(visitedlink_unittest_sources)', |
| 1341 '<@(wallpaper_unittest_sources)', | 1333 '<@(wallpaper_unittest_sources)', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 1367 'components.gyp:guest_view_test_support', | 1359 'components.gyp:guest_view_test_support', |
| 1368 'components.gyp:history_content_browser', | 1360 'components.gyp:history_content_browser', |
| 1369 'components.gyp:keyed_service_content', | 1361 'components.gyp:keyed_service_content', |
| 1370 'components.gyp:memory_coordinator_browser', | 1362 'components.gyp:memory_coordinator_browser', |
| 1371 'components.gyp:memory_coordinator_child', | 1363 'components.gyp:memory_coordinator_child', |
| 1372 'components.gyp:metrics_gpu', | 1364 'components.gyp:metrics_gpu', |
| 1373 'components.gyp:navigation_interception', | 1365 'components.gyp:navigation_interception', |
| 1374 'components.gyp:network_hints_renderer', | 1366 'components.gyp:network_hints_renderer', |
| 1375 'components.gyp:ntp_tiles', | 1367 'components.gyp:ntp_tiles', |
| 1376 'components.gyp:packed_ct_ev_whitelist', | 1368 'components.gyp:packed_ct_ev_whitelist', |
| 1377 'components.gyp:page_load_metrics_browser', | |
| 1378 'components.gyp:page_load_metrics_renderer', | |
| 1379 'components.gyp:password_manager_content_browser', | 1369 'components.gyp:password_manager_content_browser', |
| 1380 'components.gyp:power', | 1370 'components.gyp:power', |
| 1381 'components.gyp:precache_content', | 1371 'components.gyp:precache_content', |
| 1382 'components.gyp:safe_browsing_db', | 1372 'components.gyp:safe_browsing_db', |
| 1383 'components.gyp:safe_json', | 1373 'components.gyp:safe_json', |
| 1384 'components.gyp:safe_json_test_support', | 1374 'components.gyp:safe_json_test_support', |
| 1385 'components.gyp:sessions_content', | 1375 'components.gyp:sessions_content', |
| 1386 'components.gyp:storage_monitor', | 1376 'components.gyp:storage_monitor', |
| 1387 'components.gyp:storage_monitor_test_support', | 1377 'components.gyp:storage_monitor_test_support', |
| 1388 'components.gyp:subresource_filter_content_browser', | 1378 'components.gyp:subresource_filter_content_browser', |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2049 'dependencies': [ | 2039 'dependencies': [ |
| 2050 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2051 ], | 2041 ], |
| 2052 }], | 2042 }], |
| 2053 ], | 2043 ], |
| 2054 }, | 2044 }, |
| 2055 ], | 2045 ], |
| 2056 }], | 2046 }], |
| 2057 ], | 2047 ], |
| 2058 } | 2048 } |
| OLD | NEW |