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

Side by Side Diff: content/content_shell.gypi

Issue 384413004: Remove default key slot from KeygenHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing android_webview. Created 6 years, 5 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 { 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 26 matching lines...) Expand all
37 'content.gyp:content_worker', 37 'content.gyp:content_worker',
38 'content_resources.gyp:content_resources', 38 'content_resources.gyp:content_resources',
39 'content_shell_resources', 39 'content_shell_resources',
40 'copy_test_netscape_plugin', 40 'copy_test_netscape_plugin',
41 'layouttest_support_content', 41 'layouttest_support_content',
42 '../base/base.gyp:base', 42 '../base/base.gyp:base',
43 '../base/base.gyp:base_static', 43 '../base/base.gyp:base_static',
44 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 44 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
45 '../cc/cc.gyp:cc', 45 '../cc/cc.gyp:cc',
46 '../components/components.gyp:breakpad_component', 46 '../components/components.gyp:breakpad_component',
47 '../crypto/crypto.gyp:crypto',
47 '../gin/gin.gyp:gin', 48 '../gin/gin.gyp:gin',
48 '../gpu/gpu.gyp:gpu', 49 '../gpu/gpu.gyp:gpu',
49 '../ipc/ipc.gyp:ipc', 50 '../ipc/ipc.gyp:ipc',
50 '../media/media.gyp:media', 51 '../media/media.gyp:media',
51 '../net/net.gyp:net', 52 '../net/net.gyp:net',
52 '../net/net.gyp:net_resources', 53 '../net/net.gyp:net_resources',
53 '../skia/skia.gyp:skia', 54 '../skia/skia.gyp:skia',
54 '../third_party/WebKit/public/blink.gyp:blink', 55 '../third_party/WebKit/public/blink.gyp:blink',
55 '../third_party/WebKit/public/blink.gyp:blink_test_support', 56 '../third_party/WebKit/public/blink.gyp:blink_test_support',
56 '../ui/base/ui_base.gyp:ui_base', 57 '../ui/base/ui_base.gyp:ui_base',
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1098 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1098 '--destination_dir', '<(dest_dir)', 1099 '--destination_dir', '<(dest_dir)',
1099 ], 1100 ],
1100 }, 1101 },
1101 ], 1102 ],
1102 }, 1103 },
1103 ], 1104 ],
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1105 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1105 ] 1106 ]
1106 } 1107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698