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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6793020: Move FilePathWatcher to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use ::operator<< Created 9 years, 8 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 | « chrome/browser/user_style_sheet_watcher.cc ('k') | chrome/common/service_process_util_mac.mm » ('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 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2359 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2359 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2360 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2360 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2361 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2361 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2362 'renderer/safe_browsing/render_view_fake_resources_test.h', 2362 'renderer/safe_browsing/render_view_fake_resources_test.h',
2363 'renderer/translate_helper_browsertest.cc', 2363 'renderer/translate_helper_browsertest.cc',
2364 'test/automation/dom_automation_browsertest.cc', 2364 'test/automation/dom_automation_browsertest.cc',
2365 'test/gpu/gpu_browsertest.cc', 2365 'test/gpu/gpu_browsertest.cc',
2366 'test/out_of_proc_test_runner.cc', 2366 'test/out_of_proc_test_runner.cc',
2367 'test/render_view_test.cc', 2367 'test/render_view_test.cc',
2368 'test/render_view_test.h', 2368 'test/render_view_test.h',
2369 # TODO(craig): Rename this and run from base_unittests when the test
2370 # is safe to run there. See http://crbug.com/78722 for details.
2371 '../base/files/file_path_watcher_browsertest.cc',
2369 '../content/browser/child_process_security_policy_browsertest.cc', 2372 '../content/browser/child_process_security_policy_browsertest.cc',
2370 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2373 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2371 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2374 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2372 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2375 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2373 '../content/browser/plugin_service_browsertest.cc', 2376 '../content/browser/plugin_service_browsertest.cc',
2374 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2377 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2375 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2378 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2376 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2379 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2377 '../content/browser/speech/speech_input_browsertest.cc', 2380 '../content/browser/speech/speech_input_browsertest.cc',
2378 '../content/browser/webui/web_ui_browsertest.cc', 2381 '../content/browser/webui/web_ui_browsertest.cc',
2379 '../content/browser/webui/web_ui_browsertest.h', 2382 '../content/browser/webui/web_ui_browsertest.h',
2380 '../content/browser/webui/web_ui_test_handler.cc', 2383 '../content/browser/webui/web_ui_test_handler.cc',
2381 '../content/browser/webui/web_ui_test_handler.h', 2384 '../content/browser/webui/web_ui_test_handler.h',
2382 '../content/common/file_path_watcher/file_path_watcher_browsertest.cc',
2383 '../content/renderer/render_view_browsertest.cc', 2385 '../content/renderer/render_view_browsertest.cc',
2384 '../content/renderer/render_view_browsertest_mac.mm', 2386 '../content/renderer/render_view_browsertest_mac.mm',
2385 '../content/renderer/render_widget_browsertest.cc', 2387 '../content/renderer/render_widget_browsertest.cc',
2386 '../content/renderer/render_widget_browsertest.h', 2388 '../content/renderer/render_widget_browsertest.h',
2387 ], 2389 ],
2388 'conditions': [ 2390 'conditions': [
2389 ['chromeos==0', { 2391 ['chromeos==0', {
2390 'sources/': [ 2392 'sources/': [
2391 ['exclude', '^browser/chromeos'], 2393 ['exclude', '^browser/chromeos'],
2392 ], 2394 ],
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
3828 ] 3830 ]
3829 }], # 'coverage!=0' 3831 }], # 'coverage!=0'
3830 ], # 'conditions' 3832 ], # 'conditions'
3831 } 3833 }
3832 3834
3833 # Local Variables: 3835 # Local Variables:
3834 # tab-width:2 3836 # tab-width:2
3835 # indent-tabs-mode:nil 3837 # indent-tabs-mode:nil
3836 # End: 3838 # End:
3837 # vim: set expandtab tabstop=2 shiftwidth=2: 3839 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/user_style_sheet_watcher.cc ('k') | chrome/common/service_process_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698