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

Side by Side Diff: components/components_tests.gyp

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Addressed comments Created 5 years, 3 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'nacl_unittest_sources': [ 344 'nacl_unittest_sources': [
345 'nacl/browser/nacl_file_host_unittest.cc', 345 'nacl/browser/nacl_file_host_unittest.cc',
346 'nacl/browser/nacl_process_host_unittest.cc', 346 'nacl/browser/nacl_process_host_unittest.cc',
347 'nacl/browser/nacl_validation_cache_unittest.cc', 347 'nacl/browser/nacl_validation_cache_unittest.cc',
348 'nacl/browser/pnacl_host_unittest.cc', 348 'nacl/browser/pnacl_host_unittest.cc',
349 'nacl/browser/pnacl_translation_cache_unittest.cc', 349 'nacl/browser/pnacl_translation_cache_unittest.cc',
350 'nacl/browser/test_nacl_browser_delegate.cc', 350 'nacl/browser/test_nacl_browser_delegate.cc',
351 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc', 351 'nacl/zygote/nacl_fork_delegate_linux_unittest.cc',
352 ], 352 ],
353 'navigation_interception_unittest_sources': [ 353 'navigation_interception_unittest_sources': [
354 'navigation_interception/intercept_navigation_resource_throttle_unittest.c c', 354 'navigation_interception/intercept_navigation_throttle_unittest.cc',
355 ], 355 ],
356 'network_hints_unittest_sources': [ 356 'network_hints_unittest_sources': [
357 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 357 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
358 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 358 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
359 ], 359 ],
360 'network_time_unittest_sources': [ 360 'network_time_unittest_sources': [
361 'network_time/network_time_tracker_unittest.cc', 361 'network_time/network_time_tracker_unittest.cc',
362 ], 362 ],
363 'offline_page_unittest_sources': [ 363 'offline_page_unittest_sources': [
364 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 364 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 'invalidation/impl/android/junit/', 1689 'invalidation/impl/android/junit/',
1690 'policy/android/junit/' 1690 'policy/android/junit/'
1691 ], 1691 ],
1692 }, 1692 },
1693 'includes': [ '../build/host_jar.gypi' ], 1693 'includes': [ '../build/host_jar.gypi' ],
1694 }, 1694 },
1695 ], 1695 ],
1696 }], 1696 }],
1697 ], 1697 ],
1698 } 1698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698