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

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: Sync and merge 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 | « no previous file | chrome/renderer/content_settings_observer.cc » ('j') | 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'browser/ui/views/find_bar_host_uitest.cc', 763 'browser/ui/views/find_bar_host_uitest.cc',
764 'browser/ui/webui/bookmarks_ui_uitest.cc', 764 'browser/ui/webui/bookmarks_ui_uitest.cc',
765 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', 765 'browser/ui/webui/ntp/new_tab_ui_uitest.cc',
766 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', 766 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc',
767 'browser/ui/webui/options/options_ui_uitest.cc', 767 'browser/ui/webui/options/options_ui_uitest.cc',
768 'browser/ui/webui/options/options_ui_uitest.h', 768 'browser/ui/webui/options/options_ui_uitest.h',
769 'browser/ui/webui/print_preview_ui_uitest.cc', 769 'browser/ui/webui/print_preview_ui_uitest.cc',
770 'common/chrome_switches_uitest.cc', 770 'common/chrome_switches_uitest.cc',
771 'common/logging_chrome_uitest.cc', 771 'common/logging_chrome_uitest.cc',
772 'renderer/external_extension_uitest.cc', 772 'renderer/external_extension_uitest.cc',
773 'renderer/loadtimes_extension_bindings_uitest.cc',
773 'test/automation/automation_proxy_uitest.cc', 774 'test/automation/automation_proxy_uitest.cc',
774 'test/automation/automation_proxy_uitest.h', 775 'test/automation/automation_proxy_uitest.h',
775 'test/automation/extension_proxy_uitest.cc', 776 'test/automation/extension_proxy_uitest.cc',
776 'test/base/chrome_process_util_uitest.cc', 777 'test/base/chrome_process_util_uitest.cc',
777 'test/reliability/automated_ui_test_test.cc', 778 'test/reliability/automated_ui_test_test.cc',
778 'test/ui/history_uitest.cc', 779 'test/ui/history_uitest.cc',
779 'test/ui/layout_plugin_uitest.cc', 780 'test/ui/layout_plugin_uitest.cc',
780 'test/ui/named_interface_uitest.cc', 781 'test/ui/named_interface_uitest.cc',
781 'test/ui/npapi_uitest.cc', 782 'test/ui/npapi_uitest.cc',
782 'test/ui/ppapi_uitest.cc', 783 'test/ui/ppapi_uitest.cc',
(...skipping 3493 matching lines...) Expand 10 before | Expand all | Expand 10 after
4276 # Use outputs of this action as inputs for the main target build. 4277 # Use outputs of this action as inputs for the main target build.
4277 # Seems as a misnomer but makes this happy on Linux (scons). 4278 # Seems as a misnomer but makes this happy on Linux (scons).
4278 'process_outputs_as_sources': 1, 4279 'process_outputs_as_sources': 1,
4279 }, 4280 },
4280 ], # 'actions' 4281 ], # 'actions'
4281 }, 4282 },
4282 ] 4283 ]
4283 }], # 'coverage!=0' 4284 }], # 'coverage!=0'
4284 ], # 'conditions' 4285 ], # 'conditions'
4285 } 4286 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/content_settings_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698