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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1577 # production libraries but are used by more than one test executable. | 1577 # production libraries but are used by more than one test executable. |
1578 # | 1578 # |
1579 # GN version: //chrome/test:test_support_ui | 1579 # GN version: //chrome/test:test_support_ui |
1580 'target_name': 'test_support_ui', | 1580 'target_name': 'test_support_ui', |
1581 'type': 'static_library', | 1581 'type': 'static_library', |
1582 'dependencies': [ | 1582 'dependencies': [ |
1583 '../components/components.gyp:metrics_test_support', | 1583 '../components/components.gyp:metrics_test_support', |
1584 '../components/components.gyp:password_manager_core_browser_test_support
', | 1584 '../components/components.gyp:password_manager_core_browser_test_support
', |
1585 '../skia/skia.gyp:skia', | 1585 '../skia/skia.gyp:skia', |
1586 '../testing/gtest.gyp:gtest', | 1586 '../testing/gtest.gyp:gtest', |
| 1587 '../third_party/icu/icu.gyp:icui18n', |
| 1588 '../third_party/icu/icu.gyp:icuuc', |
1587 ], | 1589 ], |
1588 'include_dirs': [ | 1590 'include_dirs': [ |
1589 '..', | 1591 '..', |
1590 ], | 1592 ], |
1591 'sources': [ | 1593 'sources': [ |
1592 'browser/password_manager/password_manager_test_base.cc', | 1594 'browser/password_manager/password_manager_test_base.cc', |
1593 'browser/password_manager/password_manager_test_base.h', | 1595 'browser/password_manager/password_manager_test_base.h', |
1594 'browser/signin/token_revoker_test_utils.cc', | 1596 'browser/signin/token_revoker_test_utils.cc', |
1595 'browser/signin/token_revoker_test_utils.h', | 1597 'browser/signin/token_revoker_test_utils.h', |
1596 'browser/ui/webui/signin/login_ui_test_utils.cc', | 1598 'browser/ui/webui/signin/login_ui_test_utils.cc', |
(...skipping 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3542 'browser', | 3544 'browser', |
3543 ], | 3545 ], |
3544 'sources': [ | 3546 'sources': [ |
3545 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3547 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3546 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3548 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3547 ], | 3549 ], |
3548 }] | 3550 }] |
3549 }], | 3551 }], |
3550 ], # 'conditions' | 3552 ], # 'conditions' |
3551 } | 3553 } |
OLD | NEW |