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 2545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2556 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', | 2556 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', |
2557 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework
', | 2557 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework
', |
2558 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2558 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
2559 ], | 2559 ], |
2560 # CoreImage is iOS 5+, but iOS 4.3 is still supported. | 2560 # CoreImage is iOS 5+, but iOS 4.3 is still supported. |
2561 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, | 2561 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, |
2562 }, | 2562 }, |
2563 }], | 2563 }], |
2564 ['OS=="win" or OS=="mac"', { | 2564 ['OS=="win" or OS=="mac"', { |
2565 'sources': [ | 2565 'sources': [ |
| 2566 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
| 2567 'browser/media_galleries/fileapi/file_path_watcher_util.h', |
2566 'browser/media_galleries/fileapi/itunes_data_provider.cc', | 2568 'browser/media_galleries/fileapi/itunes_data_provider.cc', |
2567 'browser/media_galleries/fileapi/itunes_data_provider.h', | 2569 'browser/media_galleries/fileapi/itunes_data_provider.h', |
2568 'browser/media_galleries/fileapi/itunes_file_util.cc', | 2570 'browser/media_galleries/fileapi/itunes_file_util.cc', |
2569 'browser/media_galleries/fileapi/itunes_file_util.h', | 2571 'browser/media_galleries/fileapi/itunes_file_util.h', |
2570 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc', | 2572 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc', |
2571 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h', | 2573 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h', |
2572 'browser/media_galleries/fileapi/picasa/picasa_file_util.cc', | 2574 'browser/media_galleries/fileapi/picasa/picasa_file_util.cc', |
2573 'browser/media_galleries/fileapi/picasa/picasa_file_util.h', | 2575 'browser/media_galleries/fileapi/picasa/picasa_file_util.h', |
2574 'browser/media_galleries/fileapi/safe_itunes_library_parser.cc', | 2576 'browser/media_galleries/fileapi/safe_itunes_library_parser.cc', |
2575 'browser/media_galleries/fileapi/safe_itunes_library_parser.h', | 2577 'browser/media_galleries/fileapi/safe_itunes_library_parser.h', |
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3559 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3561 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3560 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3562 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3561 }, | 3563 }, |
3562 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3564 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3563 }, | 3565 }, |
3564 ], | 3566 ], |
3565 }, | 3567 }, |
3566 ], | 3568 ], |
3567 ], | 3569 ], |
3568 } | 3570 } |
OLD | NEW |