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 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 # NOTE: New dependencies should generally be added in the OS!="ios" | 1564 # NOTE: New dependencies should generally be added in the OS!="ios" |
1565 # dependencies block below, rather than here. | 1565 # dependencies block below, rather than here. |
1566 'browser', | 1566 'browser', |
1567 'chrome_resources.gyp:chrome_resources', | 1567 'chrome_resources.gyp:chrome_resources', |
1568 'chrome_resources.gyp:chrome_strings', | 1568 'chrome_resources.gyp:chrome_strings', |
1569 'chrome_resources.gyp:theme_resources', | 1569 'chrome_resources.gyp:theme_resources', |
1570 'common', | 1570 'common', |
1571 '../base/base.gyp:base_prefs_test_support', | 1571 '../base/base.gyp:base_prefs_test_support', |
1572 '../base/base.gyp:test_support_base', | 1572 '../base/base.gyp:test_support_base', |
1573 '../components/components.gyp:bookmarks_test_support', | 1573 '../components/components.gyp:bookmarks_test_support', |
1574 '../components/components.gyp:component_updater_test_support', | |
1575 '../components/components.gyp:gcm_driver_test_support', | 1574 '../components/components.gyp:gcm_driver_test_support', |
1576 '../components/components.gyp:history_core_test_support', | 1575 '../components/components.gyp:history_core_test_support', |
1577 '../components/components.gyp:invalidation', | 1576 '../components/components.gyp:invalidation', |
1578 '../components/components.gyp:invalidation_test_support', | 1577 '../components/components.gyp:invalidation_test_support', |
1579 '../components/components.gyp:metrics_test_support', | 1578 '../components/components.gyp:metrics_test_support', |
1580 '../components/components.gyp:omnibox_test_support', | 1579 '../components/components.gyp:omnibox_test_support', |
1581 '../components/components.gyp:ownership', | 1580 '../components/components.gyp:ownership', |
1582 '../components/components.gyp:password_manager_core_browser_test_support
', | 1581 '../components/components.gyp:password_manager_core_browser_test_support
', |
1583 '../components/components.gyp:pref_registry_test_support', | 1582 '../components/components.gyp:pref_registry_test_support', |
1584 '../components/components.gyp:rappor_test_support', | 1583 '../components/components.gyp:rappor_test_support', |
1585 '../components/components.gyp:search_engines_test_support', | 1584 '../components/components.gyp:search_engines_test_support', |
1586 '../components/components.gyp:signin_core_browser_test_support', | 1585 '../components/components.gyp:signin_core_browser_test_support', |
1587 '../components/components.gyp:sync_driver_test_support', | 1586 '../components/components.gyp:sync_driver_test_support', |
| 1587 '../components/components.gyp:update_client_test_support', |
1588 '../components/components.gyp:wallpaper', | 1588 '../components/components.gyp:wallpaper', |
1589 '../content/content.gyp:content_app_both', | 1589 '../content/content.gyp:content_app_both', |
1590 '../content/content_shell_and_tests.gyp:test_support_content', | 1590 '../content/content_shell_and_tests.gyp:test_support_content', |
1591 '../net/net.gyp:net', | 1591 '../net/net.gyp:net', |
1592 '../net/net.gyp:net_test_support', | 1592 '../net/net.gyp:net_test_support', |
1593 '../skia/skia.gyp:skia', | 1593 '../skia/skia.gyp:skia', |
1594 '../sql/sql.gyp:sql', | 1594 '../sql/sql.gyp:sql', |
1595 '../sql/sql.gyp:test_support_sql', | 1595 '../sql/sql.gyp:test_support_sql', |
1596 '../sync/sync.gyp:sync', | 1596 '../sync/sync.gyp:sync', |
1597 '../testing/gmock.gyp:gmock', | 1597 '../testing/gmock.gyp:gmock', |
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2753 'dependencies': [ | 2753 'dependencies': [ |
2754 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2754 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2755 ], | 2755 ], |
2756 }], | 2756 }], |
2757 ], | 2757 ], |
2758 }, | 2758 }, |
2759 ], | 2759 ], |
2760 }], | 2760 }], |
2761 ], # 'conditions' | 2761 ], # 'conditions' |
2762 } | 2762 } |
OLD | NEW |