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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 '../gpu/gpu.gyp:gpu', | 53 '../gpu/gpu.gyp:gpu', |
54 '../ipc/ipc.gyp:ipc', | 54 '../ipc/ipc.gyp:ipc', |
55 '../media/blink/media_blink.gyp:media_blink', | 55 '../media/blink/media_blink.gyp:media_blink', |
56 '../media/media.gyp:media', | 56 '../media/media.gyp:media', |
57 '../net/net.gyp:net', | 57 '../net/net.gyp:net', |
58 '../net/net.gyp:net_resources', | 58 '../net/net.gyp:net_resources', |
59 '../skia/skia.gyp:skia', | 59 '../skia/skia.gyp:skia', |
60 '../storage/storage_browser.gyp:storage', | 60 '../storage/storage_browser.gyp:storage', |
61 '../third_party/WebKit/public/blink.gyp:blink', | 61 '../third_party/WebKit/public/blink.gyp:blink', |
62 '../third_party/WebKit/public/blink.gyp:blink_test_support', | 62 '../third_party/WebKit/public/blink.gyp:blink_test_support', |
| 63 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
63 '../ui/base/ui_base.gyp:ui_base', | 64 '../ui/base/ui_base.gyp:ui_base', |
64 '../ui/events/events.gyp:events_base', | 65 '../ui/events/events.gyp:events_base', |
65 '../ui/gfx/gfx.gyp:gfx', | 66 '../ui/gfx/gfx.gyp:gfx', |
66 '../ui/gfx/gfx.gyp:gfx_geometry', | 67 '../ui/gfx/gfx.gyp:gfx_geometry', |
67 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 68 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
68 '../ui/gl/gl.gyp:gl', | 69 '../ui/gl/gl.gyp:gl', |
69 '../url/url.gyp:url_lib', | 70 '../url/url.gyp:url_lib', |
70 '../v8/tools/gyp/v8.gyp:v8', | 71 '../v8/tools/gyp/v8.gyp:v8', |
71 ], | 72 ], |
72 'include_dirs': [ | 73 'include_dirs': [ |
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1167 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1167 '--destination_dir', '<(dest_dir)', | 1168 '--destination_dir', '<(dest_dir)', |
1168 ], | 1169 ], |
1169 }, | 1170 }, |
1170 ], | 1171 ], |
1171 }, | 1172 }, |
1172 ], | 1173 ], |
1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1174 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1174 ] | 1175 ] |
1175 } | 1176 } |
OLD | NEW |