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

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: Created 5 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/data/webui/chrome_send_browsertest.h', 604 'test/data/webui/chrome_send_browsertest.h',
605 'test/data/webui/history_ui_browsertest.cc', 605 'test/data/webui/history_ui_browsertest.cc',
606 'test/data/webui/history_ui_browsertest.h', 606 'test/data/webui/history_ui_browsertest.h',
607 'test/data/webui/ntp4_browsertest.cc', 607 'test/data/webui/ntp4_browsertest.cc',
608 'test/data/webui/ntp4_browsertest.h', 608 'test/data/webui/ntp4_browsertest.h',
609 'test/data/webui/print_preview.cc', 609 'test/data/webui/print_preview.cc',
610 'test/data/webui/print_preview.h', 610 'test/data/webui/print_preview.h',
611 'test/data/webui/webui_resource_browsertest.cc', 611 'test/data/webui/webui_resource_browsertest.cc',
612 'test/gpu/webgl_infobar_browsertest.cc', 612 'test/gpu/webgl_infobar_browsertest.cc',
613 'test/ppapi/ppapi_browsertest.cc', 613 'test/ppapi/ppapi_browsertest.cc',
614 'test/ppapi/ppapi_filechooser_browsertest.cc',
614 ], 615 ],
615 'chrome_browser_tests_ash_sources': [ 616 'chrome_browser_tests_ash_sources': [
616 'browser/ui/ash/accelerator_commands_browsertest.cc', 617 'browser/ui/ash/accelerator_commands_browsertest.cc',
617 'browser/ui/ash/accelerator_controller_browsertest.cc', 618 'browser/ui/ash/accelerator_controller_browsertest.cc',
618 'browser/ui/ash/keyboard_controller_browsertest.cc', 619 'browser/ui/ash/keyboard_controller_browsertest.cc',
619 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', 620 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc',
620 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', 621 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc',
621 'browser/ui/ash/multi_user/multi_user_window_manager_test.cc', 622 'browser/ui/ash/multi_user/multi_user_window_manager_test.cc',
622 'browser/ui/ash/multi_user/multi_user_window_manager_test.h', 623 'browser/ui/ash/multi_user/multi_user_window_manager_test.h',
623 'browser/ui/ash/shelf_browsertest.cc', 624 'browser/ui/ash/shelf_browsertest.cc',
(...skipping 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3443 'utility', 3444 'utility',
3444 ], 3445 ],
3445 'sources': [ 3446 'sources': [
3446 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3447 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3447 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3448 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3448 ], 3449 ],
3449 }] 3450 }]
3450 }], 3451 }],
3451 ], # 'conditions' 3452 ], # 'conditions'
3452 } 3453 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698