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

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: Remove typing for string property. 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'test/base/web_ui_browser_test_browsertest.cc', 607 'test/base/web_ui_browser_test_browsertest.cc',
608 'test/data/webui/async_gen.cc', 608 'test/data/webui/async_gen.cc',
609 'test/data/webui/async_gen.h', 609 'test/data/webui/async_gen.h',
610 'test/data/webui/certificate_viewer_ui_test-inl.h', 610 'test/data/webui/certificate_viewer_ui_test-inl.h',
611 'test/data/webui/chrome_send_browsertest.cc', 611 'test/data/webui/chrome_send_browsertest.cc',
612 'test/data/webui/chrome_send_browsertest.h', 612 'test/data/webui/chrome_send_browsertest.h',
613 'test/data/webui/history_ui_browsertest.cc', 613 'test/data/webui/history_ui_browsertest.cc',
614 'test/data/webui/history_ui_browsertest.h', 614 'test/data/webui/history_ui_browsertest.h',
615 'test/data/webui/ntp4_browsertest.cc', 615 'test/data/webui/ntp4_browsertest.cc',
616 'test/data/webui/ntp4_browsertest.h', 616 'test/data/webui/ntp4_browsertest.h',
617 'test/data/webui/policy_ui_material.cc',
618 'test/data/webui/policy_ui_material.h',
617 'test/data/webui/print_preview.cc', 619 'test/data/webui/print_preview.cc',
618 'test/data/webui/print_preview.h', 620 'test/data/webui/print_preview.h',
619 'test/data/webui/webui_resource_browsertest.cc', 621 'test/data/webui/webui_resource_browsertest.cc',
620 'test/gpu/webgl_infobar_browsertest.cc', 622 'test/gpu/webgl_infobar_browsertest.cc',
621 'test/ppapi/ppapi_browsertest.cc', 623 'test/ppapi/ppapi_browsertest.cc',
622 ], 624 ],
623 # Cross-platform views browser tests ready for toolkit-views on Mac. 625 # Cross-platform views browser tests ready for toolkit-views on Mac.
624 'chrome_browser_tests_views_sources': [ 626 'chrome_browser_tests_views_sources': [
625 'browser/ui/global_error/global_error_service_browsertest.cc', 627 'browser/ui/global_error/global_error_service_browsertest.cc',
626 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', 628 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'test/data/webui/net_internals/hsts_view.js', 963 'test/data/webui/net_internals/hsts_view.js',
962 'test/data/webui/net_internals/log_util.js', 964 'test/data/webui/net_internals/log_util.js',
963 'test/data/webui/net_internals/log_view_painter.js', 965 'test/data/webui/net_internals/log_view_painter.js',
964 'test/data/webui/net_internals/main.js', 966 'test/data/webui/net_internals/main.js',
965 'test/data/webui/net_internals/net_internals_test.js', 967 'test/data/webui/net_internals/net_internals_test.js',
966 'test/data/webui/net_internals/prerender_view.js', 968 'test/data/webui/net_internals/prerender_view.js',
967 'test/data/webui/net_internals/timeline_view.js', 969 'test/data/webui/net_internals/timeline_view.js',
968 'test/data/webui/net_internals/waterfall_view.js', 970 'test/data/webui/net_internals/waterfall_view.js',
969 'test/data/webui/net_internals/sdch_view.js', 971 'test/data/webui/net_internals/sdch_view.js',
970 'test/data/webui/ntp4.js', 972 'test/data/webui/ntp4.js',
973 'test/data/webui/policy_ui_material.js',
971 'test/data/webui/polymer_browser_test_base.js', 974 'test/data/webui/polymer_browser_test_base.js',
972 'test/data/webui/print_preview.js', 975 'test/data/webui/print_preview.js',
973 'test/data/webui/sandboxstatus_browsertest.js', 976 'test/data/webui/sandboxstatus_browsertest.js',
974 'test/data/webui/settings/cr_settings_browsertest.js', 977 'test/data/webui/settings/cr_settings_browsertest.js',
975 ], 978 ],
976 # TODO(rockot) bug 505926: These should be moved to a target in 979 # TODO(rockot) bug 505926: These should be moved to a target in
977 # //extensions but have old dependencies on chrome files. The chrome 980 # //extensions but have old dependencies on chrome files. The chrome
978 # dependencies should be removed and these moved to the 981 # dependencies should be removed and these moved to the
979 # extensions_browsertests target. 982 # extensions_browsertests target.
980 'chrome_interactive_ui_test_extensions_sources': [ 983 'chrome_interactive_ui_test_extensions_sources': [
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3430 'utility', 3433 'utility',
3431 ], 3434 ],
3432 'sources': [ 3435 'sources': [
3433 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3436 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3434 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3437 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3435 ], 3438 ],
3436 }] 3439 }]
3437 }], 3440 }],
3438 ], # 'conditions' 3441 ], # 'conditions'
3439 } 3442 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698