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

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: Change comment 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 3431 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 '_CRT_SECURE_NO_WARNINGS', 3679 '_CRT_SECURE_NO_WARNINGS',
3683 '_USE_32BIT_TIME_T', 3680 '_USE_32BIT_TIME_T',
3684 ], 3681 ],
3685 'dependencies': [ 3682 'dependencies': [
3686 'browser/sync/protocol/sync_proto.gyp:sync_proto', 3683 'browser/sync/protocol/sync_proto.gyp:sync_proto',
3687 'common', 3684 'common',
3688 'debugger', 3685 'debugger',
3689 '../base/base.gyp:test_support_base', 3686 '../base/base.gyp:test_support_base',
3690 '../jingle/jingle.gyp:notifier_test_util', 3687 '../jingle/jingle.gyp:notifier_test_util',
3691 '../net/net.gyp:net', 3688 '../net/net.gyp:net',
3689 '../net/net.gyp:net_test_support',
3692 '../skia/skia.gyp:skia', 3690 '../skia/skia.gyp:skia',
3693 '../testing/gmock.gyp:gmock', 3691 '../testing/gmock.gyp:gmock',
3694 '../testing/gtest.gyp:gtest', 3692 '../testing/gtest.gyp:gtest',
3695 '../third_party/bzip2/bzip2.gyp:bzip2', 3693 '../third_party/bzip2/bzip2.gyp:bzip2',
3696 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3694 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3697 '../third_party/libjingle/libjingle.gyp:libjingle', 3695 '../third_party/libjingle/libjingle.gyp:libjingle',
3698 'syncapi_core', 3696 'syncapi_core',
3699 'sync_notifier', 3697 'sync_notifier',
3700 'test_support_common', 3698 'test_support_common',
3701 'test_support_sync', 3699 'test_support_sync',
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
4709 # Use outputs of this action as inputs for the main target build. 4707 # Use outputs of this action as inputs for the main target build.
4710 # Seems as a misnomer but makes this happy on Linux (scons). 4708 # Seems as a misnomer but makes this happy on Linux (scons).
4711 'process_outputs_as_sources': 1, 4709 'process_outputs_as_sources': 1,
4712 }, 4710 },
4713 ], # 'actions' 4711 ], # 'actions'
4714 }, 4712 },
4715 ] 4713 ]
4716 }], # 'coverage!=0' 4714 }], # 'coverage!=0'
4717 ], # 'conditions' 4715 ], # 'conditions'
4718 } 4716 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/tools/sync_tools.gyp ('k') | chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698