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

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: Moved component changes to different CL. 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'test/base/web_ui_browser_test_browsertest.cc', 605 'test/base/web_ui_browser_test_browsertest.cc',
606 'test/data/webui/async_gen.cc', 606 'test/data/webui/async_gen.cc',
607 'test/data/webui/async_gen.h', 607 'test/data/webui/async_gen.h',
608 'test/data/webui/certificate_viewer_ui_test-inl.h', 608 'test/data/webui/certificate_viewer_ui_test-inl.h',
609 'test/data/webui/chrome_send_browsertest.cc', 609 'test/data/webui/chrome_send_browsertest.cc',
610 'test/data/webui/chrome_send_browsertest.h', 610 'test/data/webui/chrome_send_browsertest.h',
611 'test/data/webui/history_ui_browsertest.cc', 611 'test/data/webui/history_ui_browsertest.cc',
612 'test/data/webui/history_ui_browsertest.h', 612 'test/data/webui/history_ui_browsertest.h',
613 'test/data/webui/ntp4_browsertest.cc', 613 'test/data/webui/ntp4_browsertest.cc',
614 'test/data/webui/ntp4_browsertest.h', 614 'test/data/webui/ntp4_browsertest.h',
615 'test/data/webui/policy_ui_material.cc',
616 'test/data/webui/policy_ui_material.h',
615 'test/data/webui/print_preview.cc', 617 'test/data/webui/print_preview.cc',
616 'test/data/webui/print_preview.h', 618 'test/data/webui/print_preview.h',
617 'test/data/webui/webui_resource_browsertest.cc', 619 'test/data/webui/webui_resource_browsertest.cc',
618 'test/gpu/webgl_infobar_browsertest.cc', 620 'test/gpu/webgl_infobar_browsertest.cc',
619 'test/ppapi/ppapi_browsertest.cc', 621 'test/ppapi/ppapi_browsertest.cc',
620 ], 622 ],
621 # Cross-platform views browser tests ready for toolkit-views on Mac. 623 # Cross-platform views browser tests ready for toolkit-views on Mac.
622 'chrome_browser_tests_views_sources': [ 624 'chrome_browser_tests_views_sources': [
623 'browser/ui/global_error/global_error_service_browsertest.cc', 625 'browser/ui/global_error/global_error_service_browsertest.cc',
624 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', 626 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c',
(...skipping 333 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 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3427 'utility', 3430 'utility',
3428 ], 3431 ],
3429 'sources': [ 3432 'sources': [
3430 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3433 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3431 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3434 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3432 ], 3435 ],
3433 }] 3436 }]
3434 }], 3437 }],
3435 ], # 'conditions' 3438 ], # 'conditions'
3436 } 3439 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698