| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index c35b344c81e54ba7f449f7ec8d7d6f0d0890c7d2..d9eebc0a1a7111bb37ae26973a833452ea8dc20a 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',
|
| 'at_exit.cc',
|
| 'at_exit.h',
|
| 'atomic_ref_count.h',
|
| @@ -410,6 +414,10 @@
|
| 'sources/': [ ['exclude', '^win/'] ],
|
| },
|
| ],
|
| + ['OS != "android"', {
|
| + 'sources/': [ ['exclude', '^android/'] ],
|
| + },
|
| + ],
|
| [ 'OS == "win"', {
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/wtl/include',
|
|
|