| 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 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2852 ['test_isolation_mode != "noop"', { | 2852 ['test_isolation_mode != "noop"', { |
| 2853 'targets': [ | 2853 'targets': [ |
| 2854 { | 2854 { |
| 2855 'target_name': 'unit_tests_run', | 2855 'target_name': 'unit_tests_run', |
| 2856 'type': 'none', | 2856 'type': 'none', |
| 2857 'dependencies': [ | 2857 'dependencies': [ |
| 2858 'unit_tests', | 2858 'unit_tests', |
| 2859 ], | 2859 ], |
| 2860 'includes': [ | 2860 'includes': [ |
| 2861 '../build/isolate.gypi', | 2861 '../build/isolate.gypi', |
| 2862 'unit_tests.isolate', | |
| 2863 ], | 2862 ], |
| 2864 'sources': [ | 2863 'sources': [ |
| 2865 'unit_tests.isolate', | 2864 'unit_tests.isolate', |
| 2866 ], | 2865 ], |
| 2867 'conditions': [ | 2866 'conditions': [ |
| 2868 ['use_x11 == 1', { | 2867 ['use_x11 == 1', { |
| 2869 'dependencies': [ | 2868 'dependencies': [ |
| 2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2871 ], | 2870 ], |
| 2872 }], | 2871 }], |
| 2873 ], | 2872 ], |
| 2874 }, | 2873 }, |
| 2875 ], | 2874 ], |
| 2876 }], | 2875 }], |
| 2877 ], # 'conditions' | 2876 ], # 'conditions' |
| 2878 } | 2877 } |
| OLD | NEW |