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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'dependencies': [ | 282 'dependencies': [ |
283 'browser/devtools/devtools_resources.gyp:devtools_resources', | 283 'browser/devtools/devtools_resources.gyp:devtools_resources', |
284 'content_resources.gyp:content_resources', | 284 'content_resources.gyp:content_resources', |
285 'content_shell_resources', | 285 'content_shell_resources', |
286 '<(DEPTH)/net/net.gyp:net_resources', | 286 '<(DEPTH)/net/net.gyp:net_resources', |
287 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 287 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
288 '<(DEPTH)/ui/ui.gyp:ui_resources', | 288 '<(DEPTH)/ui/ui.gyp:ui_resources', |
289 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 289 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
290 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 290 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |
291 ], | 291 ], |
| 292 'conditions': [ |
| 293 ['OS=="android"', { |
| 294 'dependencies!': [ |
| 295 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 296 ], |
| 297 }], |
| 298 ], |
292 'variables': { | 299 'variables': { |
293 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', | 300 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |
294 }, | 301 }, |
295 'actions': [ | 302 'actions': [ |
296 { | 303 { |
297 'action_name': 'repack_content_shell_pack', | 304 'action_name': 'repack_content_shell_pack', |
298 'variables': { | 305 'variables': { |
299 'pak_inputs': [ | 306 'pak_inputs': [ |
300 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 307 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
301 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', | 308 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', |
302 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 309 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
303 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett
ings_en-US.pak', | 310 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett
ings_en-US.pak', |
304 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', | 311 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce
nt.pak', |
305 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', | 312 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', |
306 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', | 313 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', |
307 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | |
308 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', | 314 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', |
309 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 315 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
310 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', | 316 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |
311 ], | 317 ], |
| 318 'conditions': [ |
| 319 ['OS!="android"', { |
| 320 'pak_inputs': [ |
| 321 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', |
| 322 ], |
| 323 }], |
| 324 ], |
312 }, | 325 }, |
313 'inputs': [ | 326 'inputs': [ |
314 '<(repack_path)', | 327 '<(repack_path)', |
315 '<@(pak_inputs)', | 328 '<@(pak_inputs)', |
316 ], | 329 ], |
317 'action': ['python', '<(repack_path)', '<@(_outputs)', | 330 'action': ['python', '<(repack_path)', '<@(_outputs)', |
318 '<@(pak_inputs)'], | 331 '<@(pak_inputs)'], |
319 'conditions': [ | 332 'conditions': [ |
320 ['OS!="android"', { | 333 ['OS!="android"', { |
321 'outputs': [ | 334 'outputs': [ |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 'native_lib_target': 'libcontent_shell_content_view', | 716 'native_lib_target': 'libcontent_shell_content_view', |
704 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 717 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
705 'asset_location': '<(ant_build_out)/content_shell/assets', | 718 'asset_location': '<(ant_build_out)/content_shell/assets', |
706 }, | 719 }, |
707 'includes': [ '../build/java_apk.gypi' ], | 720 'includes': [ '../build/java_apk.gypi' ], |
708 }, | 721 }, |
709 ], | 722 ], |
710 }], # OS=="android" | 723 }], # OS=="android" |
711 ] | 724 ] |
712 } | 725 } |
OLD | NEW |