Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1947293002: Implement autofill Address and Credit Card lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'test/data/webui/polymer_browser_test_base.js', 1009 'test/data/webui/polymer_browser_test_base.js',
1010 'test/data/webui/print_preview.js', 1010 'test/data/webui/print_preview.js',
1011 'test/data/webui/sandboxstatus_browsertest.js', 1011 'test/data/webui/sandboxstatus_browsertest.js',
1012 'test/data/webui/settings/advanced_page_browsertest.js', 1012 'test/data/webui/settings/advanced_page_browsertest.js',
1013 'test/data/webui/settings/basic_page_browsertest.js', 1013 'test/data/webui/settings/basic_page_browsertest.js',
1014 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js', 1014 'test/data/webui/settings/bluetooth_page_browsertest_chromeos.js',
1015 'test/data/webui/settings/cr_settings_browsertest.js', 1015 'test/data/webui/settings/cr_settings_browsertest.js',
1016 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js', 1016 'test/data/webui/settings/easy_unlock_browsertest_chromeos.js',
1017 'test/data/webui/settings/languages_page_browsertest.js', 1017 'test/data/webui/settings/languages_page_browsertest.js',
1018 'test/data/webui/settings/on_startup_browsertest.js', 1018 'test/data/webui/settings/on_startup_browsertest.js',
1019 'test/data/webui/settings/settings_autofill_section_browsertest.js',
1019 'test/data/webui/settings/settings_page_browsertest.js', 1020 'test/data/webui/settings/settings_page_browsertest.js',
1020 'test/data/webui/settings/settings_passwords_section_browsertest.js', 1021 'test/data/webui/settings/settings_passwords_section_browsertest.js',
1021 'test/data/webui/settings/settings_subpage_browsertest.js', 1022 'test/data/webui/settings/settings_subpage_browsertest.js',
1022 'test/data/webui/text_defaults_browsertest.js', 1023 'test/data/webui/text_defaults_browsertest.js',
1023 'test/data/webui/webui_resource_async_browsertest.js', 1024 'test/data/webui/webui_resource_async_browsertest.js',
1024 ], 1025 ],
1025 # TODO(rockot) bug 505926: These should be moved to a target in 1026 # TODO(rockot) bug 505926: These should be moved to a target in
1026 # //extensions but have old dependencies on chrome files. The chrome 1027 # //extensions but have old dependencies on chrome files. The chrome
1027 # dependencies should be removed and these moved to the 1028 # dependencies should be removed and these moved to the
1028 # extensions_browsertests target. 1029 # extensions_browsertests target.
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'browser', 3605 'browser',
3605 ], 3606 ],
3606 'sources': [ 3607 'sources': [
3607 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3608 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3608 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3609 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3609 ], 3610 ],
3610 }] 3611 }]
3611 }], 3612 }],
3612 ], # 'conditions' 3613 ], # 'conditions'
3613 } 3614 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698