Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Issue 10853009: Move hashmap.h and hashmap.cc from the 'bin' directory to 'platform' directory so that it can be us… (Closed)

Created:
8 years, 4 months ago by siva
Modified:
8 years, 4 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Move hashmap.h and hashmap.cc from the 'bin' directory to 'platform' directory so that it can be used from VM code too. Committed: https://code.google.com/p/dart/source/detail?r=10261

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -277 lines) Patch
M bin/builtin_impl_sources.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M bin/eventhandler_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M bin/eventhandler_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M bin/eventhandler_macos.h View 1 chunk +1 line, -1 line 0 comments Download
M bin/eventhandler_macos.cc View 1 chunk +1 line, -1 line 0 comments Download
D bin/hashmap.h View 1 chunk +0 lines, -76 lines 0 comments Download
D bin/hashmap.cc View 1 chunk +0 lines, -190 lines 0 comments Download
M bin/hashmap_test.cc View 1 chunk +1 line, -1 line 0 comments Download
A + platform/hashmap.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + platform/hashmap.cc View 1 chunk +1 line, -1 line 0 comments Download
M platform/platform_headers.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M platform/platform_sources.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
siva
8 years, 4 months ago (2012-08-03 22:10:55 UTC) #1
This change was already reviewed in another CL, I had to recreate the CL and
submit.

Moving looks good to me. I guess some cleanup to follow.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698