summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2015-05-28 11:23:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-28 18:24:00 +0000
commitc48fd0209655108ac33716ede56109724f839bc9 (patch)
tree85cda3e0081024c5141d21a8e59a7bc195b20bff /cc/cc.gyp
parentbc4f7fa505a2d59a434d8a164043210a960d9be9 (diff)
downloadchromium_src-c48fd0209655108ac33716ede56109724f839bc9.zip
chromium_src-c48fd0209655108ac33716ede56109724f839bc9.tar.gz
chromium_src-c48fd0209655108ac33716ede56109724f839bc9.tar.bz2
cc: Move RoundUp and RoundDown out of util.h into math_util.h
This patch merges util.h into math_util.h since the only two functions in there are math functions. R=danakj CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1161553012 Cr-Commit-Position: refs/heads/master@{#331823}
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index da4c7a1..4bb2f88 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -92,7 +92,6 @@
'base/time_util.h',
'base/unique_notifier.cc',
'base/unique_notifier.h',
- 'base/util.h',
'debug/benchmark_instrumentation.cc',
'debug/benchmark_instrumentation.h',
'debug/debug_colors.cc',