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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8404018: chrome.loadTimes() shouldn't be affected by in-document navigation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix style 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
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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'browser/ui/views/find_bar_host_uitest.cc', 722 'browser/ui/views/find_bar_host_uitest.cc',
723 'browser/ui/webui/bookmarks_ui_uitest.cc', 723 'browser/ui/webui/bookmarks_ui_uitest.cc',
724 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', 724 'browser/ui/webui/ntp/new_tab_ui_uitest.cc',
725 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', 725 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc',
726 'browser/ui/webui/options/options_ui_uitest.cc', 726 'browser/ui/webui/options/options_ui_uitest.cc',
727 'browser/ui/webui/options/options_ui_uitest.h', 727 'browser/ui/webui/options/options_ui_uitest.h',
728 'browser/ui/webui/print_preview_ui_uitest.cc', 728 'browser/ui/webui/print_preview_ui_uitest.cc',
729 'common/chrome_switches_uitest.cc', 729 'common/chrome_switches_uitest.cc',
730 'common/logging_chrome_uitest.cc', 730 'common/logging_chrome_uitest.cc',
731 'renderer/external_extension_uitest.cc', 731 'renderer/external_extension_uitest.cc',
732 'renderer/loadtimes_extension_bindings_uitest.cc',
732 'test/automation/automation_proxy_uitest.cc', 733 'test/automation/automation_proxy_uitest.cc',
733 'test/automation/automation_proxy_uitest.h', 734 'test/automation/automation_proxy_uitest.h',
734 'test/automation/extension_proxy_uitest.cc', 735 'test/automation/extension_proxy_uitest.cc',
735 'test/base/chrome_process_util_uitest.cc', 736 'test/base/chrome_process_util_uitest.cc',
736 'test/reliability/automated_ui_test_test.cc', 737 'test/reliability/automated_ui_test_test.cc',
737 'test/ui/history_uitest.cc', 738 'test/ui/history_uitest.cc',
738 'test/ui/layout_plugin_uitest.cc', 739 'test/ui/layout_plugin_uitest.cc',
739 'test/ui/named_interface_uitest.cc', 740 'test/ui/named_interface_uitest.cc',
740 'test/ui/npapi_uitest.cc', 741 'test/ui/npapi_uitest.cc',
741 'test/ui/ppapi_uitest.cc', 742 'test/ui/ppapi_uitest.cc',
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after
4110 # Use outputs of this action as inputs for the main target build. 4111 # Use outputs of this action as inputs for the main target build.
4111 # Seems as a misnomer but makes this happy on Linux (scons). 4112 # Seems as a misnomer but makes this happy on Linux (scons).
4112 'process_outputs_as_sources': 1, 4113 'process_outputs_as_sources': 1,
4113 }, 4114 },
4114 ], # 'actions' 4115 ], # 'actions'
4115 }, 4116 },
4116 ] 4117 ]
4117 }], # 'coverage!=0' 4118 }], # 'coverage!=0'
4118 ], # 'conditions' 4119 ], # 'conditions'
4119 } 4120 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/loadtimes_extension_bindings.cc » ('j') | chrome/renderer/loadtimes_extension_bindings_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698