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 29 matching lines...) Expand all Loading... |
40 'test_support_content', | 40 'test_support_content', |
41 'content_resources.gyp:content_resources', | 41 'content_resources.gyp:content_resources', |
42 '../base/base.gyp:base', | 42 '../base/base.gyp:base', |
43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
44 '../build/temp_gyp/googleurl.gyp:googleurl', | 44 '../build/temp_gyp/googleurl.gyp:googleurl', |
45 '../ipc/ipc.gyp:ipc', | 45 '../ipc/ipc.gyp:ipc', |
46 '../media/media.gyp:media', | 46 '../media/media.gyp:media', |
47 '../net/net.gyp:net', | 47 '../net/net.gyp:net', |
48 '../net/net.gyp:net_resources', | 48 '../net/net.gyp:net_resources', |
49 '../skia/skia.gyp:skia', | 49 '../skia/skia.gyp:skia', |
| 50 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 51 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_sup
port', |
| 52 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner', |
50 '../ui/gl/gl.gyp:gl', | 53 '../ui/gl/gl.gyp:gl', |
51 '../ui/ui.gyp:ui', | 54 '../ui/ui.gyp:ui', |
52 '../v8/tools/gyp/v8.gyp:v8', | 55 '../v8/tools/gyp/v8.gyp:v8', |
53 '../webkit/support/webkit_support.gyp:webkit_resources', | 56 '../webkit/support/webkit_support.gyp:webkit_resources', |
54 '../webkit/support/webkit_support.gyp:webkit_support', | 57 '../webkit/support/webkit_support.gyp:webkit_support', |
55 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | |
56 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support
', | |
57 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner', | |
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/common/shell_content_client.cc', | 67 'shell/common/shell_content_client.cc', |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 'native_lib_target': 'libcontent_shell_content_view', | 683 'native_lib_target': 'libcontent_shell_content_view', |
684 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 684 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
685 'asset_location': '<(ant_build_out)/content_shell/assets', | 685 'asset_location': '<(ant_build_out)/content_shell/assets', |
686 }, | 686 }, |
687 'includes': [ '../build/java_apk.gypi' ], | 687 'includes': [ '../build/java_apk.gypi' ], |
688 }, | 688 }, |
689 ], | 689 ], |
690 }], # OS=="android" | 690 }], # OS=="android" |
691 ] | 691 ] |
692 } | 692 } |
OLD | NEW |