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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 ], | 522 ], |
523 }, | 523 }, |
524 }], | 524 }], |
525 ['chromeos==1', { | 525 ['chromeos==1', { |
526 'sources!': [ | 526 'sources!': [ |
527 'common/chrome_version_info_linux.cc', | 527 'common/chrome_version_info_linux.cc', |
528 ], | 528 ], |
529 }], | 529 }], |
530 ['OS=="mac"', { | 530 ['OS=="mac"', { |
531 'dependencies': [ | 531 'dependencies': [ |
| 532 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
532 '../third_party/mach_override/mach_override.gyp:mach_override', | 533 '../third_party/mach_override/mach_override.gyp:mach_override', |
533 ], | 534 ], |
534 'include_dirs': [ | 535 'include_dirs': [ |
535 '<(DEPTH)/breakpad/src', | 536 '<(DEPTH)/breakpad/src', |
536 '../third_party/GTM', | |
537 ], | 537 ], |
538 'sources!': [ | 538 'sources!': [ |
539 'common/child_process_logging_posix.cc', | 539 'common/child_process_logging_posix.cc', |
540 'common/chrome_version_info_posix.cc', | 540 'common/chrome_version_info_posix.cc', |
541 ], | 541 ], |
542 }], | 542 }], |
543 ['remoting==1', { | 543 ['remoting==1', { |
544 'dependencies': [ | 544 'dependencies': [ |
545 '../remoting/remoting.gyp:remoting_client_plugin', | 545 '../remoting/remoting.gyp:remoting_client_plugin', |
546 ], | 546 ], |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 'common/metrics/proto/user_action_event.proto', | 760 'common/metrics/proto/user_action_event.proto', |
761 ], | 761 ], |
762 'variables': { | 762 'variables': { |
763 'proto_in_dir': 'common/metrics/proto', | 763 'proto_in_dir': 'common/metrics/proto', |
764 'proto_out_dir': 'chrome/common/metrics/proto', | 764 'proto_out_dir': 'chrome/common/metrics/proto', |
765 }, | 765 }, |
766 'includes': [ '../build/protoc.gypi' ], | 766 'includes': [ '../build/protoc.gypi' ], |
767 }, | 767 }, |
768 ], | 768 ], |
769 } | 769 } |
OLD | NEW |