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

Side by Side Diff: chrome/chrome_common.gypi

Issue 151713003: Clean up dependencies on X11 libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos=1 links Created 6 years, 10 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 ['toolkit_uses_gtk == 1', { 494 ['toolkit_uses_gtk == 1', {
495 'dependencies': [ 495 'dependencies': [
496 '../build/linux/system.gyp:gtk', 496 '../build/linux/system.gyp:gtk',
497 '../build/linux/system.gyp:x11', 497 '../build/linux/system.gyp:x11',
498 '../build/linux/system.gyp:xrender', 498 '../build/linux/system.gyp:xrender',
499 '../build/linux/system.gyp:xext', 499 '../build/linux/system.gyp:xext',
500 ], 500 ],
501 'export_dependent_settings': [ 501 'export_dependent_settings': [
502 '../third_party/sqlite/sqlite.gyp:sqlite', 502 '../third_party/sqlite/sqlite.gyp:sqlite',
503 ], 503 ],
504 'link_settings': {
505 'libraries': [
506 '-lXss',
507 ],
508 },
509 }], 504 }],
510 ['chromeos==1', { 505 ['chromeos==1', {
511 'sources!': [ 506 'sources!': [
512 'common/chrome_version_info_linux.cc', 507 'common/chrome_version_info_linux.cc',
513 ], 508 ],
514 }], 509 }],
515 ['OS=="mac"', { 510 ['OS=="mac"', {
516 'dependencies': [ 511 'dependencies': [
517 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 512 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
518 '../third_party/mach_override/mach_override.gyp:mach_override', 513 '../third_party/mach_override/mach_override.gyp:mach_override',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'common/metrics/proto/user_action_event.proto', 742 'common/metrics/proto/user_action_event.proto',
748 ], 743 ],
749 'variables': { 744 'variables': {
750 'proto_in_dir': 'common/metrics/proto', 745 'proto_in_dir': 'common/metrics/proto',
751 'proto_out_dir': 'chrome/common/metrics/proto', 746 'proto_out_dir': 'chrome/common/metrics/proto',
752 }, 747 },
753 'includes': [ '../build/protoc.gypi' ], 748 'includes': [ '../build/protoc.gypi' ],
754 }, 749 },
755 ], 750 ],
756 } 751 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698