| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'bookmarks_unittest_sources': [ | 70 'bookmarks_unittest_sources': [ |
| 71 'bookmarks/browser/bookmark_codec_unittest.cc', | 71 'bookmarks/browser/bookmark_codec_unittest.cc', |
| 72 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', | 72 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', |
| 73 'bookmarks/browser/bookmark_index_unittest.cc', | 73 'bookmarks/browser/bookmark_index_unittest.cc', |
| 74 'bookmarks/browser/bookmark_model_unittest.cc', | 74 'bookmarks/browser/bookmark_model_unittest.cc', |
| 75 'bookmarks/browser/bookmark_utils_unittest.cc', | 75 'bookmarks/browser/bookmark_utils_unittest.cc', |
| 76 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', | 76 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', |
| 77 ], | 77 ], |
| 78 'browser_sync_unittest_sources': [ | 78 'browser_sync_unittest_sources': [ |
| 79 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', | 79 'browser_sync/browser/profile_sync_service_autofill_unittest.cc', |
| 80 'browser_sync/browser/profile_sync_service_bookmark_unittest.cc', |
| 80 'browser_sync/browser/profile_sync_service_startup_unittest.cc', | 81 'browser_sync/browser/profile_sync_service_startup_unittest.cc', |
| 81 'browser_sync/browser/profile_sync_service_unittest.cc', | 82 'browser_sync/browser/profile_sync_service_unittest.cc', |
| 82 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc', | 83 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc', |
| 83 ], | 84 ], |
| 84 'browser_watcher_unittest_sources': [ | 85 'browser_watcher_unittest_sources': [ |
| 85 'browser_watcher/crash_reporting_metrics_win_unittest.cc', | 86 'browser_watcher/crash_reporting_metrics_win_unittest.cc', |
| 86 'browser_watcher/endsession_watcher_window_win_unittest.cc', | 87 'browser_watcher/endsession_watcher_window_win_unittest.cc', |
| 87 'browser_watcher/exit_code_watcher_win_unittest.cc', | 88 'browser_watcher/exit_code_watcher_win_unittest.cc', |
| 88 'browser_watcher/exit_funnel_win_unittest.cc', | 89 'browser_watcher/exit_funnel_win_unittest.cc', |
| 89 'browser_watcher/watcher_client_win_unittest.cc', | 90 'browser_watcher/watcher_client_win_unittest.cc', |
| (...skipping 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1901 'dependencies': [ | 1902 'dependencies': [ |
| 1902 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1903 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1903 ], | 1904 ], |
| 1904 }], | 1905 }], |
| 1905 ], | 1906 ], |
| 1906 }, | 1907 }, |
| 1907 ], | 1908 ], |
| 1908 }], | 1909 }], |
| 1909 ], | 1910 ], |
| 1910 } | 1911 } |
| OLD | NEW |