| 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 '../components/components.gyp:devtools_remote_frontend', |
| 44 '../ipc/ipc.gyp:ipc', | 45 '../ipc/ipc.gyp:ipc', |
| 45 '../media/media.gyp:media', | 46 '../media/media.gyp:media', |
| 46 '../net/net.gyp:net', | 47 '../net/net.gyp:net', |
| 47 '../net/net.gyp:net_resources', | 48 '../net/net.gyp:net_resources', |
| 48 '../skia/skia.gyp:skia', | 49 '../skia/skia.gyp:skia', |
| 49 '../third_party/WebKit/public/blink.gyp:blink', | 50 '../third_party/WebKit/public/blink.gyp:blink', |
| 50 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_sup
port', | 51 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_sup
port', |
| 51 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner', | 52 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner', |
| 52 '../ui/gl/gl.gyp:gl', | 53 '../ui/gl/gl.gyp:gl', |
| 53 '../ui/ui.gyp:ui', | 54 '../ui/ui.gyp:ui', |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'native_lib_target': 'libcontent_shell_content_view', | 704 'native_lib_target': 'libcontent_shell_content_view', |
| 704 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 705 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 705 'asset_location': '<(ant_build_out)/content_shell/assets', | 706 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 706 }, | 707 }, |
| 707 'includes': [ '../build/java_apk.gypi' ], | 708 'includes': [ '../build/java_apk.gypi' ], |
| 708 }, | 709 }, |
| 709 ], | 710 ], |
| 710 }], # OS=="android" | 711 }], # OS=="android" |
| 711 ] | 712 ] |
| 712 } | 713 } |
| OLD | NEW |