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 7080049: Tests for bug 5988. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: refrected comments. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/data/dynamic1.html » ('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 { 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 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after
2510 '../base/files/file_path_watcher_browsertest.cc', 2510 '../base/files/file_path_watcher_browsertest.cc',
2511 '../content/browser/child_process_security_policy_browsertest.cc', 2511 '../content/browser/child_process_security_policy_browsertest.cc',
2512 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2512 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2513 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2513 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2514 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2514 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2515 '../content/browser/plugin_service_browsertest.cc', 2515 '../content/browser/plugin_service_browsertest.cc',
2516 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2516 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2517 '../content/browser/renderer_host/render_process_host_browsertest.h', 2517 '../content/browser/renderer_host/render_process_host_browsertest.h',
2518 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2518 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2519 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2519 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2520 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2520 '../content/browser/speech/speech_input_browsertest.cc', 2521 '../content/browser/speech/speech_input_browsertest.cc',
2521 '../content/renderer/render_view_browsertest.cc', 2522 '../content/renderer/render_view_browsertest.cc',
2522 '../content/renderer/render_view_browsertest_mac.mm', 2523 '../content/renderer/render_view_browsertest_mac.mm',
2523 '../content/renderer/render_widget_browsertest.cc', 2524 '../content/renderer/render_widget_browsertest.cc',
2524 '../content/renderer/render_widget_browsertest.h', 2525 '../content/renderer/render_widget_browsertest.h',
2525 '../content/renderer/v8_value_converter_browsertest.cc', 2526 '../content/renderer/v8_value_converter_browsertest.cc',
2526 ], 2527 ],
2527 'conditions': [ 2528 'conditions': [
2528 ['chromeos==0', { 2529 ['chromeos==0', {
2529 'sources/': [ 2530 'sources/': [
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 ] 4108 ]
4108 }], # 'coverage!=0' 4109 }], # 'coverage!=0'
4109 ], # 'conditions' 4110 ], # 'conditions'
4110 } 4111 }
4111 4112
4112 # Local Variables: 4113 # Local Variables:
4113 # tab-width:2 4114 # tab-width:2
4114 # indent-tabs-mode:nil 4115 # indent-tabs-mode:nil
4115 # End: 4116 # End:
4116 # vim: set expandtab tabstop=2 shiftwidth=2: 4117 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/dynamic1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698