Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: build/linux/system.gyp

Issue 787003: First cut at implementing wifi bindigns for linux, using glib-dbus to Network... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/geolocation/empty_device_data_provider.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/geolocation/empty_device_data_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698