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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9562037: Move TestURLRequestContextGetter to url_request_test_util.{h,cc} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../content/content.gyp:content_gpu', 52 '../content/content.gyp:content_gpu',
53 '../content/content.gyp:content_plugin', 53 '../content/content.gyp:content_plugin',
54 '../content/content.gyp:content_ppapi_plugin', 54 '../content/content.gyp:content_ppapi_plugin',
55 '../content/content.gyp:content_renderer', 55 '../content/content.gyp:content_renderer',
56 '../content/content.gyp:content_utility', 56 '../content/content.gyp:content_utility',
57 '../content/content.gyp:content_worker', 57 '../content/content.gyp:content_worker',
58 '../content/content.gyp:test_support_content', 58 '../content/content.gyp:test_support_content',
59 '../ipc/ipc.gyp:test_support_ipc', 59 '../ipc/ipc.gyp:test_support_ipc',
60 '../media/media.gyp:media_test_support', 60 '../media/media.gyp:media_test_support',
61 '../net/net.gyp:net', 61 '../net/net.gyp:net',
62 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt.
63 '../net/net.gyp:net_test_support', 62 '../net/net.gyp:net_test_support',
64 '../skia/skia.gyp:skia', 63 '../skia/skia.gyp:skia',
65 '../testing/gmock.gyp:gmock', 64 '../testing/gmock.gyp:gmock',
66 '../testing/gtest.gyp:gtest', 65 '../testing/gtest.gyp:gtest',
67 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 66 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
68 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', 67 '../ui/gfx/compositor/compositor.gyp:compositor_test_support',
69 ], 68 ],
70 'export_dependent_settings': [ 69 'export_dependent_settings': [
71 'renderer', 70 'renderer',
72 'app/policy/cloud_policy_codegen.gyp:policy', 71 'app/policy/cloud_policy_codegen.gyp:policy',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'test/base/test_html_dialog_observer.cc', 228 'test/base/test_html_dialog_observer.cc',
230 'test/base/test_html_dialog_observer.h', 229 'test/base/test_html_dialog_observer.h',
231 'test/base/test_launcher_utils.cc', 230 'test/base/test_launcher_utils.cc',
232 'test/base/test_launcher_utils.h', 231 'test/base/test_launcher_utils.h',
233 'test/base/test_location_bar.cc', 232 'test/base/test_location_bar.cc',
234 'test/base/test_location_bar.h', 233 'test/base/test_location_bar.h',
235 'test/base/test_switches.cc', 234 'test/base/test_switches.cc',
236 'test/base/test_switches.h', 235 'test/base/test_switches.h',
237 'test/base/test_tab_strip_model_observer.cc', 236 'test/base/test_tab_strip_model_observer.cc',
238 'test/base/test_tab_strip_model_observer.h', 237 'test/base/test_tab_strip_model_observer.h',
239 'test/base/test_url_request_context_getter.cc',
240 'test/base/test_url_request_context_getter.h',
241 'test/base/testing_browser_process.cc', 238 'test/base/testing_browser_process.cc',
242 'test/base/testing_browser_process.h', 239 'test/base/testing_browser_process.h',
243 'test/base/testing_pref_service.cc', 240 'test/base/testing_pref_service.cc',
244 'test/base/testing_pref_service.h', 241 'test/base/testing_pref_service.h',
245 'test/base/testing_profile.cc', 242 'test/base/testing_profile.cc',
246 'test/base/testing_profile.h', 243 'test/base/testing_profile.h',
247 'test/base/testing_profile_manager.cc', 244 'test/base/testing_profile_manager.cc',
248 'test/base/testing_profile_manager.h', 245 'test/base/testing_profile_manager.h',
249 'test/base/thread_observer_helper.h', 246 'test/base/thread_observer_helper.h',
250 'test/base/tracing.cc', 247 'test/base/tracing.cc',
(...skipping 3427 matching lines...) Expand 10 before | Expand all | Expand 10 after
3678 '_CRT_SECURE_NO_WARNINGS', 3675 '_CRT_SECURE_NO_WARNINGS',
3679 '_USE_32BIT_TIME_T', 3676 '_USE_32BIT_TIME_T',
3680 ], 3677 ],
3681 'dependencies': [ 3678 'dependencies': [
3682 'browser/sync/protocol/sync_proto.gyp:sync_proto', 3679 'browser/sync/protocol/sync_proto.gyp:sync_proto',
3683 'common', 3680 'common',
3684 'debugger', 3681 'debugger',
3685 '../base/base.gyp:test_support_base', 3682 '../base/base.gyp:test_support_base',
3686 '../jingle/jingle.gyp:notifier_test_util', 3683 '../jingle/jingle.gyp:notifier_test_util',
3687 '../net/net.gyp:net', 3684 '../net/net.gyp:net',
3685 '../net/net.gyp:net_test_support',
3688 '../skia/skia.gyp:skia', 3686 '../skia/skia.gyp:skia',
3689 '../testing/gmock.gyp:gmock', 3687 '../testing/gmock.gyp:gmock',
3690 '../testing/gtest.gyp:gtest', 3688 '../testing/gtest.gyp:gtest',
3691 '../third_party/bzip2/bzip2.gyp:bzip2', 3689 '../third_party/bzip2/bzip2.gyp:bzip2',
3692 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3690 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3693 '../third_party/libjingle/libjingle.gyp:libjingle', 3691 '../third_party/libjingle/libjingle.gyp:libjingle',
3694 'syncapi_core', 3692 'syncapi_core',
3695 'sync_notifier', 3693 'sync_notifier',
3696 'test_support_common', 3694 'test_support_common',
3697 'test_support_sync', 3695 'test_support_sync',
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
4704 # Use outputs of this action as inputs for the main target build. 4702 # Use outputs of this action as inputs for the main target build.
4705 # Seems as a misnomer but makes this happy on Linux (scons). 4703 # Seems as a misnomer but makes this happy on Linux (scons).
4706 'process_outputs_as_sources': 1, 4704 'process_outputs_as_sources': 1,
4707 }, 4705 },
4708 ], # 'actions' 4706 ], # 'actions'
4709 }, 4707 },
4710 ] 4708 ]
4711 }], # 'coverage!=0' 4709 }], # 'coverage!=0'
4712 ], # 'conditions' 4710 ], # 'conditions'
4713 } 4711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698