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 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2675 ], | 2675 ], |
2676 'sources': [ | 2676 'sources': [ |
2677 'browser/spellcheck_message_filter_browsertest.cc', | 2677 'browser/spellcheck_message_filter_browsertest.cc', |
2678 '../content/renderer/external_popup_menu_unittest.cc', | 2678 '../content/renderer/external_popup_menu_unittest.cc', |
2679 ], | 2679 ], |
2680 }, { # else: OS != "mac" | 2680 }, { # else: OS != "mac" |
2681 'sources!': [ | 2681 'sources!': [ |
2682 'browser/extensions/browser_action_test_util_mac.mm', | 2682 'browser/extensions/browser_action_test_util_mac.mm', |
2683 ], | 2683 ], |
2684 }], | 2684 }], |
| 2685 ['os_posix == 0', { |
| 2686 'sources!': [ |
| 2687 'common/time_format_browsertest.cc', |
| 2688 ], |
| 2689 }], |
2685 ['os_posix == 1 and OS != "mac"', { | 2690 ['os_posix == 1 and OS != "mac"', { |
2686 'conditions': [ | 2691 'conditions': [ |
2687 ['linux_use_tcmalloc==1', { | 2692 ['linux_use_tcmalloc==1', { |
2688 'dependencies': [ | 2693 'dependencies': [ |
2689 '../base/allocator/allocator.gyp:allocator', | 2694 '../base/allocator/allocator.gyp:allocator', |
2690 ], | 2695 ], |
2691 }], | 2696 }], |
2692 ], | 2697 ], |
2693 }], | 2698 }], |
2694 ['toolkit_views==1', { | 2699 ['toolkit_views==1', { |
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4134 ] | 4139 ] |
4135 }], # 'coverage!=0' | 4140 }], # 'coverage!=0' |
4136 ], # 'conditions' | 4141 ], # 'conditions' |
4137 } | 4142 } |
4138 | 4143 |
4139 # Local Variables: | 4144 # Local Variables: |
4140 # tab-width:2 | 4145 # tab-width:2 |
4141 # indent-tabs-mode:nil | 4146 # indent-tabs-mode:nil |
4142 # End: | 4147 # End: |
4143 # vim: set expandtab tabstop=2 shiftwidth=2: | 4148 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |