| 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1759 '../build/linux/system.gyp:gtk', | 1759 '../build/linux/system.gyp:gtk', |
| 1760 '../build/linux/system.gyp:nss', | 1760 '../build/linux/system.gyp:nss', |
| 1761 'packed_resources' | 1761 'packed_resources' |
| 1762 ], | 1762 ], |
| 1763 }], | 1763 }], |
| 1764 ['OS=="mac"', { | 1764 ['OS=="mac"', { |
| 1765 'dependencies': [ | 1765 'dependencies': [ |
| 1766 'helper_app' | 1766 'helper_app' |
| 1767 ], | 1767 ], |
| 1768 }], | 1768 }], |
| 1769 ['OS=="linux" and chromeos==1', { |
| 1770 'include_dirs': [ |
| 1771 '<(grit_out_dir)', |
| 1772 ], |
| 1773 }], |
| 1769 ], | 1774 ], |
| 1770 }, | 1775 }, |
| 1771 { | 1776 { |
| 1772 'target_name': 'sync_integration_tests', | 1777 'target_name': 'sync_integration_tests', |
| 1773 'type': 'executable', | 1778 'type': 'executable', |
| 1774 'dependencies': [ | 1779 'dependencies': [ |
| 1775 'browser', | 1780 'browser', |
| 1776 'chrome', | 1781 'chrome', |
| 1777 'chrome_resources', | 1782 'chrome_resources', |
| 1778 'common', | 1783 'common', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2237 ] | 2242 ] |
| 2238 }], # 'coverage!=0' | 2243 }], # 'coverage!=0' |
| 2239 ], # 'conditions' | 2244 ], # 'conditions' |
| 2240 } | 2245 } |
| 2241 | 2246 |
| 2242 # Local Variables: | 2247 # Local Variables: |
| 2243 # tab-width:2 | 2248 # tab-width:2 |
| 2244 # indent-tabs-mode:nil | 2249 # indent-tabs-mode:nil |
| 2245 # End: | 2250 # End: |
| 2246 # vim: set expandtab tabstop=2 shiftwidth=2: | 2251 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |