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

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: Extracting PolicyUi + Renaming. 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'test/data/webui/net_internals/hsts_view.js', 961 'test/data/webui/net_internals/hsts_view.js',
960 'test/data/webui/net_internals/log_util.js', 962 'test/data/webui/net_internals/log_util.js',
961 'test/data/webui/net_internals/log_view_painter.js', 963 'test/data/webui/net_internals/log_view_painter.js',
962 'test/data/webui/net_internals/main.js', 964 'test/data/webui/net_internals/main.js',
963 'test/data/webui/net_internals/net_internals_test.js', 965 'test/data/webui/net_internals/net_internals_test.js',
964 'test/data/webui/net_internals/prerender_view.js', 966 'test/data/webui/net_internals/prerender_view.js',
965 'test/data/webui/net_internals/timeline_view.js', 967 'test/data/webui/net_internals/timeline_view.js',
966 'test/data/webui/net_internals/waterfall_view.js', 968 'test/data/webui/net_internals/waterfall_view.js',
967 'test/data/webui/net_internals/sdch_view.js', 969 'test/data/webui/net_internals/sdch_view.js',
968 'test/data/webui/ntp4.js', 970 'test/data/webui/ntp4.js',
971 'test/data/webui/policy_ui_material.js',
969 'test/data/webui/polymer_browser_test_base.js', 972 'test/data/webui/polymer_browser_test_base.js',
970 'test/data/webui/print_preview.js', 973 'test/data/webui/print_preview.js',
971 'test/data/webui/sandboxstatus_browsertest.js', 974 'test/data/webui/sandboxstatus_browsertest.js',
972 'test/data/webui/settings/cr_settings_browsertest.js', 975 'test/data/webui/settings/cr_settings_browsertest.js',
973 ], 976 ],
974 # TODO(rockot) bug 505926: These should be moved to a target in 977 # TODO(rockot) bug 505926: These should be moved to a target in
975 # //extensions but have old dependencies on chrome files. The chrome 978 # //extensions but have old dependencies on chrome files. The chrome
976 # dependencies should be removed and these moved to the 979 # dependencies should be removed and these moved to the
977 # extensions_browsertests target. 980 # extensions_browsertests target.
978 'chrome_interactive_ui_test_extensions_sources': [ 981 'chrome_interactive_ui_test_extensions_sources': [
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3428 'utility', 3431 'utility',
3429 ], 3432 ],
3430 'sources': [ 3433 'sources': [
3431 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3434 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3432 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3435 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3433 ], 3436 ],
3434 }] 3437 }]
3435 }], 3438 }],
3436 ], # 'conditions' 3439 ], # 'conditions'
3437 } 3440 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698