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 23 matching lines...) Expand all Loading... |
34 'content_plugin', | 34 'content_plugin', |
35 'content_ppapi_plugin', | 35 'content_ppapi_plugin', |
36 'content_renderer', | 36 'content_renderer', |
37 'content_shell_resources', | 37 'content_shell_resources', |
38 'content_utility', | 38 'content_utility', |
39 'content_worker', | 39 'content_worker', |
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', | |
45 '../ipc/ipc.gyp:ipc', | 44 '../ipc/ipc.gyp:ipc', |
46 '../media/media.gyp:media', | 45 '../media/media.gyp:media', |
47 '../net/net.gyp:net', | 46 '../net/net.gyp:net', |
48 '../net/net.gyp:net_resources', | 47 '../net/net.gyp:net_resources', |
49 '../skia/skia.gyp:skia', | 48 '../skia/skia.gyp:skia', |
50 '../ui/gl/gl.gyp:gl', | 49 '../ui/gl/gl.gyp:gl', |
51 '../ui/ui.gyp:ui', | 50 '../ui/ui.gyp:ui', |
| 51 '../url/url.gyp:url', |
52 '../v8/tools/gyp/v8.gyp:v8', | 52 '../v8/tools/gyp/v8.gyp:v8', |
53 '../webkit/support/webkit_support.gyp:webkit_resources', | 53 '../webkit/support/webkit_support.gyp:webkit_resources', |
54 '../webkit/support/webkit_support.gyp:webkit_support', | 54 '../webkit/support/webkit_support.gyp:webkit_support', |
55 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 55 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
56 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support
', | 56 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support
', |
57 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner', | 57 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner', |
58 ], | 58 ], |
59 'include_dirs': [ | 59 'include_dirs': [ |
60 '..', | 60 '..', |
61 ], | 61 ], |
(...skipping 621 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 |