| 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', | |
| 64 '../ui/base/ui_base.gyp:ui_base', | 63 '../ui/base/ui_base.gyp:ui_base', |
| 65 '../ui/events/events.gyp:events_base', | 64 '../ui/events/events.gyp:events_base', |
| 66 '../ui/gfx/gfx.gyp:gfx', | 65 '../ui/gfx/gfx.gyp:gfx', |
| 67 '../ui/gfx/gfx.gyp:gfx_geometry', | 66 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 68 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 67 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 69 '../ui/gl/gl.gyp:gl', | 68 '../ui/gl/gl.gyp:gl', |
| 70 '../url/url.gyp:url_lib', | 69 '../url/url.gyp:url_lib', |
| 71 '../v8/tools/gyp/v8.gyp:v8', | 70 '../v8/tools/gyp/v8.gyp:v8', |
| 72 ], | 71 ], |
| 73 'include_dirs': [ | 72 'include_dirs': [ |
| (...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1167 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1166 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1168 '--destination_dir', '<(dest_dir)', | 1167 '--destination_dir', '<(dest_dir)', |
| 1169 ], | 1168 ], |
| 1170 }, | 1169 }, |
| 1171 ], | 1170 ], |
| 1172 }, | 1171 }, |
| 1173 ], | 1172 ], |
| 1174 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1173 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1175 ] | 1174 ] |
| 1176 } | 1175 } |
| OLD | NEW |