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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 'common/mac/cfbundle_blocker_unittest.mm', | 557 'common/mac/cfbundle_blocker_unittest.mm', |
558 'common/mac/mock_launchd.cc', | 558 'common/mac/mock_launchd.cc', |
559 'common/mac/mock_launchd.h', | 559 'common/mac/mock_launchd.h', |
560 'common/mac/objc_zombie_unittest.mm', | 560 'common/mac/objc_zombie_unittest.mm', |
561 'common/origin_util_unittest.cc', | 561 'common/origin_util_unittest.cc', |
562 'common/partial_circular_buffer_unittest.cc', | 562 'common/partial_circular_buffer_unittest.cc', |
563 'common/pref_names_util_unittest.cc', | 563 'common/pref_names_util_unittest.cc', |
564 'common/search_urls_unittest.cc', | 564 'common/search_urls_unittest.cc', |
565 'common/switch_utils_unittest.cc', | 565 'common/switch_utils_unittest.cc', |
566 'common/variations/experiment_labels_unittest.cc', | 566 'common/variations/experiment_labels_unittest.cc', |
| 567 'common/variations/variations_util_unittest.cc', |
567 'common/worker_thread_ticker_unittest.cc', | 568 'common/worker_thread_ticker_unittest.cc', |
568 'renderer/chrome_content_renderer_client_unittest.cc', | 569 'renderer/chrome_content_renderer_client_unittest.cc', |
569 'renderer/content_settings_observer_unittest.cc', | 570 'renderer/content_settings_observer_unittest.cc', |
570 'renderer/instant_restricted_id_cache_unittest.cc', | 571 'renderer/instant_restricted_id_cache_unittest.cc', |
571 'renderer/plugins/plugin_uma_unittest.cc', | 572 'renderer/plugins/plugin_uma_unittest.cc', |
572 'renderer/prerender/prerender_dispatcher_unittest.cc', | 573 'renderer/prerender/prerender_dispatcher_unittest.cc', |
573 'renderer/resources/extensions/notifications_custom_bindings.js', | 574 'renderer/resources/extensions/notifications_custom_bindings.js', |
574 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', | 575 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', |
575 'renderer/resources/extensions/notifications_test_util.js', | 576 'renderer/resources/extensions/notifications_test_util.js', |
576 'renderer/searchbox/search_bouncer_unittest.cc', | 577 'renderer/searchbox/search_bouncer_unittest.cc', |
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2776 'dependencies': [ | 2777 'dependencies': [ |
2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2778 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2778 ], | 2779 ], |
2779 }], | 2780 }], |
2780 ], | 2781 ], |
2781 }, | 2782 }, |
2782 ], | 2783 ], |
2783 }], | 2784 }], |
2784 ], # 'conditions' | 2785 ], # 'conditions' |
2785 } | 2786 } |
OLD | NEW |