| 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 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 'dependencies': [ | 2114 'dependencies': [ |
| 2115 'common/extensions/api/api.gyp:chrome_api', | 2115 'common/extensions/api/api.gyp:chrome_api', |
| 2116 '../extensions/extensions_resources.gyp:extensions_resources', | 2116 '../extensions/extensions_resources.gyp:extensions_resources', |
| 2117 '../extensions/extensions_strings.gyp:extensions_strings', | 2117 '../extensions/extensions_strings.gyp:extensions_strings', |
| 2118 ], | 2118 ], |
| 2119 }], | 2119 }], |
| 2120 ['use_ash==1', { | 2120 ['use_ash==1', { |
| 2121 'sources': [ | 2121 'sources': [ |
| 2122 'browser/ui/app_list/search/app_search_provider_unittest.cc', | 2122 'browser/ui/app_list/search/app_search_provider_unittest.cc', |
| 2123 'browser/ui/app_list/search/history_unittest.cc', | 2123 'browser/ui/app_list/search/history_unittest.cc', |
| 2124 'browser/ui/app_list/search/suggestions/suggestions_search_provider_
unittest.cc', |
| 2124 ], | 2125 ], |
| 2125 'dependencies': [ | 2126 'dependencies': [ |
| 2126 '../ash/ash.gyp:ash_test_support', | 2127 '../ash/ash.gyp:ash_test_support', |
| 2127 '../ash/ash_resources.gyp:ash_resources', | 2128 '../ash/ash_resources.gyp:ash_resources', |
| 2128 '../ash/ash_strings.gyp:ash_strings', | 2129 '../ash/ash_strings.gyp:ash_strings', |
| 2129 ], | 2130 ], |
| 2130 # We eventually want to compile both in Win Aura builds, see | 2131 # We eventually want to compile both in Win Aura builds, see |
| 2131 # http://crbug.com/155545. | 2132 # http://crbug.com/155545. |
| 2132 'conditions': [ | 2133 'conditions': [ |
| 2133 ['OS !="win"', { | 2134 ['OS !="win"', { |
| (...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2942 'dependencies': [ | 2943 'dependencies': [ |
| 2943 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2944 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2944 ], | 2945 ], |
| 2945 }], | 2946 }], |
| 2946 ], | 2947 ], |
| 2947 }, | 2948 }, |
| 2948 ], | 2949 ], |
| 2949 }], | 2950 }], |
| 2950 ], # 'conditions' | 2951 ], # 'conditions' |
| 2951 } | 2952 } |
| OLD | NEW |