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

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. Created 4 years, 10 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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'test/data/chromeos/oobe_webui_browsertest.js', 964 'test/data/chromeos/oobe_webui_browsertest.js',
965 'test/data/webui/about_invalidations_browsertest.js', 965 'test/data/webui/about_invalidations_browsertest.js',
966 'test/data/webui/accessibility_audit_browsertest.js', 966 'test/data/webui/accessibility_audit_browsertest.js',
967 'test/data/webui/assertions.js', 967 'test/data/webui/assertions.js',
968 'test/data/webui/async_gen.js', 968 'test/data/webui/async_gen.js',
969 'test/data/webui/certificate_viewer_dialog_test.js', 969 'test/data/webui/certificate_viewer_dialog_test.js',
970 'test/data/webui/chrome_send_browsertest.js', 970 'test/data/webui/chrome_send_browsertest.js',
971 'test/data/webui/extensions/cr_extensions_browsertest.js', 971 'test/data/webui/extensions/cr_extensions_browsertest.js',
972 'test/data/webui/history_browsertest.js', 972 'test/data/webui/history_browsertest.js',
973 'test/data/webui/md_downloads/downloads_browsertest.js', 973 'test/data/webui/md_downloads/downloads_browsertest.js',
974 'test/data/webui/md_history/md_history_browsertest.js',
974 'test/data/webui/mock4js_browsertest.js', 975 'test/data/webui/mock4js_browsertest.js',
975 'test/data/webui/net_internals/bandwidth_view.js', 976 'test/data/webui/net_internals/bandwidth_view.js',
976 'test/data/webui/net_internals/chromeos_view.js', 977 'test/data/webui/net_internals/chromeos_view.js',
977 'test/data/webui/net_internals/dns_view.js', 978 'test/data/webui/net_internals/dns_view.js',
978 'test/data/webui/net_internals/events_view.js', 979 'test/data/webui/net_internals/events_view.js',
979 'test/data/webui/net_internals/hsts_view.js', 980 'test/data/webui/net_internals/hsts_view.js',
980 'test/data/webui/net_internals/log_util.js', 981 'test/data/webui/net_internals/log_util.js',
981 'test/data/webui/net_internals/log_view_painter.js', 982 'test/data/webui/net_internals/log_view_painter.js',
982 'test/data/webui/net_internals/main.js', 983 'test/data/webui/net_internals/main.js',
983 'test/data/webui/net_internals/net_internals_test.js', 984 'test/data/webui/net_internals/net_internals_test.js',
(...skipping 2502 matching lines...) Expand 10 before | Expand all | Expand 10 after
3486 'browser', 3487 'browser',
3487 ], 3488 ],
3488 'sources': [ 3489 'sources': [
3489 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3491 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3491 ], 3492 ],
3492 }] 3493 }]
3493 }], 3494 }],
3494 ], # 'conditions' 3495 ], # 'conditions'
3495 } 3496 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/md_history_ui.cc ('k') | chrome/test/data/webui/md_history/history_card_manager_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698