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 3042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3053 'test/live_sync/two_client_live_sessions_sync_test.cc', | 3053 'test/live_sync/two_client_live_sessions_sync_test.cc', |
3054 'test/live_sync/two_client_live_themes_sync_test.cc', | 3054 'test/live_sync/two_client_live_themes_sync_test.cc', |
3055 'test/test_notification_tracker.cc', | 3055 'test/test_notification_tracker.cc', |
3056 'test/test_notification_tracker.h', | 3056 'test/test_notification_tracker.h', |
3057 'test/ui_test_utils_linux.cc', | 3057 'test/ui_test_utils_linux.cc', |
3058 'test/ui_test_utils_mac.mm', | 3058 'test/ui_test_utils_mac.mm', |
3059 'test/ui_test_utils_win.cc', | 3059 'test/ui_test_utils_win.cc', |
3060 'test/data/resource.rc', | 3060 'test/data/resource.rc', |
3061 ], | 3061 ], |
3062 'conditions': [ | 3062 'conditions': [ |
3063 # Plugin code. | |
3064 ['OS=="linux" or OS=="win"', { | |
3065 'dependencies': [ | |
3066 'plugin', | |
3067 ], | |
3068 'export_dependent_settings': [ | |
3069 'plugin', | |
3070 ], | |
3071 }], | |
3072 ['OS=="linux"', { | 3063 ['OS=="linux"', { |
3073 'dependencies': [ | 3064 'dependencies': [ |
3074 '../build/linux/system.gyp:gtk', | 3065 '../build/linux/system.gyp:gtk', |
3075 '../build/linux/system.gyp:nss', | 3066 '../build/linux/system.gyp:nss', |
3076 ], | 3067 ], |
3077 }], | 3068 }], |
3078 ['OS=="mac"', { | 3069 ['OS=="mac"', { |
3079 # See the comment in this section of the unit_tests target for an | 3070 # See the comment in this section of the unit_tests target for an |
3080 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 3071 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
3081 'dependencies+++': [ | 3072 'dependencies+++': [ |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3763 ] | 3754 ] |
3764 }], # 'coverage!=0' | 3755 }], # 'coverage!=0' |
3765 ], # 'conditions' | 3756 ], # 'conditions' |
3766 } | 3757 } |
3767 | 3758 |
3768 # Local Variables: | 3759 # Local Variables: |
3769 # tab-width:2 | 3760 # tab-width:2 |
3770 # indent-tabs-mode:nil | 3761 # indent-tabs-mode:nil |
3771 # End: | 3762 # End: |
3772 # vim: set expandtab tabstop=2 shiftwidth=2: | 3763 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |