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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8336012: Fix bug where Navigation Timing reports negative load time when redirecting to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win build Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/net/load_timing_observer_uitest.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'browser/download/save_page_uitest.cc', 698 'browser/download/save_page_uitest.cc',
699 'browser/default_plugin_uitest.cc', 699 'browser/default_plugin_uitest.cc',
700 'browser/fast_shutdown_uitest.cc', 700 'browser/fast_shutdown_uitest.cc',
701 'browser/history/multipart_uitest.cc', 701 'browser/history/multipart_uitest.cc',
702 'browser/history/redirect_uitest.cc', 702 'browser/history/redirect_uitest.cc',
703 'browser/iframe_uitest.cc', 703 'browser/iframe_uitest.cc',
704 'browser/images_uitest.cc', 704 'browser/images_uitest.cc',
705 'browser/locale_tests_uitest.cc', 705 'browser/locale_tests_uitest.cc',
706 'browser/media_uitest.cc', 706 'browser/media_uitest.cc',
707 'browser/metrics/metrics_service_uitest.cc', 707 'browser/metrics/metrics_service_uitest.cc',
708 'browser/net/load_timing_observer_uitest.cc',
708 'browser/prefs/pref_service_uitest.cc', 709 'browser/prefs/pref_service_uitest.cc',
709 'browser/printing/printing_layout_uitest.cc', 710 'browser/printing/printing_layout_uitest.cc',
710 'browser/process_singleton_linux_uitest.cc', 711 'browser/process_singleton_linux_uitest.cc',
711 'browser/process_singleton_uitest.cc', 712 'browser/process_singleton_uitest.cc',
712 'browser/repost_form_warning_uitest.cc', 713 'browser/repost_form_warning_uitest.cc',
713 'browser/sanity_uitest.cc', 714 'browser/sanity_uitest.cc',
714 'browser/session_history_uitest.cc', 715 'browser/session_history_uitest.cc',
715 'browser/sessions/session_restore_uitest.cc', 716 'browser/sessions/session_restore_uitest.cc',
716 'browser/tab_contents/view_source_uitest.cc', 717 'browser/tab_contents/view_source_uitest.cc',
717 'browser/tab_restore_uitest.cc', 718 'browser/tab_restore_uitest.cc',
(...skipping 3390 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 # Use outputs of this action as inputs for the main target build. 4109 # Use outputs of this action as inputs for the main target build.
4109 # Seems as a misnomer but makes this happy on Linux (scons). 4110 # Seems as a misnomer but makes this happy on Linux (scons).
4110 'process_outputs_as_sources': 1, 4111 'process_outputs_as_sources': 1,
4111 }, 4112 },
4112 ], # 'actions' 4113 ], # 'actions'
4113 }, 4114 },
4114 ] 4115 ]
4115 }], # 'coverage!=0' 4116 }], # 'coverage!=0'
4116 ], # 'conditions' 4117 ], # 'conditions'
4117 } 4118 }
OLDNEW
« no previous file with comments | « chrome/browser/net/load_timing_observer_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698