Commit ddec0b5b authored by avi@chromium.org's avatar avi@chromium.org

Add pak files to the isolate.

BUG=410411
TEST=no visible change

Review URL: https://codereview.chromium.org/655613002

git-svn-id: svn://svn.chromium.org/blink/trunk@183631 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4fa3cc35
......@@ -32,6 +32,9 @@
'conditions': [
['OS=="android"', {
'variables': {
'files' : [
'<(PRODUCT_DIR)/content_shell.pak',
],
'isolate_dependency_tracked': [
],
'isolate_dependency_untracked': [
......
......@@ -139,6 +139,7 @@
'type': 'none',
'dependencies': [
'<(DEPTH)/base/base.gyp:base_java',
'<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_pak',
'<(DEPTH)/net/net.gyp:net_java',
'webkit_unit_tests',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment