OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 3358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3369 'test/live_sync/single_client_live_typed_urls_sync_test.cc', | 3369 'test/live_sync/single_client_live_typed_urls_sync_test.cc', |
3370 'test/live_sync/two_client_live_apps_sync_test.cc', | 3370 'test/live_sync/two_client_live_apps_sync_test.cc', |
3371 'test/live_sync/two_client_live_autofill_sync_test.cc', | 3371 'test/live_sync/two_client_live_autofill_sync_test.cc', |
3372 'test/live_sync/two_client_live_bookmarks_sync_test.cc', | 3372 'test/live_sync/two_client_live_bookmarks_sync_test.cc', |
3373 'test/live_sync/two_client_live_extensions_sync_test.cc', | 3373 'test/live_sync/two_client_live_extensions_sync_test.cc', |
3374 'test/live_sync/two_client_live_preferences_sync_test.cc', | 3374 'test/live_sync/two_client_live_preferences_sync_test.cc', |
3375 'test/live_sync/two_client_live_passwords_sync_test.cc', | 3375 'test/live_sync/two_client_live_passwords_sync_test.cc', |
3376 'test/live_sync/two_client_live_sessions_sync_test.cc', | 3376 'test/live_sync/two_client_live_sessions_sync_test.cc', |
3377 'test/live_sync/two_client_live_themes_sync_test.cc', | 3377 'test/live_sync/two_client_live_themes_sync_test.cc', |
3378 'test/live_sync/two_client_live_typed_urls_sync_test.cc', | 3378 'test/live_sync/two_client_live_typed_urls_sync_test.cc', |
3379 'test/live_sync/performance_live_bookmarks_sync_test.cc', | |
Raghu Simha
2011/06/15 18:38:16
Entries in this file are alphabetized. Move this t
braffert
2011/06/16 00:59:24
Done.
| |
3379 'test/test_notification_tracker.cc', | 3380 'test/test_notification_tracker.cc', |
3380 'test/test_notification_tracker.h', | 3381 'test/test_notification_tracker.h', |
3381 'test/ui_test_utils_linux.cc', | 3382 'test/ui_test_utils_linux.cc', |
3382 'test/ui_test_utils_mac.mm', | 3383 'test/ui_test_utils_mac.mm', |
3383 'test/ui_test_utils_win.cc', | 3384 'test/ui_test_utils_win.cc', |
3384 'test/data/resource.rc', | 3385 'test/data/resource.rc', |
3385 ], | 3386 ], |
3386 'conditions': [ | 3387 'conditions': [ |
3387 ['toolkit_uses_gtk == 1', { | 3388 ['toolkit_uses_gtk == 1', { |
3388 'dependencies': [ | 3389 'dependencies': [ |
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4105 ] | 4106 ] |
4106 }], # 'coverage!=0' | 4107 }], # 'coverage!=0' |
4107 ], # 'conditions' | 4108 ], # 'conditions' |
4108 } | 4109 } |
4109 | 4110 |
4110 # Local Variables: | 4111 # Local Variables: |
4111 # tab-width:2 | 4112 # tab-width:2 |
4112 # indent-tabs-mode:nil | 4113 # indent-tabs-mode:nil |
4113 # End: | 4114 # End: |
4114 # vim: set expandtab tabstop=2 shiftwidth=2: | 4115 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |