| 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| (...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 'test/logging/win/log_file_reader.cc', | 1741 'test/logging/win/log_file_reader.cc', |
| 1742 'test/logging/win/log_file_reader.h', | 1742 'test/logging/win/log_file_reader.h', |
| 1743 'test/logging/win/mof_data_parser.cc', | 1743 'test/logging/win/mof_data_parser.cc', |
| 1744 'test/logging/win/mof_data_parser.h', | 1744 'test/logging/win/mof_data_parser.h', |
| 1745 'test/logging/win/test_log_collector.cc', | 1745 'test/logging/win/test_log_collector.cc', |
| 1746 'test/logging/win/test_log_collector.h', | 1746 'test/logging/win/test_log_collector.h', |
| 1747 ], | 1747 ], |
| 1748 'conditions': [ | 1748 'conditions': [ |
| 1749 ['OS!="ios"', { | 1749 ['OS!="ios"', { |
| 1750 'dependencies': [ | 1750 'dependencies': [ |
| 1751 'child', |
| 1751 'plugin', | 1752 'plugin', |
| 1752 'renderer', | 1753 'renderer', |
| 1753 'utility', | 1754 'utility', |
| 1754 '../content/content.gyp:content_gpu', | 1755 '../content/content.gyp:content_gpu', |
| 1755 '../content/content.gyp:content_plugin', | 1756 '../content/content.gyp:content_plugin', |
| 1756 '../content/content.gyp:content_ppapi_plugin', | 1757 '../content/content.gyp:content_ppapi_plugin', |
| 1757 '../content/content.gyp:content_renderer', | 1758 '../content/content.gyp:content_renderer', |
| 1758 '../content/content.gyp:content_utility', | 1759 '../content/content.gyp:content_utility', |
| 1759 '../components/components.gyp:autofill_core_test_support', | 1760 '../components/components.gyp:autofill_core_test_support', |
| 1760 '../components/components.gyp:captive_portal_test_support', | 1761 '../components/components.gyp:captive_portal_test_support', |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2729 'dependencies': [ | 2730 'dependencies': [ |
| 2730 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2731 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2731 ], | 2732 ], |
| 2732 }], | 2733 }], |
| 2733 ], | 2734 ], |
| 2734 }, | 2735 }, |
| 2735 ], | 2736 ], |
| 2736 }], | 2737 }], |
| 2737 ], # 'conditions' | 2738 ], # 'conditions' |
| 2738 } | 2739 } |
| OLD | NEW |