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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10492009: Move test headers from content\test to content\public\test. This way we can enforce that internal c… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 6 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 3000 matching lines...) Expand 10 before | Expand all | Expand 10 after
3011 '../content/browser/plugin_data_remover_impl_browsertest.cc', 3011 '../content/browser/plugin_data_remover_impl_browsertest.cc',
3012 '../content/browser/plugin_service_impl_browsertest.cc', 3012 '../content/browser/plugin_service_impl_browsertest.cc',
3013 '../content/browser/renderer_host/render_process_host_browsertest.cc', 3013 '../content/browser/renderer_host/render_process_host_browsertest.cc',
3014 '../content/browser/renderer_host/render_view_host_browsertest.cc', 3014 '../content/browser/renderer_host/render_view_host_browsertest.cc',
3015 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 3015 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
3016 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 3016 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
3017 '../content/browser/session_history_browsertest.cc', 3017 '../content/browser/session_history_browsertest.cc',
3018 '../content/browser/speech/speech_recognition_browsertest.cc', 3018 '../content/browser/speech/speech_recognition_browsertest.cc',
3019 '../content/browser/webkit_browsertest.cc', 3019 '../content/browser/webkit_browsertest.cc',
3020 '../content/browser/worker_host/test/worker_browsertest.cc', 3020 '../content/browser/worker_host/test/worker_browsertest.cc',
3021 '../content/public/test/render_widget_browsertest.h',
Paweł Hajdan Jr. 2012/06/05 09:47:24 nit: Wasn't the convention to have public header f
jam 2012/06/05 15:57:54 I think these files need to be here since we only
3021 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', 3022 '../content/renderer/mouse_lock_dispatcher_browsertest.cc',
3022 '../content/renderer/render_view_browsertest.cc', 3023 '../content/renderer/render_view_browsertest.cc',
3023 '../content/renderer/render_view_browsertest_mac.mm', 3024 '../content/renderer/render_view_browsertest_mac.mm',
3024 '../content/test/gpu/test_switches.cc', 3025 '../content/test/gpu/test_switches.cc',
3025 '../content/test/gpu/test_switches.h', 3026 '../content/test/gpu/test_switches.h',
3026 '../content/test/layout_browsertest.cc', 3027 '../content/test/layout_browsertest.cc',
3027 '../content/test/layout_browsertest.h', 3028 '../content/test/layout_browsertest.h',
3028 '../content/test/render_widget_browsertest.cc', 3029 '../content/test/render_widget_browsertest.cc',
3029 '../content/test/render_widget_browsertest.h',
3030 '../content/test/test_launcher.cc', 3030 '../content/test/test_launcher.cc',
3031 '../content/test/test_launcher.h', 3031 '../content/test/test_launcher.h',
3032 ], 3032 ],
3033 'rules': [ 3033 'rules': [
3034 { 3034 {
3035 'rule_name': 'js2webui', 3035 'rule_name': 'js2webui',
3036 'extension': 'js', 3036 'extension': 'js',
3037 'msvs_external_rule': 1, 3037 'msvs_external_rule': 1,
3038 'inputs': [ 3038 'inputs': [
3039 '<(gypv8sh)', 3039 '<(gypv8sh)',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
4652 # Use outputs of this action as inputs for the main target build. 4652 # Use outputs of this action as inputs for the main target build.
4653 # Seems as a misnomer but makes this happy on Linux (scons). 4653 # Seems as a misnomer but makes this happy on Linux (scons).
4654 'process_outputs_as_sources': 1, 4654 'process_outputs_as_sources': 1,
4655 }, 4655 },
4656 ], # 'actions' 4656 ], # 'actions'
4657 }, 4657 },
4658 ] 4658 ]
4659 }], # 'coverage!=0' 4659 }], # 'coverage!=0'
4660 ], # 'conditions' 4660 ], # 'conditions'
4661 } 4661 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698