| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| (...skipping 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1808 'browser/extensions/test_extension_prefs.h', | 1808 'browser/extensions/test_extension_prefs.h', |
| 1809 'browser/extensions/test_extension_service.cc', | 1809 'browser/extensions/test_extension_service.cc', |
| 1810 'browser/extensions/test_extension_service.h', | 1810 'browser/extensions/test_extension_service.h', |
| 1811 'browser/extensions/test_extension_system.cc', | 1811 'browser/extensions/test_extension_system.cc', |
| 1812 'browser/extensions/test_extension_system.h', | 1812 'browser/extensions/test_extension_system.h', |
| 1813 'browser/media_galleries/media_galleries_test_util.cc', | 1813 'browser/media_galleries/media_galleries_test_util.cc', |
| 1814 'browser/media_galleries/media_galleries_test_util.h', | 1814 'browser/media_galleries/media_galleries_test_util.h', |
| 1815 ], | 1815 ], |
| 1816 }], | 1816 }], |
| 1817 ['OS=="win"', { | 1817 ['OS=="win"', { |
| 1818 'dependencies': [ | |
| 1819 '../ui/snapshot/snapshot.gyp:snapshot_test_support', | |
| 1820 ], | |
| 1821 'include_dirs': [ | 1818 'include_dirs': [ |
| 1822 '<(DEPTH)/third_party/wtl/include', | 1819 '<(DEPTH)/third_party/wtl/include', |
| 1823 ], | 1820 ], |
| 1824 'conditions': [ | 1821 'conditions': [ |
| 1825 ['use_aura==1', { | 1822 ['use_aura==1', { |
| 1826 'dependencies': [ | 1823 'dependencies': [ |
| 1827 '../win8/win8.gyp:test_registrar_constants', | 1824 '../win8/win8.gyp:test_registrar_constants', |
| 1828 '../win8/win8.gyp:test_support_win8', | 1825 '../win8/win8.gyp:test_support_win8', |
| 1829 ], | 1826 ], |
| 1830 }], | 1827 }], |
| (...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2873 'dependencies': [ | 2870 'dependencies': [ |
| 2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2875 ], | 2872 ], |
| 2876 }], | 2873 }], |
| 2877 ], | 2874 ], |
| 2878 }, | 2875 }, |
| 2879 ], | 2876 ], |
| 2880 }], | 2877 }], |
| 2881 ], # 'conditions' | 2878 ], # 'conditions' |
| 2882 } | 2879 } |
| OLD | NEW |