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

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: 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 'browser/ui/views/find_bar_host_uitest.cc', 716 'browser/ui/views/find_bar_host_uitest.cc',
717 'browser/ui/webui/bookmarks_ui_uitest.cc', 717 'browser/ui/webui/bookmarks_ui_uitest.cc',
718 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', 718 'browser/ui/webui/ntp/new_tab_ui_uitest.cc',
719 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', 719 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc',
720 'browser/ui/webui/options/options_ui_uitest.cc', 720 'browser/ui/webui/options/options_ui_uitest.cc',
721 'browser/ui/webui/options/options_ui_uitest.h', 721 'browser/ui/webui/options/options_ui_uitest.h',
722 'browser/ui/webui/print_preview_ui_uitest.cc', 722 'browser/ui/webui/print_preview_ui_uitest.cc',
723 'common/chrome_switches_uitest.cc', 723 'common/chrome_switches_uitest.cc',
724 'common/logging_chrome_uitest.cc', 724 'common/logging_chrome_uitest.cc',
725 'renderer/external_extension_uitest.cc', 725 'renderer/external_extension_uitest.cc',
726 'renderer/loadtimes_extension_bindings_uitest.cc',
726 'test/automation/automation_proxy_uitest.cc', 727 'test/automation/automation_proxy_uitest.cc',
727 'test/automation/automation_proxy_uitest.h', 728 'test/automation/automation_proxy_uitest.h',
728 'test/automation/extension_proxy_uitest.cc', 729 'test/automation/extension_proxy_uitest.cc',
729 'test/base/chrome_process_util_uitest.cc', 730 'test/base/chrome_process_util_uitest.cc',
730 'test/reliability/automated_ui_test_test.cc', 731 'test/reliability/automated_ui_test_test.cc',
731 'test/ui/history_uitest.cc', 732 'test/ui/history_uitest.cc',
732 'test/ui/layout_plugin_uitest.cc', 733 'test/ui/layout_plugin_uitest.cc',
733 'test/ui/named_interface_uitest.cc', 734 'test/ui/named_interface_uitest.cc',
734 'test/ui/npapi_uitest.cc', 735 'test/ui/npapi_uitest.cc',
735 'test/ui/ppapi_uitest.cc', 736 'test/ui/ppapi_uitest.cc',
(...skipping 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
4100 # Use outputs of this action as inputs for the main target build. 4101 # Use outputs of this action as inputs for the main target build.
4101 # Seems as a misnomer but makes this happy on Linux (scons). 4102 # Seems as a misnomer but makes this happy on Linux (scons).
4102 'process_outputs_as_sources': 1, 4103 'process_outputs_as_sources': 1,
4103 }, 4104 },
4104 ], # 'actions' 4105 ], # 'actions'
4105 }, 4106 },
4106 ] 4107 ]
4107 }], # 'coverage!=0' 4108 }], # 'coverage!=0'
4108 ], # 'conditions' 4109 ], # 'conditions'
4109 } 4110 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/loadtimes_extension_bindings.cc » ('j') | content/renderer/render_view_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698