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

Unified Diff: build/common.gypi

Issue 149367: Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 302a531d652377cd9c457f8a6477cec89b113e31..af0740854d010929473ecbb777bf2b27959eb02d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -80,7 +80,7 @@
# ~/.gyp/include.gypi .
'toolkit_views%': 0,
- 'linux2%': 0,
+ 'chromeos%': 0,
'chrome_personalization%': 0,
},
@@ -99,8 +99,8 @@
['toolkit_views==1', {
'defines': ['TOOLKIT_VIEWS=1'],
}],
- ['linux2==1', {
- 'defines': ['LINUX2=1'],
+ ['chromeos==1', {
+ 'defines': ['OS_CHROMEOS=1'],
}],
['chrome_personalization==1', {
'defines': ['CHROME_PERSONALIZATION=1'],
« no previous file with comments | « no previous file | chrome/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698