Skip to content

Commit

Permalink
Drop dependency on base's allocator.gyp:allocator.
Browse files Browse the repository at this point in the history
This was added with the initial Crosswalk commit, and no longer seems to
be necessary.
  • Loading branch information
Raphael Kubo da Costa committed Feb 25, 2016
1 parent 4374c85 commit 904df07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xwalk.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,6 @@
'experimental/native_file_system/virtual_root_provider_linux.cc',
]
}], # OS=="linux"
['os_posix==1 and OS != "mac" and use_allocator=="tcmalloc"', {
'dependencies': [
# This is needed by content/app/content_main_runner.cc
'../base/allocator/allocator.gyp:allocator',
],
}], # os_posix==1 and OS != "mac" and use_allocator=="tcmalloc"
['toolkit_views==1', {
'dependencies': [
'../components/components.gyp:app_modal',
Expand Down

0 comments on commit 904df07

Please sign in to comment.