| 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 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1606 'targets': [ | 1606 'targets': [ |
| 1607 { | 1607 { |
| 1608 # This target contains non-unittest test utilities that don't belong in | 1608 # This target contains non-unittest test utilities that don't belong in |
| 1609 # production libraries but are used by more than one test executable. | 1609 # production libraries but are used by more than one test executable. |
| 1610 # | 1610 # |
| 1611 # GN version: //chrome/test:test_support_ui | 1611 # GN version: //chrome/test:test_support_ui |
| 1612 'target_name': 'test_support_ui', | 1612 'target_name': 'test_support_ui', |
| 1613 'type': 'static_library', | 1613 'type': 'static_library', |
| 1614 'dependencies': [ | 1614 'dependencies': [ |
| 1615 '../components/components.gyp:metrics_test_support', | 1615 '../components/components.gyp:metrics_test_support', |
| 1616 '../components/components.gyp:os_crypt_test_support', |
| 1616 '../components/components.gyp:password_manager_core_browser_test_support
', | 1617 '../components/components.gyp:password_manager_core_browser_test_support
', |
| 1617 '../skia/skia.gyp:skia', | 1618 '../skia/skia.gyp:skia', |
| 1618 '../testing/gtest.gyp:gtest', | 1619 '../testing/gtest.gyp:gtest', |
| 1619 'common', | 1620 'common', |
| 1620 ], | 1621 ], |
| 1621 'include_dirs': [ | 1622 'include_dirs': [ |
| 1622 '..', | 1623 '..', |
| 1623 ], | 1624 ], |
| 1624 'sources': [ | 1625 'sources': [ |
| 1625 'browser/password_manager/password_manager_test_base.cc', | 1626 'browser/password_manager/password_manager_test_base.cc', |
| (...skipping 1985 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 |