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

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: Cleaning and Refactoring. 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 'test/base/web_ui_browser_test_browsertest.cc', 604 'test/base/web_ui_browser_test_browsertest.cc',
605 'test/data/webui/async_gen.cc', 605 'test/data/webui/async_gen.cc',
606 'test/data/webui/async_gen.h', 606 'test/data/webui/async_gen.h',
607 'test/data/webui/certificate_viewer_ui_test-inl.h', 607 'test/data/webui/certificate_viewer_ui_test-inl.h',
608 'test/data/webui/chrome_send_browsertest.cc', 608 'test/data/webui/chrome_send_browsertest.cc',
609 'test/data/webui/chrome_send_browsertest.h', 609 'test/data/webui/chrome_send_browsertest.h',
610 'test/data/webui/history_ui_browsertest.cc', 610 'test/data/webui/history_ui_browsertest.cc',
611 'test/data/webui/history_ui_browsertest.h', 611 'test/data/webui/history_ui_browsertest.h',
612 'test/data/webui/ntp4_browsertest.cc', 612 'test/data/webui/ntp4_browsertest.cc',
613 'test/data/webui/ntp4_browsertest.h', 613 'test/data/webui/ntp4_browsertest.h',
614 'test/data/webui/policy_ui_material.cc',
615 'test/data/webui/policy_ui_material.h',
614 'test/data/webui/print_preview.cc', 616 'test/data/webui/print_preview.cc',
615 'test/data/webui/print_preview.h', 617 'test/data/webui/print_preview.h',
616 'test/data/webui/webui_resource_browsertest.cc', 618 'test/data/webui/webui_resource_browsertest.cc',
617 'test/gpu/webgl_infobar_browsertest.cc', 619 'test/gpu/webgl_infobar_browsertest.cc',
618 'test/ppapi/ppapi_browsertest.cc', 620 'test/ppapi/ppapi_browsertest.cc',
619 ], 621 ],
620 # Cross-platform views browser tests ready for toolkit-views on Mac. 622 # Cross-platform views browser tests ready for toolkit-views on Mac.
621 'chrome_browser_tests_views_sources': [ 623 'chrome_browser_tests_views_sources': [
622 'browser/ui/global_error/global_error_service_browsertest.cc', 624 'browser/ui/global_error/global_error_service_browsertest.cc',
623 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', 625 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'test/data/webui/net_internals/hsts_view.js', 960 'test/data/webui/net_internals/hsts_view.js',
959 'test/data/webui/net_internals/log_util.js', 961 'test/data/webui/net_internals/log_util.js',
960 'test/data/webui/net_internals/log_view_painter.js', 962 'test/data/webui/net_internals/log_view_painter.js',
961 'test/data/webui/net_internals/main.js', 963 'test/data/webui/net_internals/main.js',
962 'test/data/webui/net_internals/net_internals_test.js', 964 'test/data/webui/net_internals/net_internals_test.js',
963 'test/data/webui/net_internals/prerender_view.js', 965 'test/data/webui/net_internals/prerender_view.js',
964 'test/data/webui/net_internals/timeline_view.js', 966 'test/data/webui/net_internals/timeline_view.js',
965 'test/data/webui/net_internals/waterfall_view.js', 967 'test/data/webui/net_internals/waterfall_view.js',
966 'test/data/webui/net_internals/sdch_view.js', 968 'test/data/webui/net_internals/sdch_view.js',
967 'test/data/webui/ntp4.js', 969 'test/data/webui/ntp4.js',
970 'test/data/webui/policy_ui_material.js',
968 'test/data/webui/polymer_browser_test_base.js', 971 'test/data/webui/polymer_browser_test_base.js',
969 'test/data/webui/print_preview.js', 972 'test/data/webui/print_preview.js',
970 'test/data/webui/sandboxstatus_browsertest.js', 973 'test/data/webui/sandboxstatus_browsertest.js',
971 'test/data/webui/settings/cr_settings_browsertest.js', 974 'test/data/webui/settings/cr_settings_browsertest.js',
972 ], 975 ],
973 # TODO(rockot) bug 505926: These should be moved to a target in 976 # TODO(rockot) bug 505926: These should be moved to a target in
974 # //extensions but have old dependencies on chrome files. The chrome 977 # //extensions but have old dependencies on chrome files. The chrome
975 # dependencies should be removed and these moved to the 978 # dependencies should be removed and these moved to the
976 # extensions_browsertests target. 979 # extensions_browsertests target.
977 'chrome_interactive_ui_test_extensions_sources': [ 980 'chrome_interactive_ui_test_extensions_sources': [
(...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 'utility', 3372 'utility',
3370 ], 3373 ],
3371 'sources': [ 3374 'sources': [
3372 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3375 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3373 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3376 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3374 ], 3377 ],
3375 }] 3378 }]
3376 }], 3379 }],
3377 ], # 'conditions' 3380 ], # 'conditions'
3378 } 3381 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698