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

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

Powered by Google App Engine
This is Rietveld 408576698