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 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 # NOTE: New dependencies should generally be added in the OS!="ios" | 1947 # NOTE: New dependencies should generally be added in the OS!="ios" |
1948 # dependencies block below, rather than here. | 1948 # dependencies block below, rather than here. |
1949 # Unit tests should only depend on: | 1949 # Unit tests should only depend on: |
1950 # 1) everything that the chrome binaries depend on: | 1950 # 1) everything that the chrome binaries depend on: |
1951 '<@(chromium_browser_dependencies)', | 1951 '<@(chromium_browser_dependencies)', |
1952 '<@(chromium_child_dependencies)', | 1952 '<@(chromium_child_dependencies)', |
1953 # 2) test-specific support libraries: | 1953 # 2) test-specific support libraries: |
1954 '../base/base.gyp:test_support_base', | 1954 '../base/base.gyp:test_support_base', |
1955 '../components/components_resources.gyp:components_resources', | 1955 '../components/components_resources.gyp:components_resources', |
1956 '../components/components.gyp:content_settings_core_test_support', | 1956 '../components/components.gyp:content_settings_core_test_support', |
| 1957 '../components/components.gyp:infobars_test_support', |
1957 '../content/content_shell_and_tests.gyp:test_support_content', | 1958 '../content/content_shell_and_tests.gyp:test_support_content', |
1958 '../content/content.gyp:content_app_both', | 1959 '../content/content.gyp:content_app_both', |
1959 '../crypto/crypto.gyp:crypto_test_support', | 1960 '../crypto/crypto.gyp:crypto_test_support', |
1960 '../net/net.gyp:net', | 1961 '../net/net.gyp:net', |
1961 '../net/net.gyp:net_test_support', | 1962 '../net/net.gyp:net_test_support', |
1962 '../sync/sync.gyp:test_support_sync_api', | 1963 '../sync/sync.gyp:test_support_sync_api', |
1963 '../sync/sync.gyp:test_support_sync_core', | 1964 '../sync/sync.gyp:test_support_sync_core', |
1964 '../sync/sync.gyp:test_support_sync_internal_api', | 1965 '../sync/sync.gyp:test_support_sync_internal_api', |
1965 '../testing/gmock.gyp:gmock', | 1966 '../testing/gmock.gyp:gmock', |
1966 '../testing/gtest.gyp:gtest', | 1967 '../testing/gtest.gyp:gtest', |
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2961 'dependencies': [ | 2962 'dependencies': [ |
2962 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2963 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2963 ], | 2964 ], |
2964 }], | 2965 }], |
2965 ], | 2966 ], |
2966 }, | 2967 }, |
2967 ], | 2968 ], |
2968 }], | 2969 }], |
2969 ], # 'conditions' | 2970 ], # 'conditions' |
2970 } | 2971 } |
OLD | NEW |