| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'external_ozone_platforms': [], | 8 'external_ozone_platforms': [], |
| 9 'external_ozone_platform_files': [], | 9 'external_ozone_platform_files': [], |
| 10 'external_ozone_platform_deps': [], | 10 'external_ozone_platform_deps': [], |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 }, { # ozone_platform_test==0 | 119 }, { # ozone_platform_test==0 |
| 120 'sources/': [ | 120 'sources/': [ |
| 121 ['exclude', '^platform/test/'], | 121 ['exclude', '^platform/test/'], |
| 122 ] | 122 ] |
| 123 }], | 123 }], |
| 124 ['chromeos==1', { | 124 ['chromeos==1', { |
| 125 'dependencies': [ | 125 'dependencies': [ |
| 126 '<(DEPTH)/ui/display/display.gyp:display_types', | 126 '<(DEPTH)/ui/display/display.gyp:display_types', |
| 127 ], | 127 ], |
| 128 }], | 128 }], |
| 129 ['use_udev == 0', { |
| 130 'sources/': [ |
| 131 ['exclude', '_udev\\.(h|cc)$'], |
| 132 ], |
| 133 }], |
| 129 ] | 134 ] |
| 130 }, | 135 }, |
| 131 ], | 136 ], |
| 132 } | 137 } |
| OLD | NEW |