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 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1868 'sources': [ | 1868 'sources': [ |
1869 'browser/local_discovery/test_service_discovery_client.cc', | 1869 'browser/local_discovery/test_service_discovery_client.cc', |
1870 'browser/local_discovery/test_service_discovery_client.h', | 1870 'browser/local_discovery/test_service_discovery_client.h', |
1871 ], | 1871 ], |
1872 }], | 1872 }], |
1873 ['enable_app_list==1', { | 1873 ['enable_app_list==1', { |
1874 'sources': [ | 1874 'sources': [ |
1875 'browser/ui/app_list/test/chrome_app_list_test_support.cc', | 1875 'browser/ui/app_list/test/chrome_app_list_test_support.cc', |
1876 'browser/ui/app_list/test/chrome_app_list_test_support.h', | 1876 'browser/ui/app_list/test/chrome_app_list_test_support.h', |
1877 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', | 1877 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', |
1878 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', | 1878 'browser/ui/app_list/test/test_app_list_controller_delegate.h', |
1879 ], | 1879 ], |
1880 }], | 1880 }], |
1881 ['enable_webrtc==1', { | 1881 ['enable_webrtc==1', { |
1882 'sources': [ | 1882 'sources': [ |
1883 'renderer/media/mock_webrtc_logging_message_filter.cc', | 1883 'renderer/media/mock_webrtc_logging_message_filter.cc', |
1884 'renderer/media/mock_webrtc_logging_message_filter.h', | 1884 'renderer/media/mock_webrtc_logging_message_filter.h', |
1885 ], | 1885 ], |
1886 }], | 1886 }], |
1887 ['enable_wifi_bootstrapping', { | 1887 ['enable_wifi_bootstrapping', { |
1888 "sources" : [ | 1888 "sources" : [ |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2955 'dependencies': [ | 2955 'dependencies': [ |
2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2957 ], | 2957 ], |
2958 }], | 2958 }], |
2959 ], | 2959 ], |
2960 }, | 2960 }, |
2961 ], | 2961 ], |
2962 }], | 2962 }], |
2963 ], # 'conditions' | 2963 ], # 'conditions' |
2964 } | 2964 } |
OLD | NEW |