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 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2712 'libraries': [ | 2712 'libraries': [ |
2713 '$(SDKROOT)/System/Library/Frameworks/CoreTelephony.framework', | 2713 '$(SDKROOT)/System/Library/Frameworks/CoreTelephony.framework', |
2714 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', | 2714 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', |
2715 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework
', | 2715 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework
', |
2716 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2716 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
2717 ], | 2717 ], |
2718 # CoreImage is iOS 5+, but iOS 4.3 is still supported. | 2718 # CoreImage is iOS 5+, but iOS 4.3 is still supported. |
2719 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, | 2719 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, |
2720 }, | 2720 }, |
2721 }], | 2721 }], |
| 2722 ['use_mojo==1', { |
| 2723 'dependencies': [ |
| 2724 '../mojo/mojo.gyp:mojo_bindings', |
| 2725 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 2726 '../mojo/mojo.gyp:mojo_system', |
| 2727 '../mojo/mojo.gyp:mojo_system_impl', |
| 2728 ], |
| 2729 }], |
2722 ['enable_printing!=0', { | 2730 ['enable_printing!=0', { |
2723 'dependencies': [ | 2731 'dependencies': [ |
2724 '../printing/printing.gyp:printing', | 2732 '../printing/printing.gyp:printing', |
2725 ], | 2733 ], |
2726 }], | 2734 }], |
2727 ['OS=="win" or OS=="mac"', { | 2735 ['OS=="win" or OS=="mac"', { |
2728 'sources': [ | 2736 'sources': [ |
2729 'browser/media_galleries/fileapi/iapps_data_provider.cc', | 2737 'browser/media_galleries/fileapi/iapps_data_provider.cc', |
2730 'browser/media_galleries/fileapi/iapps_data_provider.h', | 2738 'browser/media_galleries/fileapi/iapps_data_provider.h', |
2731 'browser/media_galleries/fileapi/file_path_watcher_util.cc', | 2739 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3861 'package_name': 'org/chromium/chrome/browser', | 3869 'package_name': 'org/chromium/chrome/browser', |
3862 'template_deps': ['browser/android/tab_load_status.h'], | 3870 'template_deps': ['browser/android/tab_load_status.h'], |
3863 }, | 3871 }, |
3864 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3872 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3865 }, | 3873 }, |
3866 ], | 3874 ], |
3867 }, | 3875 }, |
3868 ], | 3876 ], |
3869 ], | 3877 ], |
3870 } | 3878 } |
OLD | NEW |