Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 5218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5229 '../third_party/expat/expat.gyp:expat', | 5229 '../third_party/expat/expat.gyp:expat', |
| 5230 '../third_party/libjingle/libjingle.gyp:libjingle', | 5230 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 5231 'sync_proto', | 5231 'sync_proto', |
| 5232 ], | 5232 ], |
| 5233 'conditions': [ | 5233 'conditions': [ |
| 5234 ['OS=="linux"', { | 5234 ['OS=="linux"', { |
| 5235 'defines': [ | 5235 'defines': [ |
| 5236 'POSIX', | 5236 'POSIX', |
| 5237 'OS_LINUX', | 5237 'OS_LINUX', |
| 5238 ], | 5238 ], |
| 5239 'sources!': [ | |
| 5240 'browser/sync/notifier/base/network_status_detector_task_mt.cc', | |
|
Evan Martin
2009/10/30 19:59:27
Will this break ChromeOS?
piman
2009/10/30 20:09:27
I don't think so, why ? That file conflicts with n
| |
| 5241 ], | |
| 5239 'dependencies': [ | 5242 'dependencies': [ |
| 5240 '../build/linux/system.gyp:gtk' | 5243 '../build/linux/system.gyp:gtk' |
| 5241 ], | 5244 ], |
| 5242 }], | 5245 }], |
| 5243 ], | 5246 ], |
| 5244 }, | 5247 }, |
| 5245 { | 5248 { |
| 5246 'target_name': 'sync_unit_tests', | 5249 'target_name': 'sync_unit_tests', |
| 5247 'type': 'executable', | 5250 'type': 'executable', |
| 5248 'sources': [ | 5251 'sources': [ |
| (...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6966 ] | 6969 ] |
| 6967 }], | 6970 }], |
| 6968 ], # 'conditions' | 6971 ], # 'conditions' |
| 6969 } | 6972 } |
| 6970 | 6973 |
| 6971 # Local Variables: | 6974 # Local Variables: |
| 6972 # tab-width:2 | 6975 # tab-width:2 |
| 6973 # indent-tabs-mode:nil | 6976 # indent-tabs-mode:nil |
| 6974 # End: | 6977 # End: |
| 6975 # vim: set expandtab tabstop=2 shiftwidth=2: | 6978 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |