| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'includes': [ '../build/grit_action.gypi' ], | 239 'includes': [ '../build/grit_action.gypi' ], |
| 240 }, | 240 }, |
| 241 ], | 241 ], |
| 242 }, | 242 }, |
| 243 { | 243 { |
| 244 # We build a minimal set of resources so WebKit in content_shell has | 244 # We build a minimal set of resources so WebKit in content_shell has |
| 245 # access to necessary resources. | 245 # access to necessary resources. |
| 246 'target_name': 'content_shell_pak', | 246 'target_name': 'content_shell_pak', |
| 247 'type': 'none', | 247 'type': 'none', |
| 248 'dependencies': [ | 248 'dependencies': [ |
| 249 'browser/devtools/devtools_resources.gyp:devtools_resources', | 249 'browser/debugger/devtools_resources.gyp:devtools_resources', |
| 250 'content_shell_resources', | 250 'content_shell_resources', |
| 251 '<(DEPTH)/ui/ui.gyp:ui_resources', | 251 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 252 ], | 252 ], |
| 253 'variables': { | 253 'variables': { |
| 254 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', | 254 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |
| 255 }, | 255 }, |
| 256 'actions': [ | 256 'actions': [ |
| 257 { | 257 { |
| 258 'action_name': 'repack_content_shell_pack', | 258 'action_name': 'repack_content_shell_pack', |
| 259 'variables': { | 259 'variables': { |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 'resource_dir': '../res', | 647 'resource_dir': '../res', |
| 648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 648 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
| 649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 649 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 650 }, | 650 }, |
| 651 'includes': [ '../build/java_apk.gypi' ], | 651 'includes': [ '../build/java_apk.gypi' ], |
| 652 }, | 652 }, |
| 653 ], | 653 ], |
| 654 }], # OS=="android" | 654 }], # OS=="android" |
| 655 ] | 655 ] |
| 656 } | 656 } |
| OLD | NEW |