Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index 2c789bf0a5eff6d80d7a81e23330148b3bea3709..d23ed46229ebd22d4bbd11b51d6299712c5d08ae 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -19,6 +19,10 @@ |
| 'third_party/icu/icu_utf.h', |
| 'third_party/nspr/prtime.cc', |
| 'third_party/nspr/prtime.h', |
| + 'android/auto_global_jobject.cc', |
| + 'android/auto_global_jobject.h', |
| + 'android/auto_jobject.cc', |
| + 'android/auto_jobject.h', |
|
michaelbai
2011/07/26 17:34:15
Above 4 lines might be in line 15.
michaelbai
2011/07/26 17:44:58
Sorry, you might correct.
|
| 'at_exit.cc', |
| 'at_exit.h', |
| 'atomic_ref_count.h', |
| @@ -411,6 +415,10 @@ |
| 'sources/': [ ['exclude', '^win/'] ], |
| }, |
| ], |
| + ['OS != "android"', { |
| + 'sources/': [ ['exclude', '^android/'] ], |
| + }, |
| + ], |
| [ 'OS == "win"', { |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/wtl/include', |