OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1605 'targets': [ | 1605 'targets': [ |
1606 { | 1606 { |
1607 # This target contains non-unittest test utilities that don't belong in | 1607 # This target contains non-unittest test utilities that don't belong in |
1608 # production libraries but are used by more than one test executable. | 1608 # production libraries but are used by more than one test executable. |
1609 # | 1609 # |
1610 # GN version: //chrome/test:test_support_ui | 1610 # GN version: //chrome/test:test_support_ui |
1611 'target_name': 'test_support_ui', | 1611 'target_name': 'test_support_ui', |
1612 'type': 'static_library', | 1612 'type': 'static_library', |
1613 'dependencies': [ | 1613 'dependencies': [ |
1614 '../components/components.gyp:metrics_test_support', | 1614 '../components/components.gyp:metrics_test_support', |
| 1615 '../components/components.gyp:os_crypt_test_support', |
1615 '../components/components.gyp:password_manager_core_browser_test_support
', | 1616 '../components/components.gyp:password_manager_core_browser_test_support
', |
1616 '../skia/skia.gyp:skia', | 1617 '../skia/skia.gyp:skia', |
1617 '../testing/gtest.gyp:gtest', | 1618 '../testing/gtest.gyp:gtest', |
1618 'common', | 1619 'common', |
1619 ], | 1620 ], |
1620 'include_dirs': [ | 1621 'include_dirs': [ |
1621 '..', | 1622 '..', |
1622 ], | 1623 ], |
1623 'sources': [ | 1624 'sources': [ |
1624 'browser/password_manager/password_manager_test_base.cc', | 1625 'browser/password_manager/password_manager_test_base.cc', |
(...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3611 'browser', | 3612 'browser', |
3612 ], | 3613 ], |
3613 'sources': [ | 3614 'sources': [ |
3614 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3615 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3615 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3616 ], | 3617 ], |
3617 }] | 3618 }] |
3618 }], | 3619 }], |
3619 ], # 'conditions' | 3620 ], # 'conditions' |
3620 } | 3621 } |
OLD | NEW |