| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
| 9 'use_cras%': 0, | 9 'use_cras%': 0, |
| 10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'media_features', | 76 'media_features', |
| 77 '../base/base.gyp:base', | 77 '../base/base.gyp:base', |
| 78 '../base/base.gyp:base_i18n', | 78 '../base/base.gyp:base_i18n', |
| 79 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 79 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 80 '../crypto/crypto.gyp:crypto', | 80 '../crypto/crypto.gyp:crypto', |
| 81 '../gpu/gpu.gyp:command_buffer_common', | 81 '../gpu/gpu.gyp:command_buffer_common', |
| 82 '../skia/skia.gyp:skia', | 82 '../skia/skia.gyp:skia', |
| 83 '../third_party/libwebm/libwebm.gyp:libwebm', | 83 '../third_party/libwebm/libwebm.gyp:libwebm', |
| 84 '../third_party/libyuv/libyuv.gyp:libyuv', | 84 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 85 '../third_party/opus/opus.gyp:opus', | 85 '../third_party/opus/opus.gyp:opus', |
| 86 '../ui/display/display.gyp:display', |
| 86 '../ui/events/events.gyp:events_base', | 87 '../ui/events/events.gyp:events_base', |
| 87 '../ui/gfx/gfx.gyp:gfx', | 88 '../ui/gfx/gfx.gyp:gfx', |
| 88 '../ui/gfx/gfx.gyp:gfx_geometry', | 89 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 89 '../url/url.gyp:url_lib', | 90 '../url/url.gyp:url_lib', |
| 90 'shared_memory_support', | 91 'shared_memory_support', |
| 91 ], | 92 ], |
| 92 'export_dependent_settings': [ | 93 'export_dependent_settings': [ |
| 93 '../third_party/libwebm/libwebm.gyp:libwebm', | 94 '../third_party/libwebm/libwebm.gyp:libwebm', |
| 94 '../third_party/opus/opus.gyp:opus', | 95 '../third_party/opus/opus.gyp:opus', |
| 95 ], | 96 ], |
| (...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2281 'dependencies': [ | 2282 'dependencies': [ |
| 2282 '../build/linux/system.gyp:libdrm', | 2283 '../build/linux/system.gyp:libdrm', |
| 2283 ] | 2284 ] |
| 2284 }], | 2285 }], |
| 2285 ], | 2286 ], |
| 2286 } | 2287 } |
| 2287 ] | 2288 ] |
| 2288 }], | 2289 }], |
| 2289 ], | 2290 ], |
| 2290 } | 2291 } |
| OLD | NEW |