| 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 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 { | 1878 { |
| 1879 'target_name': 'test_support_unit', | 1879 'target_name': 'test_support_unit', |
| 1880 'type': 'static_library', | 1880 'type': 'static_library', |
| 1881 'dependencies': [ | 1881 'dependencies': [ |
| 1882 'chrome_resources.gyp:chrome_resources', | 1882 'chrome_resources.gyp:chrome_resources', |
| 1883 'chrome_resources.gyp:chrome_strings', | 1883 'chrome_resources.gyp:chrome_strings', |
| 1884 'browser', | 1884 'browser', |
| 1885 'common', | 1885 'common', |
| 1886 'test_support_common', | 1886 'test_support_common', |
| 1887 '../base/base.gyp:base', | 1887 '../base/base.gyp:base', |
| 1888 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
| 1888 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1889 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1889 '../mojo/mojo_base.gyp:mojo_system_impl', | |
| 1890 '../skia/skia.gyp:skia', | 1890 '../skia/skia.gyp:skia', |
| 1891 '../sync/sync.gyp:sync', | 1891 '../sync/sync.gyp:sync', |
| 1892 '../testing/gmock.gyp:gmock', | 1892 '../testing/gmock.gyp:gmock', |
| 1893 '../testing/gtest.gyp:gtest', | 1893 '../testing/gtest.gyp:gtest', |
| 1894 ], | 1894 ], |
| 1895 'include_dirs': [ | 1895 'include_dirs': [ |
| 1896 '..', | 1896 '..', |
| 1897 ], | 1897 ], |
| 1898 'sources': [ | 1898 'sources': [ |
| 1899 'browser/sync/glue/session_sync_test_helper.cc', | 1899 'browser/sync/glue/session_sync_test_helper.cc', |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2866 'dependencies': [ | 2866 'dependencies': [ |
| 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2868 ], | 2868 ], |
| 2869 }], | 2869 }], |
| 2870 ], | 2870 ], |
| 2871 }, | 2871 }, |
| 2872 ], | 2872 ], |
| 2873 }], | 2873 }], |
| 2874 ], # 'conditions' | 2874 ], # 'conditions' |
| 2875 } | 2875 } |
| OLD | NEW |