| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 ], | 496 ], |
| 497 'ownership_unittest_sources': [ | 497 'ownership_unittest_sources': [ |
| 498 'ownership/owner_key_util_impl_unittest.cc', | 498 'ownership/owner_key_util_impl_unittest.cc', |
| 499 ], | 499 ], |
| 500 'packed_ct_ev_whitelist_unittest_sources': [ | 500 'packed_ct_ev_whitelist_unittest_sources': [ |
| 501 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | 501 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', |
| 502 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | 502 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', |
| 503 ], | 503 ], |
| 504 'page_load_metrics_unittest_sources': [ | 504 'page_load_metrics_unittest_sources': [ |
| 505 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', | 505 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', |
| 506 'page_load_metrics/renderer/fake_page_timing_metrics_ipc_sender.cc', |
| 507 'page_load_metrics/renderer/fake_page_timing_metrics_ipc_sender.h', |
| 506 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', | 508 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', |
| 507 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', | 509 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', |
| 508 ], | 510 ], |
| 509 'password_manager_unittest_sources': [ | 511 'password_manager_unittest_sources': [ |
| 510 'password_manager/content/browser/content_password_manager_driver_unittest
.cc', | 512 'password_manager/content/browser/content_password_manager_driver_unittest
.cc', |
| 511 'password_manager/content/browser/credential_manager_impl_unittest.cc', | 513 'password_manager/content/browser/credential_manager_impl_unittest.cc', |
| 512 'password_manager/core/browser/affiliated_match_helper_unittest.cc', | 514 'password_manager/core/browser/affiliated_match_helper_unittest.cc', |
| 513 'password_manager/core/browser/affiliation_backend_unittest.cc', | 515 'password_manager/core/browser/affiliation_backend_unittest.cc', |
| 514 'password_manager/core/browser/affiliation_database_unittest.cc', | 516 'password_manager/core/browser/affiliation_database_unittest.cc', |
| 515 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', | 517 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', |
| (...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2041 'dependencies': [ | 2043 'dependencies': [ |
| 2042 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2044 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2043 ], | 2045 ], |
| 2044 }], | 2046 }], |
| 2045 ], | 2047 ], |
| 2046 }, | 2048 }, |
| 2047 ], | 2049 ], |
| 2048 }], | 2050 }], |
| 2049 ], | 2051 ], |
| 2050 } | 2052 } |
| OLD | NEW |