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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8980002: Move indexeddb code to its own directory inside of content/{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder includes Created 9 years 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 '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 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2728 'test/gpu/gpu_feature_browsertest.cc', 2728 'test/gpu/gpu_feature_browsertest.cc',
2729 # TODO(craig): Rename this and run from base_unittests when the test 2729 # TODO(craig): Rename this and run from base_unittests when the test
2730 # is safe to run there. See http://crbug.com/78722 for details. 2730 # is safe to run there. See http://crbug.com/78722 for details.
2731 '../base/files/file_path_watcher_browsertest.cc', 2731 '../base/files/file_path_watcher_browsertest.cc',
2732 '../content/app/startup_helper_win.cc', 2732 '../content/app/startup_helper_win.cc',
2733 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2733 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2734 '../content/browser/child_process_security_policy_browsertest.cc', 2734 '../content/browser/child_process_security_policy_browsertest.cc',
2735 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2735 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2736 '../content/browser/download/mhtml_generation_browsertest.cc', 2736 '../content/browser/download/mhtml_generation_browsertest.cc',
2737 '../content/browser/file_system/file_system_browsertest.cc', 2737 '../content/browser/file_system/file_system_browsertest.cc',
2738 '../content/browser/idbbindingutilities_browsertest.cc',
2739 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2738 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2740 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2739 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2740 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2741 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2741 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2742 '../content/browser/plugin_service_browsertest.cc', 2742 '../content/browser/plugin_service_browsertest.cc',
2743 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2743 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2744 '../content/browser/renderer_host/render_process_host_browsertest.h', 2744 '../content/browser/renderer_host/render_process_host_browsertest.h',
2745 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2745 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2746 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2746 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2747 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2747 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2748 '../content/browser/speech/speech_input_browsertest.cc', 2748 '../content/browser/speech/speech_input_browsertest.cc',
2749 '../content/browser/webkit_browsertest.cc', 2749 '../content/browser/webkit_browsertest.cc',
2750 '../content/renderer/render_view_browsertest.cc', 2750 '../content/renderer/render_view_browsertest.cc',
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 # Use outputs of this action as inputs for the main target build. 4331 # Use outputs of this action as inputs for the main target build.
4332 # Seems as a misnomer but makes this happy on Linux (scons). 4332 # Seems as a misnomer but makes this happy on Linux (scons).
4333 'process_outputs_as_sources': 1, 4333 'process_outputs_as_sources': 1,
4334 }, 4334 },
4335 ], # 'actions' 4335 ], # 'actions'
4336 }, 4336 },
4337 ] 4337 ]
4338 }], # 'coverage!=0' 4338 }], # 'coverage!=0'
4339 ], # 'conditions' 4339 ], # 'conditions'
4340 } 4340 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/idbbindingutilities_browsertest.cc » ('j') | content/common/indexed_db/indexed_db_key.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698