| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 2178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2189 'test/live_sync/bookmark_model_verifier.h', | 2189 'test/live_sync/bookmark_model_verifier.h', |
| 2190 'test/live_sync/live_autofill_sync_test.h', | 2190 'test/live_sync/live_autofill_sync_test.h', |
| 2191 'test/live_sync/live_bookmarks_sync_test.h', | 2191 'test/live_sync/live_bookmarks_sync_test.h', |
| 2192 'test/live_sync/live_preferences_sync_test.h', | 2192 'test/live_sync/live_preferences_sync_test.h', |
| 2193 'test/live_sync/live_sync_test.cc', | 2193 'test/live_sync/live_sync_test.cc', |
| 2194 'test/live_sync/live_sync_test.h', | 2194 'test/live_sync/live_sync_test.h', |
| 2195 'test/live_sync/many_client_live_bookmarks_sync_test.cc', | 2195 'test/live_sync/many_client_live_bookmarks_sync_test.cc', |
| 2196 'test/live_sync/many_client_live_preferences_sync_test.cc', | 2196 'test/live_sync/many_client_live_preferences_sync_test.cc', |
| 2197 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', | 2197 'test/live_sync/multiple_client_live_bookmarks_sync_test.cc', |
| 2198 'test/live_sync/multiple_client_live_preferences_sync_test.cc', | 2198 'test/live_sync/multiple_client_live_preferences_sync_test.cc', |
| 2199 'test/live_sync/offline_sync_test.cc', |
| 2199 'test/live_sync/profile_sync_service_test_harness.cc', | 2200 'test/live_sync/profile_sync_service_test_harness.cc', |
| 2200 'test/live_sync/profile_sync_service_test_harness.h', | 2201 'test/live_sync/profile_sync_service_test_harness.h', |
| 2201 'test/live_sync/single_client_live_bookmarks_sync_test.cc', | 2202 'test/live_sync/single_client_live_bookmarks_sync_test.cc', |
| 2202 'test/live_sync/single_client_live_preferences_sync_test.cc', | 2203 'test/live_sync/single_client_live_preferences_sync_test.cc', |
| 2203 'test/live_sync/two_client_live_autofill_sync_test.cc', | 2204 'test/live_sync/two_client_live_autofill_sync_test.cc', |
| 2204 'test/live_sync/two_client_live_bookmarks_sync_test.cc', | 2205 'test/live_sync/two_client_live_bookmarks_sync_test.cc', |
| 2205 'test/live_sync/two_client_live_preferences_sync_test.cc', | 2206 'test/live_sync/two_client_live_preferences_sync_test.cc', |
| 2206 'test/test_notification_tracker.cc', | 2207 'test/test_notification_tracker.cc', |
| 2207 'test/test_notification_tracker.h', | 2208 'test/test_notification_tracker.h', |
| 2208 'test/testing_browser_process.h', | 2209 'test/testing_browser_process.h', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2782 ] | 2783 ] |
| 2783 }], # 'coverage!=0' | 2784 }], # 'coverage!=0' |
| 2784 ], # 'conditions' | 2785 ], # 'conditions' |
| 2785 } | 2786 } |
| 2786 | 2787 |
| 2787 # Local Variables: | 2788 # Local Variables: |
| 2788 # tab-width:2 | 2789 # tab-width:2 |
| 2789 # indent-tabs-mode:nil | 2790 # indent-tabs-mode:nil |
| 2790 # End: | 2791 # End: |
| 2791 # vim: set expandtab tabstop=2 shiftwidth=2: | 2792 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |