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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 'browser/process_info_snapshot_mac_unittest.cc', | 198 'browser/process_info_snapshot_mac_unittest.cc', |
199 'browser/process_singleton_win_unittest.cc', | 199 'browser/process_singleton_win_unittest.cc', |
200 'browser/profiles/file_path_verifier_win_unittest.cc', | 200 'browser/profiles/file_path_verifier_win_unittest.cc', |
201 'browser/profiles/gaia_info_update_service_unittest.cc', | 201 'browser/profiles/gaia_info_update_service_unittest.cc', |
202 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 202 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
203 'browser/profiles/profile_downloader_unittest.cc', | 203 'browser/profiles/profile_downloader_unittest.cc', |
204 'browser/profiles/profile_info_cache_unittest.cc', | 204 'browser/profiles/profile_info_cache_unittest.cc', |
205 'browser/profiles/profile_info_cache_unittest.h', | 205 'browser/profiles/profile_info_cache_unittest.h', |
206 'browser/profiles/profile_manager_unittest.cc', | 206 'browser/profiles/profile_manager_unittest.cc', |
207 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 207 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 208 'browser/push_messaging/push_messaging_application_id_unittest.cc', |
| 209 'browser/push_messaging/push_messaging_permission_context_unittest.cc', |
208 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 210 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
209 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 211 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
210 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', | 212 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', |
211 'browser/resources/google_now/background.js', | 213 'browser/resources/google_now/background.js', |
212 'browser/resources/google_now/background_test_util.js', | 214 'browser/resources/google_now/background_test_util.js', |
213 'browser/resources/google_now/background_unittest.gtestjs', | 215 'browser/resources/google_now/background_unittest.gtestjs', |
214 'browser/resources/google_now/cards.js', | 216 'browser/resources/google_now/cards.js', |
215 'browser/resources/google_now/cards_unittest.gtestjs', | 217 'browser/resources/google_now/cards_unittest.gtestjs', |
216 'browser/resources/google_now/common_test_util.js', | 218 'browser/resources/google_now/common_test_util.js', |
217 'browser/resources/google_now/utility.js', | 219 'browser/resources/google_now/utility.js', |
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2774 'dependencies': [ | 2776 'dependencies': [ |
2775 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2776 ], | 2778 ], |
2777 }], | 2779 }], |
2778 ], | 2780 ], |
2779 }, | 2781 }, |
2780 ], | 2782 ], |
2781 }], | 2783 }], |
2782 ], # 'conditions' | 2784 ], # 'conditions' |
2783 } | 2785 } |
OLD | NEW |