| 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 22 matching lines...) Expand all Loading... |
| 33 'test_support_content', | 33 'test_support_content', |
| 34 'content_resources.gyp:content_resources', | 34 'content_resources.gyp:content_resources', |
| 35 '../base/base.gyp:base', | 35 '../base/base.gyp:base', |
| 36 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 36 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 37 '../build/temp_gyp/googleurl.gyp:googleurl', | 37 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 38 '../ipc/ipc.gyp:ipc', | 38 '../ipc/ipc.gyp:ipc', |
| 39 '../media/media.gyp:media', | 39 '../media/media.gyp:media', |
| 40 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
| 41 '../net/net.gyp:net_resources', | 41 '../net/net.gyp:net_resources', |
| 42 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
| 43 '../ui/gl/gl.gyp:gl', |
| 43 '../ui/ui.gyp:ui', | 44 '../ui/ui.gyp:ui', |
| 44 '../v8/tools/gyp/v8.gyp:v8', | 45 '../v8/tools/gyp/v8.gyp:v8', |
| 45 '../webkit/support/webkit_support.gyp:webkit_support', | 46 '../webkit/support/webkit_support.gyp:webkit_support', |
| 46 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 47 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 47 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support
', | 48 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support
', |
| 48 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner', | 49 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre
e.gyp:TestRunner', |
| 49 ], | 50 ], |
| 50 'include_dirs': [ | 51 'include_dirs': [ |
| 51 '..', | 52 '..', |
| 52 ], | 53 ], |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 'resource_dir': '../res', | 645 'resource_dir': '../res', |
| 645 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 646 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
| 646 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 647 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 647 }, | 648 }, |
| 648 'includes': [ '../build/java_apk.gypi' ], | 649 'includes': [ '../build/java_apk.gypi' ], |
| 649 }, | 650 }, |
| 650 ], | 651 ], |
| 651 }], # OS=="android" | 652 }], # OS=="android" |
| 652 ] | 653 ] |
| 653 } | 654 } |
| OLD | NEW |