OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |