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

Side by Side Diff: content/content_shell.gypi

Issue 10860037: [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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
« no previous file with comments | « no previous file | content/shell/layout_test_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 27 matching lines...) Expand all
38 '../v8/tools/gyp/v8.gyp:v8', 38 '../v8/tools/gyp/v8.gyp:v8',
39 '../webkit/support/webkit_support.gyp:webkit_support', 39 '../webkit/support/webkit_support.gyp:webkit_support',
40 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 40 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
41 ], 41 ],
42 'include_dirs': [ 42 'include_dirs': [
43 '..', 43 '..',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 'shell/geolocation/shell_access_token_store.cc', 46 'shell/geolocation/shell_access_token_store.cc',
47 'shell/geolocation/shell_access_token_store.h', 47 'shell/geolocation/shell_access_token_store.h',
48 'shell/layout_test_controller.cc',
49 'shell/layout_test_controller.h',
50 'shell/layout_test_controller_bindings.cc',
51 'shell/layout_test_controller_bindings.h',
52 'shell/layout_test_controller_host.cc',
53 'shell/layout_test_controller_host.h',
54 'shell/paths_mac.h', 48 'shell/paths_mac.h',
55 'shell/paths_mac.mm', 49 'shell/paths_mac.mm',
56 'shell/shell.cc', 50 'shell/shell.cc',
57 'shell/shell.h', 51 'shell/shell.h',
58 'shell/shell_android.cc', 52 'shell/shell_android.cc',
59 'shell/shell_aura.cc', 53 'shell/shell_aura.cc',
60 'shell/shell_gtk.cc', 54 'shell/shell_gtk.cc',
61 'shell/shell_mac.mm', 55 'shell/shell_mac.mm',
62 'shell/shell_win.cc', 56 'shell/shell_win.cc',
63 'shell/shell_application_mac.h', 57 'shell/shell_application_mac.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'shell/shell_render_process_observer.cc', 93 'shell/shell_render_process_observer.cc',
100 'shell/shell_render_process_observer.h', 94 'shell/shell_render_process_observer.h',
101 'shell/shell_resource_context.cc', 95 'shell/shell_resource_context.cc',
102 'shell/shell_resource_context.h', 96 'shell/shell_resource_context.h',
103 'shell/shell_resource_dispatcher_host_delegate.cc', 97 'shell/shell_resource_dispatcher_host_delegate.cc',
104 'shell/shell_resource_dispatcher_host_delegate.h', 98 'shell/shell_resource_dispatcher_host_delegate.h',
105 'shell/shell_switches.cc', 99 'shell/shell_switches.cc',
106 'shell/shell_switches.h', 100 'shell/shell_switches.h',
107 'shell/shell_url_request_context_getter.cc', 101 'shell/shell_url_request_context_getter.cc',
108 'shell/shell_url_request_context_getter.h', 102 'shell/shell_url_request_context_getter.h',
103 'shell/webkit_test_runner.cc',
104 'shell/webkit_test_runner.h',
105 'shell/webkit_test_runner_bindings.cc',
106 'shell/webkit_test_runner_bindings.h',
107 'shell/webkit_test_runner_host.cc',
108 'shell/webkit_test_runner_host.h',
109 ], 109 ],
110 'msvs_settings': { 110 'msvs_settings': {
111 'VCLinkerTool': { 111 'VCLinkerTool': {
112 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 112 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
113 }, 113 },
114 }, 114 },
115 'conditions': [ 115 'conditions': [
116 ['OS=="win" and win_use_allocator_shim==1', { 116 ['OS=="win" and win_use_allocator_shim==1', {
117 'dependencies': [ 117 'dependencies': [
118 '../base/allocator/allocator.gyp:allocator', 118 '../base/allocator/allocator.gyp:allocator',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'dependencies': [ 663 'dependencies': [
664 'content_java', 664 'content_java',
665 ], 665 ],
666 } 666 }
667 ], 667 ],
668 }, 668 },
669 ], 669 ],
670 }], # OS=="android" 670 }], # OS=="android"
671 ] 671 ]
672 } 672 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/layout_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698