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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1409003002: [SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant field trial group 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'test/data/webui/chrome_send_browsertest.h', 614 'test/data/webui/chrome_send_browsertest.h',
615 'test/data/webui/history_ui_browsertest.cc', 615 'test/data/webui/history_ui_browsertest.cc',
616 'test/data/webui/history_ui_browsertest.h', 616 'test/data/webui/history_ui_browsertest.h',
617 'test/data/webui/ntp4_browsertest.cc', 617 'test/data/webui/ntp4_browsertest.cc',
618 'test/data/webui/ntp4_browsertest.h', 618 'test/data/webui/ntp4_browsertest.h',
619 'test/data/webui/print_preview.cc', 619 'test/data/webui/print_preview.cc',
620 'test/data/webui/print_preview.h', 620 'test/data/webui/print_preview.h',
621 'test/data/webui/webui_resource_browsertest.cc', 621 'test/data/webui/webui_resource_browsertest.cc',
622 'test/gpu/webgl_infobar_browsertest.cc', 622 'test/gpu/webgl_infobar_browsertest.cc',
623 'test/ppapi/ppapi_browsertest.cc', 623 'test/ppapi/ppapi_browsertest.cc',
624 'test/ppapi/ppapi_filechooser_browsertest.cc',
624 ], 625 ],
625 # Cross-platform views browser tests ready for toolkit-views on Mac. 626 # Cross-platform views browser tests ready for toolkit-views on Mac.
626 'chrome_browser_tests_views_sources': [ 627 'chrome_browser_tests_views_sources': [
627 'browser/ui/global_error/global_error_service_browsertest.cc', 628 'browser/ui/global_error/global_error_service_browsertest.cc',
628 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c', 629 'browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.c c',
629 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc', 630 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc',
630 'browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc ', 631 'browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc ',
631 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 632 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
632 ], 633 ],
633 # Cross-platform (except Mac) views browser tests. Assumes app list is 634 # Cross-platform (except Mac) views browser tests. Assumes app list is
(...skipping 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after
3458 'utility', 3459 'utility',
3459 ], 3460 ],
3460 'sources': [ 3461 'sources': [
3461 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3462 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3462 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3463 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3463 ], 3464 ],
3464 }] 3465 }]
3465 }], 3466 }],
3466 ], # 'conditions' 3467 ], # 'conditions'
3467 } 3468 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698