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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tags as string array. Removed listOf. Created 5 years, 2 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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'test/base/web_ui_browser_test_browsertest.cc', 606 'test/base/web_ui_browser_test_browsertest.cc',
607 'test/data/webui/async_gen.cc', 607 'test/data/webui/async_gen.cc',
608 'test/data/webui/async_gen.h', 608 'test/data/webui/async_gen.h',
609 'test/data/webui/certificate_viewer_ui_test-inl.h', 609 'test/data/webui/certificate_viewer_ui_test-inl.h',
610 'test/data/webui/chrome_send_browsertest.cc', 610 'test/data/webui/chrome_send_browsertest.cc',
611 'test/data/webui/chrome_send_browsertest.h', 611 'test/data/webui/chrome_send_browsertest.h',
612 'test/data/webui/history_ui_browsertest.cc', 612 'test/data/webui/history_ui_browsertest.cc',
613 'test/data/webui/history_ui_browsertest.h', 613 'test/data/webui/history_ui_browsertest.h',
614 'test/data/webui/ntp4_browsertest.cc', 614 'test/data/webui/ntp4_browsertest.cc',
615 'test/data/webui/ntp4_browsertest.h', 615 'test/data/webui/ntp4_browsertest.h',
616 'test/data/webui/policy_ui_material.cc',
617 'test/data/webui/policy_ui_material.h',
616 'test/data/webui/print_preview.cc', 618 'test/data/webui/print_preview.cc',
617 'test/data/webui/print_preview.h', 619 'test/data/webui/print_preview.h',
618 'test/data/webui/webui_resource_browsertest.cc', 620 'test/data/webui/webui_resource_browsertest.cc',
619 'test/gpu/webgl_infobar_browsertest.cc', 621 'test/gpu/webgl_infobar_browsertest.cc',
620 'test/ppapi/ppapi_browsertest.cc', 622 'test/ppapi/ppapi_browsertest.cc',
621 ], 623 ],
622 # Cross-platform views browser tests ready for toolkit-views on Mac. 624 # Cross-platform views browser tests ready for toolkit-views on Mac.
623 'chrome_browser_tests_views_sources': [ 625 'chrome_browser_tests_views_sources': [
624 'browser/ui/global_error/global_error_service_browsertest.cc', 626 'browser/ui/global_error/global_error_service_browsertest.cc',
625 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', 627 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'test/data/webui/net_internals/hsts_view.js', 965 'test/data/webui/net_internals/hsts_view.js',
964 'test/data/webui/net_internals/log_util.js', 966 'test/data/webui/net_internals/log_util.js',
965 'test/data/webui/net_internals/log_view_painter.js', 967 'test/data/webui/net_internals/log_view_painter.js',
966 'test/data/webui/net_internals/main.js', 968 'test/data/webui/net_internals/main.js',
967 'test/data/webui/net_internals/net_internals_test.js', 969 'test/data/webui/net_internals/net_internals_test.js',
968 'test/data/webui/net_internals/prerender_view.js', 970 'test/data/webui/net_internals/prerender_view.js',
969 'test/data/webui/net_internals/timeline_view.js', 971 'test/data/webui/net_internals/timeline_view.js',
970 'test/data/webui/net_internals/waterfall_view.js', 972 'test/data/webui/net_internals/waterfall_view.js',
971 'test/data/webui/net_internals/sdch_view.js', 973 'test/data/webui/net_internals/sdch_view.js',
972 'test/data/webui/ntp4.js', 974 'test/data/webui/ntp4.js',
975 'test/data/webui/policy_ui_material.js',
973 'test/data/webui/polymer_browser_test_base.js', 976 'test/data/webui/polymer_browser_test_base.js',
974 'test/data/webui/print_preview.js', 977 'test/data/webui/print_preview.js',
975 'test/data/webui/sandboxstatus_browsertest.js', 978 'test/data/webui/sandboxstatus_browsertest.js',
976 'test/data/webui/settings/cr_settings_browsertest.js', 979 'test/data/webui/settings/cr_settings_browsertest.js',
977 ], 980 ],
978 # TODO(rockot) bug 505926: These should be moved to a target in 981 # TODO(rockot) bug 505926: These should be moved to a target in
979 # //extensions but have old dependencies on chrome files. The chrome 982 # //extensions but have old dependencies on chrome files. The chrome
980 # dependencies should be removed and these moved to the 983 # dependencies should be removed and these moved to the
981 # extensions_browsertests target. 984 # extensions_browsertests target.
982 'chrome_interactive_ui_test_extensions_sources': [ 985 'chrome_interactive_ui_test_extensions_sources': [
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 'utility', 3435 'utility',
3433 ], 3436 ],
3434 'sources': [ 3437 'sources': [
3435 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3438 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3436 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3439 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3437 ], 3440 ],
3438 }] 3441 }]
3439 }], 3442 }],
3440 ], # 'conditions' 3443 ], # 'conditions'
3441 } 3444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698