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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1943993006: Create test fixture for SafeBrowsingService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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
« no previous file with comments | « chrome/browser/ui/views/download/download_danger_prompt_views.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', 2547 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h',
2548 'browser/safe_browsing/ping_manager.cc', 2548 'browser/safe_browsing/ping_manager.cc',
2549 'browser/safe_browsing/ping_manager.h', 2549 'browser/safe_browsing/ping_manager.h',
2550 'browser/safe_browsing/protocol_manager_helper.cc', 2550 'browser/safe_browsing/protocol_manager_helper.cc',
2551 'browser/safe_browsing/protocol_manager_helper.h', 2551 'browser/safe_browsing/protocol_manager_helper.h',
2552 'browser/safe_browsing/safe_browsing_blocking_page.cc', 2552 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2553 'browser/safe_browsing/safe_browsing_blocking_page.h', 2553 'browser/safe_browsing/safe_browsing_blocking_page.h',
2554 'browser/safe_browsing/safe_browsing_service.cc', 2554 'browser/safe_browsing/safe_browsing_service.cc',
2555 'browser/safe_browsing/safe_browsing_service.h', 2555 'browser/safe_browsing/safe_browsing_service.h',
2556 'browser/safe_browsing/services_delegate.h', 2556 'browser/safe_browsing/services_delegate.h',
2557 'browser/safe_browsing/test_safe_browsing_service.cc',
2558 'browser/safe_browsing/test_safe_browsing_service.h',
2557 'browser/safe_browsing/threat_details.cc', 2559 'browser/safe_browsing/threat_details.cc',
2558 'browser/safe_browsing/threat_details.h', 2560 'browser/safe_browsing/threat_details.h',
2559 'browser/safe_browsing/threat_details_cache.cc', 2561 'browser/safe_browsing/threat_details_cache.cc',
2560 'browser/safe_browsing/threat_details_cache.h', 2562 'browser/safe_browsing/threat_details_cache.h',
2561 'browser/safe_browsing/threat_details_history.cc', 2563 'browser/safe_browsing/threat_details_history.cc',
2562 'browser/safe_browsing/threat_details_history.h', 2564 'browser/safe_browsing/threat_details_history.h',
2563 'browser/safe_browsing/ui_manager.cc', 2565 'browser/safe_browsing/ui_manager.cc',
2564 'browser/safe_browsing/ui_manager.h', 2566 'browser/safe_browsing/ui_manager.h',
2565 ], 2567 ],
2566 # "Safe Browsing Mobile" files in addition to the "basic" ones 2568 # "Safe Browsing Mobile" files in addition to the "basic" ones
(...skipping 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
4255 '../components/components.gyp:rlz', 4257 '../components/components.gyp:rlz',
4256 '../components/components.gyp:search_engines', 4258 '../components/components.gyp:search_engines',
4257 '../rlz/rlz.gyp:rlz_lib', 4259 '../rlz/rlz.gyp:rlz_lib',
4258 'common', 4260 'common',
4259 ], 4261 ],
4260 }, 4262 },
4261 ], 4263 ],
4262 }], 4264 }],
4263 ], 4265 ],
4264 } 4266 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/download/download_danger_prompt_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698