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

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: move OWNERS file and rebase to pick up latest changes 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
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 2351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2362 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2363 '../content/browser/plugin_service_browsertest.cc', 2363 '../content/browser/plugin_service_browsertest.cc',
2364 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2364 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2365 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2365 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2366 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2366 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2367 '../content/browser/speech/speech_input_browsertest.cc', 2367 '../content/browser/speech/speech_input_browsertest.cc',
2368 '../content/browser/webui/web_ui_browsertest.cc', 2368 '../content/browser/webui/web_ui_browsertest.cc',
2369 '../content/browser/webui/web_ui_browsertest.h', 2369 '../content/browser/webui/web_ui_browsertest.h',
2370 '../content/browser/webui/web_ui_test_handler.cc', 2370 '../content/browser/webui/web_ui_test_handler.cc',
2371 '../content/browser/webui/web_ui_handler_browsertest.h', 2371 '../content/browser/webui/web_ui_handler_browsertest.h',
2372 '../content/common/file_path_watcher/file_path_watcher_browsertest.cc',
2373 '../content/renderer/render_view_browsertest.cc', 2372 '../content/renderer/render_view_browsertest.cc',
2374 '../content/renderer/render_view_browsertest_mac.mm', 2373 '../content/renderer/render_view_browsertest_mac.mm',
2375 '../content/renderer/render_widget_browsertest.cc', 2374 '../content/renderer/render_widget_browsertest.cc',
2376 '../content/renderer/render_widget_browsertest.h', 2375 '../content/renderer/render_widget_browsertest.h',
2377 ], 2376 ],
2378 'conditions': [ 2377 'conditions': [
2379 ['chromeos==0', { 2378 ['chromeos==0', {
2380 'sources/': [ 2379 'sources/': [
2381 ['exclude', '^browser/chromeos'], 2380 ['exclude', '^browser/chromeos'],
2382 ], 2381 ],
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
3818 ] 3817 ]
3819 }], # 'coverage!=0' 3818 }], # 'coverage!=0'
3820 ], # 'conditions' 3819 ], # 'conditions'
3821 } 3820 }
3822 3821
3823 # Local Variables: 3822 # Local Variables:
3824 # tab-width:2 3823 # tab-width:2
3825 # indent-tabs-mode:nil 3824 # indent-tabs-mode:nil
3826 # End: 3825 # End:
3827 # vim: set expandtab tabstop=2 shiftwidth=2: 3826 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698