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

Unified Diff: base/base.gypi

Issue 7480016: Add AutoJObject and AutoGlobalJObject (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed nitts Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« base/android/auto_jobject.h ('K') | « base/android/auto_jobject.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
'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',
« base/android/auto_jobject.h ('K') | « base/android/auto_jobject.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698