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

Unified Diff: base/base.gypi

Issue 9546013: Move IsRunningOnChromeOS to base/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos_version,sync,cleanup Created 8 years, 9 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
« no previous file with comments | « no previous file | base/chromeos/chromeos_version.h » ('j') | 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 c4df5b7e5eb59bd9e10cdd065ba9436edcbed206..0c556f1985532932fc706b5777699e3dab5cde94 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -62,6 +62,8 @@
'callback_internal.cc',
'callback_internal.h',
'cancelable_callback.h',
+ 'chromeos/chromeos_version.cc',
+ 'chromeos/chromeos_version.h',
'command_line.cc',
'command_line.h',
'compiler_specific.h',
@@ -549,6 +551,11 @@
['exclude', '^sys_info_linux\\.cc$'],
],
}],
+ [ 'chromeos != 1', {
+ 'sources/': [
+ ['exclude', '^chromeos/'],
+ ],
+ }],
],
}],
],
« no previous file with comments | « no previous file | base/chromeos/chromeos_version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698