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 '../skia/skia.gyp:skia', | 50 '../skia/skia.gyp:skia', |
51 '../third_party/WebKit/public/blink.gyp:blink', | 51 '../third_party/WebKit/public/blink.gyp:blink', |
52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support', | 52 '../third_party/WebKit/public/blink.gyp:blink_web_test_support', |
53 '../ui/events/events.gyp:events_base', | 53 '../ui/events/events.gyp:events_base', |
54 '../ui/gfx/gfx.gyp:gfx', | 54 '../ui/gfx/gfx.gyp:gfx', |
55 '../ui/gfx/gfx.gyp:gfx_geometry', | 55 '../ui/gfx/gfx.gyp:gfx_geometry', |
56 '../ui/gl/gl.gyp:gl', | 56 '../ui/gl/gl.gyp:gl', |
57 '../ui/ui.gyp:ui', | 57 '../ui/ui.gyp:ui', |
58 '../url/url.gyp:url_lib', | 58 '../url/url.gyp:url_lib', |
59 '../v8/tools/gyp/v8.gyp:v8', | 59 '../v8/tools/gyp/v8.gyp:v8', |
60 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
61 '../webkit/common/webkit_common.gyp:webkit_common', | 60 '../webkit/common/webkit_common.gyp:webkit_common', |
62 '../webkit/webkit_resources.gyp:webkit_resources', | 61 '../webkit/webkit_resources.gyp:webkit_resources', |
63 ], | 62 ], |
64 'include_dirs': [ | 63 'include_dirs': [ |
65 '..', | 64 '..', |
66 ], | 65 ], |
67 'sources': [ | 66 'sources': [ |
68 'public/test/layouttest_support.h', | 67 'public/test/layouttest_support.h', |
69 'shell/android/shell_jni_registrar.cc', | 68 'shell/android/shell_jni_registrar.cc', |
70 'shell/android/shell_jni_registrar.h', | 69 'shell/android/shell_jni_registrar.h', |
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1135 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1134 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1136 '--destination_dir', '<(dest_dir)', | 1135 '--destination_dir', '<(dest_dir)', |
1137 ], | 1136 ], |
1138 }, | 1137 }, |
1139 ], | 1138 ], |
1140 }, | 1139 }, |
1141 ], | 1140 ], |
1142 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1141 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1143 ] | 1142 ] |
1144 } | 1143 } |
OLD | NEW |