diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 302a531..af07408 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'], |