| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'lastchange_path': '../build/util/LASTCHANGE', | 7 'lastchange_path': '../build/util/LASTCHANGE', |
| 8 'libpeer_target_type%': 'static_library', | 8 'libpeer_target_type%': 'static_library', |
| 9 'branding_dir': 'app/theme/<(branding_path_component)', | 9 'branding_dir': 'app/theme/<(branding_path_component)', |
| 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', | 10 'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component
)', |
| (...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 'installer/gcapi_mac/gcapi.h', | 1040 'installer/gcapi_mac/gcapi.h', |
| 1041 'installer/gcapi_mac/gcapi.mm', | 1041 'installer/gcapi_mac/gcapi.mm', |
| 1042 ], | 1042 ], |
| 1043 'link_settings': { | 1043 'link_settings': { |
| 1044 'libraries': [ | 1044 'libraries': [ |
| 1045 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | 1045 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 1046 ], | 1046 ], |
| 1047 }, | 1047 }, |
| 1048 'xcode_settings': { | 1048 'xcode_settings': { |
| 1049 'ARCHS': [ 'i386', 'x86_64' ], | 1049 'ARCHS': [ 'i386', 'x86_64' ], |
| 1050 'MACOSX_DEPLOYMENT_TARGET': '10.4', | 1050 'MACOSX_DEPLOYMENT_TARGET': '10.5', |
| 1051 'GCC_ENABLE_OBJC_GC': 'supported', | 1051 'GCC_ENABLE_OBJC_GC': 'supported', |
| 1052 }, | 1052 }, |
| 1053 }, | 1053 }, |
| 1054 { | 1054 { |
| 1055 'target_name': 'gcapi_example', | 1055 'target_name': 'gcapi_example', |
| 1056 'type': 'executable', | 1056 'type': 'executable', |
| 1057 'dependencies': [ | 1057 'dependencies': [ |
| 1058 'gcapi_lib', | 1058 'gcapi_lib', |
| 1059 ], | 1059 ], |
| 1060 'include_dirs': [ | 1060 'include_dirs': [ |
| 1061 '..', | 1061 '..', |
| 1062 ], | 1062 ], |
| 1063 'sources': [ | 1063 'sources': [ |
| 1064 'installer/gcapi_mac/gcapi_example_client.mm', | 1064 'installer/gcapi_mac/gcapi_example_client.mm', |
| 1065 ], | 1065 ], |
| 1066 }, | 1066 }, |
| 1067 ], # targets | 1067 ], # targets |
| 1068 }], # OS=="mac" | 1068 }], # OS=="mac" |
| 1069 ], | 1069 ], |
| 1070 } | 1070 } |
| OLD | NEW |