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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 'browser/sync/glue/sync_backend_host_mock.h', | 276 'browser/sync/glue/sync_backend_host_mock.h', |
277 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 277 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
278 'browser/sync/glue/synced_session_tracker_unittest.cc', | 278 'browser/sync/glue/synced_session_tracker_unittest.cc', |
279 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 279 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
280 'browser/sync/glue/ui_model_worker_unittest.cc', | 280 'browser/sync/glue/ui_model_worker_unittest.cc', |
281 'browser/sync/profile_sync_auth_provider_unittest.cc', | 281 'browser/sync/profile_sync_auth_provider_unittest.cc', |
282 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 282 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
283 'browser/sync/profile_sync_service_android_unittest.cc', | 283 'browser/sync/profile_sync_service_android_unittest.cc', |
284 'browser/sync/profile_sync_service_autofill_unittest.cc', | 284 'browser/sync/profile_sync_service_autofill_unittest.cc', |
285 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 285 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
| 286 'browser/sync/profile_sync_service_factory_unittest.cc', |
286 'browser/sync/profile_sync_service_startup_unittest.cc', | 287 'browser/sync/profile_sync_service_startup_unittest.cc', |
287 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 288 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
288 'browser/sync/profile_sync_service_unittest.cc', | 289 'browser/sync/profile_sync_service_unittest.cc', |
289 'browser/sync/profile_sync_test_util.cc', | 290 'browser/sync/profile_sync_test_util.cc', |
290 'browser/sync/profile_sync_test_util.h', | 291 'browser/sync/profile_sync_test_util.h', |
291 'browser/sync/sessions/session_data_type_controller_unittest.cc', | 292 'browser/sync/sessions/session_data_type_controller_unittest.cc', |
292 'browser/sync/sessions/tab_node_pool_unittest.cc', | 293 'browser/sync/sessions/tab_node_pool_unittest.cc', |
293 'browser/sync/startup_controller_unittest.cc', | 294 'browser/sync/startup_controller_unittest.cc', |
294 'browser/sync/sync_startup_tracker_unittest.cc', | 295 'browser/sync/sync_startup_tracker_unittest.cc', |
295 'browser/sync/test/test_http_bridge_factory.cc', | 296 'browser/sync/test/test_http_bridge_factory.cc', |
(...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2734 'dependencies': [ | 2735 'dependencies': [ |
2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2736 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2736 ], | 2737 ], |
2737 }], | 2738 }], |
2738 ], | 2739 ], |
2739 }, | 2740 }, |
2740 ], | 2741 ], |
2741 }], | 2742 }], |
2742 ], # 'conditions' | 2743 ], # 'conditions' |
2743 } | 2744 } |
OLD | NEW |