Chromium Code Reviews| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 '../ui/gl/gl.gyp:gl', | 50 '../ui/gl/gl.gyp:gl', |
| 51 '../ui/ui.gyp:ui', | 51 '../ui/ui.gyp:ui', |
| 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 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
|
jam
2013/05/07 23:18:10
nit: order
| |
| 56 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support ', | 56 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_sup port', |
| 57 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTre e.gyp:TestRunner', | 57 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.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 |