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

Side by Side Diff: components/components_tests.gyp

Issue 1363483007: Reland of Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'nacl_unittest_sources': [ 349 'nacl_unittest_sources': [
350 'nacl/browser/nacl_file_host_unittest.cc', 350 'nacl/browser/nacl_file_host_unittest.cc',
351 'nacl/browser/nacl_process_host_unittest.cc', 351 'nacl/browser/nacl_process_host_unittest.cc',
352 'nacl/browser/nacl_validation_cache_unittest.cc', 352 'nacl/browser/nacl_validation_cache_unittest.cc',
353 'nacl/browser/pnacl_host_unittest.cc', 353 'nacl/browser/pnacl_host_unittest.cc',
354 'nacl/browser/pnacl_translation_cache_unittest.cc', 354 'nacl/browser/pnacl_translation_cache_unittest.cc',
355 'nacl/browser/test_nacl_browser_delegate.cc', 355 'nacl/browser/test_nacl_browser_delegate.cc',
356 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', 356 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc',
357 ], 357 ],
358 'navigation_interception_unittest_sources': [ 358 'navigation_interception_unittest_sources': [
359 'navigation_interception/intercept_navigation_resource_throttle_unittest.c c', 359 'navigation_interception/intercept_navigation_throttle_unittest.cc',
360 ], 360 ],
361 'network_hints_unittest_sources': [ 361 'network_hints_unittest_sources': [
362 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 362 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
363 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 363 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
364 ], 364 ],
365 'network_time_unittest_sources': [ 365 'network_time_unittest_sources': [
366 'network_time/network_time_tracker_unittest.cc', 366 'network_time/network_time_tracker_unittest.cc',
367 ], 367 ],
368 'offline_page_unittest_sources': [ 368 'offline_page_unittest_sources': [
369 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 369 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 'dependencies': [ 1720 'dependencies': [
1721 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1721 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1722 ], 1722 ],
1723 }], 1723 }],
1724 ], 1724 ],
1725 }, 1725 },
1726 ], 1726 ],
1727 }], 1727 }],
1728 ], 1728 ],
1729 } 1729 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc ('k') | components/navigation_interception.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698