| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '../ipc/ipc.gyp:ipc', | 44 '../ipc/ipc.gyp:ipc', |
| 45 '../media/media.gyp:media', | 45 '../media/media.gyp:media', |
| 46 '../net/net.gyp:net', | 46 '../net/net.gyp:net', |
| 47 '../net/net.gyp:net_resources', | 47 '../net/net.gyp:net_resources', |
| 48 '../skia/skia.gyp:skia', | 48 '../skia/skia.gyp:skia', |
| 49 '../third_party/WebKit/public/all.gyp:blink_testing', | 49 '../third_party/WebKit/public/all.gyp:blink_testing', |
| 50 '../ui/gl/gl.gyp:gl', | 50 '../ui/gl/gl.gyp:gl', |
| 51 '../ui/ui.gyp:ui', | 51 '../ui/ui.gyp:ui', |
| 52 '../url/url.gyp:url_lib', | 52 '../url/url.gyp:url_lib', |
| 53 '../v8/tools/gyp/v8.gyp:v8', | 53 '../v8/tools/gyp/v8.gyp:v8', |
| 54 '../webkit/support/webkit_support.gyp:webkit_resources', | |
| 55 '../webkit/support/webkit_support.gyp:webkit_support', | 54 '../webkit/support/webkit_support.gyp:webkit_support', |
| 55 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 56 ], | 56 ], |
| 57 'include_dirs': [ | 57 'include_dirs': [ |
| 58 '..', | 58 '..', |
| 59 ], | 59 ], |
| 60 'sources': [ | 60 'sources': [ |
| 61 'shell/android/shell_jni_registrar.cc', | 61 'shell/android/shell_jni_registrar.cc', |
| 62 'shell/android/shell_jni_registrar.h', | 62 'shell/android/shell_jni_registrar.h', |
| 63 'shell/android/shell_manager.cc', | 63 'shell/android/shell_manager.cc', |
| 64 'shell/android/shell_manager.h', | 64 'shell/android/shell_manager.h', |
| 65 'shell/app/shell_main_delegate.cc', | 65 'shell/app/shell_main_delegate.cc', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 ['OS=="win" and win_use_allocator_shim==1', { | 161 ['OS=="win" and win_use_allocator_shim==1', { |
| 162 'dependencies': [ | 162 'dependencies': [ |
| 163 '../base/allocator/allocator.gyp:allocator', | 163 '../base/allocator/allocator.gyp:allocator', |
| 164 ], | 164 ], |
| 165 }], | 165 }], |
| 166 ['OS=="win"', { | 166 ['OS=="win"', { |
| 167 'resource_include_dirs': [ | 167 'resource_include_dirs': [ |
| 168 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 168 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 169 ], | 169 ], |
| 170 'dependencies': [ | 170 'dependencies': [ |
| 171 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 171 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings', |
| 172 ], | 172 ], |
| 173 'configurations': { | 173 'configurations': { |
| 174 'Debug_Base': { | 174 'Debug_Base': { |
| 175 'msvs_settings': { | 175 'msvs_settings': { |
| 176 'VCLinkerTool': { | 176 'VCLinkerTool': { |
| 177 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 177 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 178 }, | 178 }, |
| 179 }, | 179 }, |
| 180 }, | 180 }, |
| 181 }, | 181 }, |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 # access to necessary resources. | 281 # access to necessary resources. |
| 282 'target_name': 'content_shell_pak', | 282 'target_name': 'content_shell_pak', |
| 283 'type': 'none', | 283 'type': 'none', |
| 284 'dependencies': [ | 284 'dependencies': [ |
| 285 'browser/devtools/devtools_resources.gyp:devtools_resources', | 285 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 286 'content_resources.gyp:content_resources', | 286 'content_resources.gyp:content_resources', |
| 287 'content_shell_resources', | 287 'content_shell_resources', |
| 288 '<(DEPTH)/net/net.gyp:net_resources', | 288 '<(DEPTH)/net/net.gyp:net_resources', |
| 289 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 289 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
| 290 '<(DEPTH)/ui/ui.gyp:ui_resources', | 290 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 291 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 291 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources', |
| 292 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 292 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings', |
| 293 ], | 293 ], |
| 294 'variables': { | 294 'variables': { |
| 295 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', | 295 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |
| 296 }, | 296 }, |
| 297 'actions': [ | 297 'actions': [ |
| 298 { | 298 { |
| 299 'action_name': 'repack_content_shell_pack', | 299 'action_name': 'repack_content_shell_pack', |
| 300 'variables': { | 300 'variables': { |
| 301 'pak_inputs': [ | 301 'pak_inputs': [ |
| 302 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 302 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'native_lib_target': 'libcontent_shell_content_view', | 706 'native_lib_target': 'libcontent_shell_content_view', |
| 707 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 707 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 708 'asset_location': '<(ant_build_out)/content_shell/assets', | 708 'asset_location': '<(ant_build_out)/content_shell/assets', |
| 709 }, | 709 }, |
| 710 'includes': [ '../build/java_apk.gypi' ], | 710 'includes': [ '../build/java_apk.gypi' ], |
| 711 }, | 711 }, |
| 712 ], | 712 ], |
| 713 }], # OS=="android" | 713 }], # OS=="android" |
| 714 ] | 714 ] |
| 715 } | 715 } |
| OLD | NEW |