OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2882 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 2882 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
2883 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 2883 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
2884 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', | 2884 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
2885 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 2885 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
2886 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', | 2886 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', |
2887 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 2887 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
2888 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2888 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
2889 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 2889 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
2890 ], | 2890 ], |
2891 }, | 2891 }, |
2892 'dependencies': [ | |
2893 '../third_party/icon_family/icon_family.gyp:icon_family', | |
2894 ], | |
2895 'sources': [ | 2892 'sources': [ |
2896 # Build the necessary GTM sources | 2893 # Build the necessary GTM sources |
2897 '../third_party/GTM/Foundation/GTMServiceManagement.h', | 2894 '../third_party/GTM/Foundation/GTMServiceManagement.h', |
2898 '../third_party/GTM/Foundation/GTMServiceManagement.c', | 2895 '../third_party/GTM/Foundation/GTMServiceManagement.c', |
2899 ], | 2896 ], |
2900 'include_dirs': [ | 2897 'include_dirs': [ |
2901 '../third_party/GTM', | 2898 '../third_party/GTM', |
2902 '../third_party/GTM/Foundation', | 2899 '../third_party/GTM/Foundation', |
2903 ], | 2900 ], |
2904 }], | 2901 }], |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3209 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3206 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3210 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3207 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3211 }, | 3208 }, |
3212 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3209 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3213 }, | 3210 }, |
3214 ], | 3211 ], |
3215 }, | 3212 }, |
3216 ], | 3213 ], |
3217 ], | 3214 ], |
3218 } | 3215 } |
OLD | NEW |