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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1310843010: Add Polymer tests for cr-settings-prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar pretty Created 5 years, 3 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 '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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'test/data/webui/net_internals/main.js', 958 'test/data/webui/net_internals/main.js',
959 'test/data/webui/net_internals/net_internals_test.js', 959 'test/data/webui/net_internals/net_internals_test.js',
960 'test/data/webui/net_internals/prerender_view.js', 960 'test/data/webui/net_internals/prerender_view.js',
961 'test/data/webui/net_internals/timeline_view.js', 961 'test/data/webui/net_internals/timeline_view.js',
962 'test/data/webui/net_internals/waterfall_view.js', 962 'test/data/webui/net_internals/waterfall_view.js',
963 'test/data/webui/net_internals/sdch_view.js', 963 'test/data/webui/net_internals/sdch_view.js',
964 'test/data/webui/ntp4.js', 964 'test/data/webui/ntp4.js',
965 'test/data/webui/polymer_browser_test_base.js', 965 'test/data/webui/polymer_browser_test_base.js',
966 'test/data/webui/print_preview.js', 966 'test/data/webui/print_preview.js',
967 'test/data/webui/sandboxstatus_browsertest.js', 967 'test/data/webui/sandboxstatus_browsertest.js',
968 'test/data/webui/settings/cr_settings_browsertest.js',
968 ], 969 ],
969 # TODO(rockot) bug 505926: These should be moved to a target in 970 # TODO(rockot) bug 505926: These should be moved to a target in
970 # //extensions but have old dependencies on chrome files. The chrome 971 # //extensions but have old dependencies on chrome files. The chrome
971 # dependencies should be removed and these moved to the 972 # dependencies should be removed and these moved to the
972 # extensions_browsertests target. 973 # extensions_browsertests target.
973 'chrome_interactive_ui_test_extensions_sources': [ 974 'chrome_interactive_ui_test_extensions_sources': [
974 '../extensions/browser/app_window/app_window_interactive_uitest.cc', 975 '../extensions/browser/app_window/app_window_interactive_uitest.cc',
975 ], 976 ],
976 'chrome_interactive_ui_test_sources': [ 977 'chrome_interactive_ui_test_sources': [
977 '../ui/base/clipboard/clipboard_android_unittest.cc', 978 '../ui/base/clipboard/clipboard_android_unittest.cc',
(...skipping 2378 matching lines...) Expand 10 before | Expand all | Expand 10 after
3356 'utility', 3357 'utility',
3357 ], 3358 ],
3358 'sources': [ 3359 'sources': [
3359 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3360 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3360 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3361 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3361 ], 3362 ],
3362 }] 3363 }]
3363 }], 3364 }],
3364 ], # 'conditions' 3365 ], # 'conditions'
3365 } 3366 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698