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

Side by Side Diff: content/content_shell.gypi

Issue 110533009: Import TestRunner library into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 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) 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 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 18 matching lines...) Expand all
29 'content.gyp:content_app_both', 29 'content.gyp:content_app_both',
30 'content.gyp:content_browser', 30 'content.gyp:content_browser',
31 'content.gyp:content_common', 31 'content.gyp:content_common',
32 'content.gyp:content_gpu', 32 'content.gyp:content_gpu',
33 'content.gyp:content_plugin', 33 'content.gyp:content_plugin',
34 'content.gyp:content_ppapi_plugin', 34 'content.gyp:content_ppapi_plugin',
35 'content.gyp:content_renderer', 35 'content.gyp:content_renderer',
36 'content.gyp:content_utility', 36 'content.gyp:content_utility',
37 'content.gyp:content_worker', 37 'content.gyp:content_worker',
38 'content_shell_resources', 38 'content_shell_resources',
39 'test_runner',
39 'test_support_content', 40 'test_support_content',
40 'content_resources.gyp:content_resources', 41 'content_resources.gyp:content_resources',
41 '../base/base.gyp:base', 42 '../base/base.gyp:base',
42 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
43 '../components/components.gyp:breakpad_component', 44 '../components/components.gyp:breakpad_component',
44 '../ipc/ipc.gyp:ipc', 45 '../ipc/ipc.gyp:ipc',
45 '../media/media.gyp:media', 46 '../media/media.gyp:media',
46 '../net/net.gyp:net', 47 '../net/net.gyp:net',
47 '../net/net.gyp:net_resources', 48 '../net/net.gyp:net_resources',
48 '../skia/skia.gyp:skia', 49 '../skia/skia.gyp:skia',
49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner',
50 '../ui/events/events.gyp:events_base', 50 '../ui/events/events.gyp:events_base',
51 '../ui/gfx/gfx.gyp:gfx', 51 '../ui/gfx/gfx.gyp:gfx',
52 '../ui/gfx/gfx.gyp:gfx_geometry', 52 '../ui/gfx/gfx.gyp:gfx_geometry',
53 '../ui/gl/gl.gyp:gl', 53 '../ui/gl/gl.gyp:gl',
54 '../ui/ui.gyp:ui', 54 '../ui/ui.gyp:ui',
55 '../url/url.gyp:url_lib', 55 '../url/url.gyp:url_lib',
56 '../v8/tools/gyp/v8.gyp:v8', 56 '../v8/tools/gyp/v8.gyp:v8',
57 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 57 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
58 '../webkit/common/webkit_common.gyp:webkit_common', 58 '../webkit/common/webkit_common.gyp:webkit_common',
59 '../webkit/glue/webkit_glue.gyp:glue', 59 '../webkit/glue/webkit_glue.gyp:glue',
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 861 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
862 '--destination_dir', '<(dest_dir)', 862 '--destination_dir', '<(dest_dir)',
863 ], 863 ],
864 }, 864 },
865 ], 865 ],
866 }, 866 },
867 ], 867 ],
868 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 868 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
869 ] 869 ]
870 } 870 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698