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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1572383006: MD History: Hook all elements into the page and add tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Rebase and replace with correct filenames. Created 4 years, 11 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 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'test/data/chromeos/oobe_webui_browsertest.js', 963 'test/data/chromeos/oobe_webui_browsertest.js',
964 'test/data/webui/about_invalidations_browsertest.js', 964 'test/data/webui/about_invalidations_browsertest.js',
965 'test/data/webui/accessibility_audit_browsertest.js', 965 'test/data/webui/accessibility_audit_browsertest.js',
966 'test/data/webui/assertions.js', 966 'test/data/webui/assertions.js',
967 'test/data/webui/async_gen.js', 967 'test/data/webui/async_gen.js',
968 'test/data/webui/certificate_viewer_dialog_test.js', 968 'test/data/webui/certificate_viewer_dialog_test.js',
969 'test/data/webui/chrome_send_browsertest.js', 969 'test/data/webui/chrome_send_browsertest.js',
970 'test/data/webui/extensions/cr_extensions_browsertest.js', 970 'test/data/webui/extensions/cr_extensions_browsertest.js',
971 'test/data/webui/history_browsertest.js', 971 'test/data/webui/history_browsertest.js',
972 'test/data/webui/md_downloads/downloads_browsertest.js', 972 'test/data/webui/md_downloads/downloads_browsertest.js',
973 'test/data/webui/md_history/md_history_browsertest.js',
973 'test/data/webui/mock4js_browsertest.js', 974 'test/data/webui/mock4js_browsertest.js',
974 'test/data/webui/net_internals/bandwidth_view.js', 975 'test/data/webui/net_internals/bandwidth_view.js',
975 'test/data/webui/net_internals/chromeos_view.js', 976 'test/data/webui/net_internals/chromeos_view.js',
976 'test/data/webui/net_internals/dns_view.js', 977 'test/data/webui/net_internals/dns_view.js',
977 'test/data/webui/net_internals/events_view.js', 978 'test/data/webui/net_internals/events_view.js',
978 'test/data/webui/net_internals/hsts_view.js', 979 'test/data/webui/net_internals/hsts_view.js',
979 'test/data/webui/net_internals/log_util.js', 980 'test/data/webui/net_internals/log_util.js',
980 'test/data/webui/net_internals/log_view_painter.js', 981 'test/data/webui/net_internals/log_view_painter.js',
981 'test/data/webui/net_internals/main.js', 982 'test/data/webui/net_internals/main.js',
982 'test/data/webui/net_internals/net_internals_test.js', 983 'test/data/webui/net_internals/net_internals_test.js',
(...skipping 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
3538 'browser', 3539 'browser',
3539 ], 3540 ],
3540 'sources': [ 3541 'sources': [
3541 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3542 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3542 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3543 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3543 ], 3544 ],
3544 }] 3545 }]
3545 }], 3546 }],
3546 ], # 'conditions' 3547 ], # 'conditions'
3547 } 3548 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698