OLD | NEW |
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 '../media/media.gyp:media', | 50 '../media/media.gyp:media', |
51 '../net/net.gyp:net', | 51 '../net/net.gyp:net', |
52 '../net/net.gyp:net_resources', | 52 '../net/net.gyp:net_resources', |
53 '../skia/skia.gyp:skia', | 53 '../skia/skia.gyp:skia', |
54 '../third_party/WebKit/public/blink.gyp:blink', | 54 '../third_party/WebKit/public/blink.gyp:blink', |
55 '../third_party/WebKit/public/blink.gyp:blink_test_support', | 55 '../third_party/WebKit/public/blink.gyp:blink_test_support', |
56 '../ui/base/ui_base.gyp:ui_base', | 56 '../ui/base/ui_base.gyp:ui_base', |
57 '../ui/events/events.gyp:events_base', | 57 '../ui/events/events.gyp:events_base', |
58 '../ui/gfx/gfx.gyp:gfx', | 58 '../ui/gfx/gfx.gyp:gfx', |
59 '../ui/gfx/gfx.gyp:gfx_geometry', | 59 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 60 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
60 '../ui/gl/gl.gyp:gl', | 61 '../ui/gl/gl.gyp:gl', |
61 '../url/url.gyp:url_lib', | 62 '../url/url.gyp:url_lib', |
62 '../v8/tools/gyp/v8.gyp:v8', | 63 '../v8/tools/gyp/v8.gyp:v8', |
63 '../webkit/common/webkit_common.gyp:webkit_common', | 64 '../webkit/common/webkit_common.gyp:webkit_common', |
64 '../webkit/storage_browser.gyp:webkit_storage_browser', | 65 '../webkit/storage_browser.gyp:webkit_storage_browser', |
65 '../webkit/webkit_resources.gyp:webkit_resources', | 66 '../webkit/webkit_resources.gyp:webkit_resources', |
66 ], | 67 ], |
67 'include_dirs': [ | 68 'include_dirs': [ |
68 '..', | 69 '..', |
69 ], | 70 ], |
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |