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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10310124: Implement a ResourceThrottle for URL overriding in Chrome on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removed changes related to cancelling with the HANDLED_EXTERNALLY status code Created 8 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'browser/profiles/profile_downloader_unittest.cc', 1434 'browser/profiles/profile_downloader_unittest.cc',
1435 'browser/profiles/profile_info_cache_unittest.cc', 1435 'browser/profiles/profile_info_cache_unittest.cc',
1436 'browser/profiles/profile_info_cache_unittest.h', 1436 'browser/profiles/profile_info_cache_unittest.h',
1437 'browser/profiles/profile_info_util_unittest.cc', 1437 'browser/profiles/profile_info_util_unittest.cc',
1438 'browser/profiles/profile_manager_unittest.cc', 1438 'browser/profiles/profile_manager_unittest.cc',
1439 'browser/protector/composite_settings_change_unittest.cc', 1439 'browser/protector/composite_settings_change_unittest.cc',
1440 'browser/protector/homepage_change_unittest.cc', 1440 'browser/protector/homepage_change_unittest.cc',
1441 'browser/protector/prefs_backup_invalid_change_unittest.cc', 1441 'browser/protector/prefs_backup_invalid_change_unittest.cc',
1442 'browser/protector/protected_prefs_watcher_unittest.cc', 1442 'browser/protector/protected_prefs_watcher_unittest.cc',
1443 'browser/protector/session_startup_change_unittest.cc', 1443 'browser/protector/session_startup_change_unittest.cc',
1444 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c c',
1444 'browser/renderer_host/web_cache_manager_unittest.cc', 1445 'browser/renderer_host/web_cache_manager_unittest.cc',
1445 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1446 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1446 'browser/resources/print_preview/data/measurement_system.js', 1447 'browser/resources/print_preview/data/measurement_system.js',
1447 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1448 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1448 'browser/resources/print_preview/print_preview_utils.js', 1449 'browser/resources/print_preview/print_preview_utils.js',
1449 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1450 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1450 'browser/resources/shared/js/cr.js', 1451 'browser/resources/shared/js/cr.js',
1451 'browser/resources_util_unittest.cc', 1452 'browser/resources_util_unittest.cc',
1452 'browser/rlz/rlz_unittest.cc', 1453 'browser/rlz/rlz_unittest.cc',
1453 'browser/safe_browsing/bloom_filter_unittest.cc', 1454 'browser/safe_browsing/bloom_filter_unittest.cc',
(...skipping 3175 matching lines...) Expand 10 before | Expand all | Expand 10 after
4629 # Use outputs of this action as inputs for the main target build. 4630 # Use outputs of this action as inputs for the main target build.
4630 # Seems as a misnomer but makes this happy on Linux (scons). 4631 # Seems as a misnomer but makes this happy on Linux (scons).
4631 'process_outputs_as_sources': 1, 4632 'process_outputs_as_sources': 1,
4632 }, 4633 },
4633 ], # 'actions' 4634 ], # 'actions'
4634 }, 4635 },
4635 ] 4636 ]
4636 }], # 'coverage!=0' 4637 }], # 'coverage!=0'
4637 ], # 'conditions' 4638 ], # 'conditions'
4638 } 4639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698