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 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2652 'common/extensions/api/api.gyp:api', | 2652 'common/extensions/api/api.gyp:api', |
2653 'debugger', | 2653 'debugger', |
2654 'installer_util', | 2654 'installer_util', |
2655 'sync_file_system_drive_proto', | 2655 'sync_file_system_drive_proto', |
2656 'sync_file_system_proto', | 2656 'sync_file_system_proto', |
2657 '../cc/cc.gyp:cc', | 2657 '../cc/cc.gyp:cc', |
2658 '../components/components.gyp:autofill_content_browser', | 2658 '../components/components.gyp:autofill_content_browser', |
2659 '../components/components.gyp:navigation_interception', | 2659 '../components/components.gyp:navigation_interception', |
2660 '../media/media.gyp:media', | 2660 '../media/media.gyp:media', |
2661 '../net/net.gyp:net_with_v8', | 2661 '../net/net.gyp:net_with_v8', |
2662 '../printing/printing.gyp:printing', | |
2663 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2662 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
2664 '../testing/perf/perf_test.gyp:*', | 2663 '../testing/perf/perf_test.gyp:*', |
2665 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2664 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2666 '../third_party/expat/expat.gyp:expat', | 2665 '../third_party/expat/expat.gyp:expat', |
2667 '../third_party/hunspell/hunspell.gyp:hunspell', | 2666 '../third_party/hunspell/hunspell.gyp:hunspell', |
2668 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2667 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2669 '../third_party/libusb/libusb.gyp:libusb', | 2668 '../third_party/libusb/libusb.gyp:libusb', |
2670 '../third_party/libyuv/libyuv.gyp:libyuv', | 2669 '../third_party/libyuv/libyuv.gyp:libyuv', |
2671 '../third_party/npapi/npapi.gyp:npapi', | 2670 '../third_party/npapi/npapi.gyp:npapi', |
2672 '../third_party/re2/re2.gyp:re2', | 2671 '../third_party/re2/re2.gyp:re2', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2706 'libraries': [ | 2705 'libraries': [ |
2707 '$(SDKROOT)/System/Library/Frameworks/CoreTelephony.framework', | 2706 '$(SDKROOT)/System/Library/Frameworks/CoreTelephony.framework', |
2708 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', | 2707 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', |
2709 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework
', | 2708 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework
', |
2710 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2709 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
2711 ], | 2710 ], |
2712 # CoreImage is iOS 5+, but iOS 4.3 is still supported. | 2711 # CoreImage is iOS 5+, but iOS 4.3 is still supported. |
2713 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, | 2712 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, |
2714 }, | 2713 }, |
2715 }], | 2714 }], |
| 2715 ['enable_printing!=0', { |
| 2716 'dependencies': [ |
| 2717 '../printing/printing.gyp:printing', |
| 2718 ], |
| 2719 }], |
2716 ['OS=="win" or OS=="mac"', { | 2720 ['OS=="win" or OS=="mac"', { |
2717 'sources': [ | 2721 'sources': [ |
2718 'browser/media_galleries/fileapi/iapps_data_provider.cc', | 2722 'browser/media_galleries/fileapi/iapps_data_provider.cc', |
2719 'browser/media_galleries/fileapi/iapps_data_provider.h', | 2723 'browser/media_galleries/fileapi/iapps_data_provider.h', |
2720 'browser/media_galleries/fileapi/file_path_watcher_util.cc', | 2724 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
2721 'browser/media_galleries/fileapi/file_path_watcher_util.h', | 2725 'browser/media_galleries/fileapi/file_path_watcher_util.h', |
2722 'browser/media_galleries/fileapi/itunes_data_provider.cc', | 2726 'browser/media_galleries/fileapi/itunes_data_provider.cc', |
2723 'browser/media_galleries/fileapi/itunes_data_provider.h', | 2727 'browser/media_galleries/fileapi/itunes_data_provider.h', |
2724 'browser/media_galleries/fileapi/itunes_file_util.cc', | 2728 'browser/media_galleries/fileapi/itunes_file_util.cc', |
2725 'browser/media_galleries/fileapi/itunes_file_util.h', | 2729 'browser/media_galleries/fileapi/itunes_file_util.h', |
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3737 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3741 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3738 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3742 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3739 }, | 3743 }, |
3740 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3744 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3741 }, | 3745 }, |
3742 ], | 3746 ], |
3743 }, | 3747 }, |
3744 ], | 3748 ], |
3745 ], | 3749 ], |
3746 } | 3750 } |
OLD | NEW |