| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'sources!': [ | 533 'sources!': [ |
| 534 'common/chrome_version_info_linux.cc', | 534 'common/chrome_version_info_linux.cc', |
| 535 ], | 535 ], |
| 536 }], | 536 }], |
| 537 ['OS=="mac"', { | 537 ['OS=="mac"', { |
| 538 'dependencies': [ | 538 'dependencies': [ |
| 539 '../third_party/mach_override/mach_override.gyp:mach_override', | 539 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 540 ], | 540 ], |
| 541 'include_dirs': [ | 541 'include_dirs': [ |
| 542 '<(DEPTH)/breakpad/src', | 542 '<(DEPTH)/breakpad/src', |
| 543 '../third_party/GTM', | 543 '../third_party/google_toolbox_for_mac', |
| 544 ], | 544 ], |
| 545 'sources!': [ | 545 'sources!': [ |
| 546 'common/child_process_logging_posix.cc', | 546 'common/child_process_logging_posix.cc', |
| 547 'common/chrome_version_info_posix.cc', | 547 'common/chrome_version_info_posix.cc', |
| 548 ], | 548 ], |
| 549 }], | 549 }], |
| 550 ['remoting==1', { | 550 ['remoting==1', { |
| 551 'dependencies': [ | 551 'dependencies': [ |
| 552 '../remoting/remoting.gyp:remoting_client_plugin', | 552 '../remoting/remoting.gyp:remoting_client_plugin', |
| 553 ], | 553 ], |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 'common/metrics/proto/user_action_event.proto', | 761 'common/metrics/proto/user_action_event.proto', |
| 762 ], | 762 ], |
| 763 'variables': { | 763 'variables': { |
| 764 'proto_in_dir': 'common/metrics/proto', | 764 'proto_in_dir': 'common/metrics/proto', |
| 765 'proto_out_dir': 'chrome/common/metrics/proto', | 765 'proto_out_dir': 'chrome/common/metrics/proto', |
| 766 }, | 766 }, |
| 767 'includes': [ '../build/protoc.gypi' ], | 767 'includes': [ '../build/protoc.gypi' ], |
| 768 }, | 768 }, |
| 769 ], | 769 ], |
| 770 } | 770 } |
| OLD | NEW |