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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 '../ipc/ipc.gyp:ipc', | 44 '../ipc/ipc.gyp:ipc', |
45 '../media/media.gyp:media', | 45 '../media/media.gyp:media', |
46 '../net/net.gyp:net', | 46 '../net/net.gyp:net', |
47 '../net/net.gyp:net_resources', | 47 '../net/net.gyp:net_resources', |
48 '../skia/skia.gyp:skia', | 48 '../skia/skia.gyp:skia', |
49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner', | 49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner', |
50 '../ui/gl/gl.gyp:gl', | 50 '../ui/gl/gl.gyp:gl', |
51 '../ui/ui.gyp:ui', | 51 '../ui/ui.gyp:ui', |
52 '../url/url.gyp:url_lib', | 52 '../url/url.gyp:url_lib', |
53 '../v8/tools/gyp/v8.gyp:v8', | 53 '../v8/tools/gyp/v8.gyp:v8', |
| 54 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
54 '../webkit/common/webkit_common.gyp:webkit_common', | 55 '../webkit/common/webkit_common.gyp:webkit_common', |
| 56 '../webkit/glue/webkit_glue.gyp:glue', |
55 '../webkit/webkit_resources.gyp:webkit_resources', | 57 '../webkit/webkit_resources.gyp:webkit_resources', |
56 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
57 '../webkit/support/webkit_support.gyp:glue', | |
58 ], | 58 ], |
59 'include_dirs': [ | 59 'include_dirs': [ |
60 '..', | 60 '..', |
61 ], | 61 ], |
62 'sources': [ | 62 'sources': [ |
63 'shell/android/shell_jni_registrar.cc', | 63 'shell/android/shell_jni_registrar.cc', |
64 'shell/android/shell_jni_registrar.h', | 64 'shell/android/shell_jni_registrar.h', |
65 'shell/android/shell_manager.cc', | 65 'shell/android/shell_manager.cc', |
66 'shell/android/shell_manager.h', | 66 'shell/android/shell_manager.h', |
67 'shell/app/paths_mac.h', | 67 'shell/app/paths_mac.h', |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 '../tools/imagediff/image_diff.gyp:image_diff#host', | 746 '../tools/imagediff/image_diff.gyp:image_diff#host', |
747 ], | 747 ], |
748 }], | 748 }], |
749 ], | 749 ], |
750 'includes': [ '../build/java_apk.gypi' ], | 750 'includes': [ '../build/java_apk.gypi' ], |
751 }, | 751 }, |
752 ], | 752 ], |
753 }], # OS=="android" | 753 }], # OS=="android" |
754 ] | 754 ] |
755 } | 755 } |
OLD | NEW |