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

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

Issue 7978007: Revert 102005 - aura: Explicitly disable GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « build/common.gypi ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-glib-1)', 461 '<!@(<(pkg-config) --libs-only-L --libs-only-other dbus-glib-1)',
462 ], 462 ],
463 'libraries': [ 463 'libraries': [
464 '<!@(<(pkg-config) --libs-only-l dbus-glib-1)', 464 '<!@(<(pkg-config) --libs-only-l dbus-glib-1)',
465 ], 465 ],
466 }, 466 },
467 }, 467 },
468 { 468 {
469 'target_name': 'glib', 469 'target_name': 'glib',
470 'type': 'settings', 470 'type': 'settings',
471 'toolsets': ['host', 'target'],
472 'direct_dependent_settings': { 471 'direct_dependent_settings': {
473 'cflags': [ 472 'cflags': [
474 '<!@(<(pkg-config) --cflags glib-2.0)', 473 '<!@(<(pkg-config) --cflags glib-2.0)',
475 ], 474 ],
476 }, 475 },
477 'link_settings': { 476 'link_settings': {
478 'ldflags': [ 477 'ldflags': [
479 '<!@(<(pkg-config) --libs-only-L --libs-only-other glib-2.0)', 478 '<!@(<(pkg-config) --libs-only-L --libs-only-other glib-2.0)',
480 ], 479 ],
481 'libraries': [ 480 'libraries': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 ], 535 ],
537 'libraries': [ 536 'libraries': [
538 '<!@(<(pkg-config) --libs-only-l wayland-client wayland-egl xkbcom mon)', 537 '<!@(<(pkg-config) --libs-only-l wayland-client wayland-egl xkbcom mon)',
539 ], 538 ],
540 }, 539 },
541 }], 540 }],
542 ], 541 ],
543 }, 542 },
544 ], 543 ],
545 } 544 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698