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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9558006: Rename content/{common,browser}/file_system to fileapi and move blob stuff into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 # is safe to run there. See http://crbug.com/78722 for details. 2854 # is safe to run there. See http://crbug.com/78722 for details.
2855 '../base/files/file_path_watcher_browsertest.cc', 2855 '../base/files/file_path_watcher_browsertest.cc',
2856 '../content/app/startup_helper_win.cc', 2856 '../content/app/startup_helper_win.cc',
2857 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2857 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
2858 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2858 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
2859 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 2859 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
2860 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2860 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2861 '../content/browser/child_process_security_policy_browsertest.cc', 2861 '../content/browser/child_process_security_policy_browsertest.cc',
2862 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2862 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2863 '../content/browser/download/mhtml_generation_browsertest.cc', 2863 '../content/browser/download/mhtml_generation_browsertest.cc',
2864 '../content/browser/file_system/file_system_browsertest.cc', 2864 '../content/browser/fileapi/file_system_browsertest.cc',
2865 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2865 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2866 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2866 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2867 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2867 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2868 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2868 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2869 '../content/browser/plugin_service_impl_browsertest.cc', 2869 '../content/browser/plugin_service_impl_browsertest.cc',
2870 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2870 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2871 '../content/browser/renderer_host/render_process_host_browsertest.h', 2871 '../content/browser/renderer_host/render_process_host_browsertest.h',
2872 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2872 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2873 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2873 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2874 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2874 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
(...skipping 1820 matching lines...) Expand 10 before | Expand all | Expand 10 after
4695 # Use outputs of this action as inputs for the main target build. 4695 # Use outputs of this action as inputs for the main target build.
4696 # Seems as a misnomer but makes this happy on Linux (scons). 4696 # Seems as a misnomer but makes this happy on Linux (scons).
4697 'process_outputs_as_sources': 1, 4697 'process_outputs_as_sources': 1,
4698 }, 4698 },
4699 ], # 'actions' 4699 ], # 'actions'
4700 }, 4700 },
4701 ] 4701 ]
4702 }], # 'coverage!=0' 4702 }], # 'coverage!=0'
4703 ], # 'conditions' 4703 ], # 'conditions'
4704 } 4704 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_context.cc » ('j') | content/browser/fileapi/browser_file_system_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698