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 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1847 ['enable_mdns==1', { | 1847 ['enable_mdns==1', { |
1848 'sources': [ | 1848 'sources': [ |
1849 'browser/local_discovery/test_service_discovery_client.cc', | 1849 'browser/local_discovery/test_service_discovery_client.cc', |
1850 'browser/local_discovery/test_service_discovery_client.h', | 1850 'browser/local_discovery/test_service_discovery_client.h', |
1851 ], | 1851 ], |
1852 }], | 1852 }], |
1853 ['enable_app_list==1', { | 1853 ['enable_app_list==1', { |
1854 'sources': [ | 1854 'sources': [ |
1855 'browser/ui/app_list/test/chrome_app_list_test_support.cc', | 1855 'browser/ui/app_list/test/chrome_app_list_test_support.cc', |
1856 'browser/ui/app_list/test/chrome_app_list_test_support.h', | 1856 'browser/ui/app_list/test/chrome_app_list_test_support.h', |
| 1857 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', |
| 1858 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', |
1857 ], | 1859 ], |
1858 }], | 1860 }], |
1859 ['enable_webrtc==1', { | 1861 ['enable_webrtc==1', { |
1860 'sources': [ | 1862 'sources': [ |
1861 'renderer/media/mock_webrtc_logging_message_filter.cc', | 1863 'renderer/media/mock_webrtc_logging_message_filter.cc', |
1862 'renderer/media/mock_webrtc_logging_message_filter.h', | 1864 'renderer/media/mock_webrtc_logging_message_filter.h', |
1863 ], | 1865 ], |
1864 }], | 1866 }], |
1865 ['enable_wifi_bootstrapping', { | 1867 ['enable_wifi_bootstrapping', { |
1866 "sources" : [ | 1868 "sources" : [ |
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2865 'dependencies': [ | 2867 'dependencies': [ |
2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2868 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2867 ], | 2869 ], |
2868 }], | 2870 }], |
2869 ], | 2871 ], |
2870 }, | 2872 }, |
2871 ], | 2873 ], |
2872 }], | 2874 }], |
2873 ], # 'conditions' | 2875 ], # 'conditions' |
2874 } | 2876 } |
OLD | NEW |