Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index e2f0a7d8921c8d3415df5ab6903d6708ed819ed2..122c550a621f2557b97104f3f128629c24b2b76c 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -784,10 +784,15 @@ |
| ], |
| 'sources': [ |
| 'third_party/symbolize/symbolize.cc', |
|
M-A Ruel
2011/11/07 16:22:47
Please keep in order.
ensonic
2011/11/07 16:48:06
sorted the files.
|
| + 'third_party/symbolize/symbolize.h', |
| 'third_party/symbolize/demangle.cc', |
| - ], |
| - 'include_dirs': [ |
| - '..', |
| + 'third_party/symbolize/demangle.h', |
| + 'third_party/symbolize/utilities.h', |
| + 'third_party/symbolize/config.h', |
| + # WTF: logging.h is empty, raw_logging #defines a stub that is used just one |
|
M-A Ruel
2011/11/07 16:22:47
It's probably so base/logging.h is not used? You s
ensonic
2011/11/07 16:48:06
Lets keep the files. That probably makes updating
|
| + # can we remove those two files? |
| + 'third_party/symbolize/glog/logging.h', |
| + 'third_party/symbolize/glog/raw_logging.h', |
| ], |
| }, |
| { |