| 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 'conditions': [ | 6 'conditions': [ |
| 7 ['sysroot!=""', { | 7 ['sysroot!=""', { |
| 8 'variables': { | 8 'variables': { |
| 9 'pkg-config': './pkg-config-wrapper "<(sysroot)"', | 9 'pkg-config': './pkg-config-wrapper "<(sysroot)"', |
| 10 }, | 10 }, |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 # }, | 247 # }, |
| 248 # 'link_settings': { | 248 # 'link_settings': { |
| 249 # 'ldflags': [ | 249 # 'ldflags': [ |
| 250 # '<!@(<(pkg-config) --libs-only-L --libs-only-other gnome-keyring-1)'
, | 250 # '<!@(<(pkg-config) --libs-only-L --libs-only-other gnome-keyring-1)'
, |
| 251 # ], | 251 # ], |
| 252 # 'libraries': [ | 252 # 'libraries': [ |
| 253 # '<!@(<(pkg-config) --libs-only-l gnome-keyring-1)', | 253 # '<!@(<(pkg-config) --libs-only-l gnome-keyring-1)', |
| 254 # ], | 254 # ], |
| 255 # }, | 255 # }, |
| 256 # }, | 256 # }, |
| 257 # { | 257 { |
| 258 # 'target_name': 'dbus-glib', | 258 'target_name': 'dbus-glib', |
| 259 # 'type': 'settings', | 259 'type': 'settings', |
| 260 # 'direct_dependent_settings': { | 260 'direct_dependent_settings': { |
| 261 # 'cflags': [ | 261 'cflags': [ |
| 262 # '<!@(<(pkg-config) --cflags dbus-glib-1)', | 262 '<!@(<(pkg-config) --cflags dbus-glib-1)', |
| 263 # ], | 263 ], |
| 264 # }, | 264 }, |
| 265 # 'link_settings': { | 265 'link_settings': { |
| 266 # 'ldflags': [ | 266 'ldflags': [ |
| 267 # '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-glib-1)', | 267 '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-glib-1)', |
| 268 # ], | 268 ], |
| 269 # 'libraries': [ | 269 'libraries': [ |
| 270 # '<!@(<(pkg-config) --libs-only-l dbus-glib-1)', | 270 '<!@(<(pkg-config) --libs-only-l dbus-glib-1)', |
| 271 # ], | 271 ], |
| 272 # }, | 272 }, |
| 273 # }, | 273 }, |
| 274 ], | 274 ], |
| 275 } | 275 } |
| 276 | 276 |
| 277 # Local Variables: | 277 # Local Variables: |
| 278 # tab-width:2 | 278 # tab-width:2 |
| 279 # indent-tabs-mode:nil | 279 # indent-tabs-mode:nil |
| 280 # End: | 280 # End: |
| 281 # vim: set expandtab tabstop=2 shiftwidth=2: | 281 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |