Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23499006: Media Galleries API Picasa: Add file watch to invalidate database data on disk write. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2544 matching lines...) Expand 10 before | Expand all | Expand 10 after
2555 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', 2555 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
2556 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework ', 2556 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework ',
2557 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2557 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2558 ], 2558 ],
2559 # CoreImage is iOS 5+, but iOS 4.3 is still supported. 2559 # CoreImage is iOS 5+, but iOS 4.3 is still supported.
2560 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, 2560 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']},
2561 }, 2561 },
2562 }], 2562 }],
2563 ['OS=="win" or OS=="mac"', { 2563 ['OS=="win" or OS=="mac"', {
2564 'sources': [ 2564 'sources': [
2565 'browser/media_galleries/fileapi/file_path_watcher_util.cc',
2566 'browser/media_galleries/fileapi/file_path_watcher_util.h',
2565 'browser/media_galleries/fileapi/itunes_data_provider.cc', 2567 'browser/media_galleries/fileapi/itunes_data_provider.cc',
2566 'browser/media_galleries/fileapi/itunes_data_provider.h', 2568 'browser/media_galleries/fileapi/itunes_data_provider.h',
2567 'browser/media_galleries/fileapi/itunes_file_util.cc', 2569 'browser/media_galleries/fileapi/itunes_file_util.cc',
2568 'browser/media_galleries/fileapi/itunes_file_util.h', 2570 'browser/media_galleries/fileapi/itunes_file_util.h',
2569 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc', 2571 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc',
2570 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h', 2572 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h',
2571 'browser/media_galleries/fileapi/picasa/picasa_file_util.cc', 2573 'browser/media_galleries/fileapi/picasa/picasa_file_util.cc',
2572 'browser/media_galleries/fileapi/picasa/picasa_file_util.h', 2574 'browser/media_galleries/fileapi/picasa/picasa_file_util.h',
2573 'browser/media_galleries/fileapi/safe_itunes_library_parser.cc', 2575 'browser/media_galleries/fileapi/safe_itunes_library_parser.cc',
2574 'browser/media_galleries/fileapi/safe_itunes_library_parser.h', 2576 'browser/media_galleries/fileapi/safe_itunes_library_parser.h',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3558 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3560 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3559 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3561 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3560 }, 3562 },
3561 'includes': [ '../build/android/java_cpp_template.gypi' ], 3563 'includes': [ '../build/android/java_cpp_template.gypi' ],
3562 }, 3564 },
3563 ], 3565 ],
3564 }, 3566 },
3565 ], 3567 ],
3566 ], 3568 ],
3567 } 3569 }
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/picasa/picasa_finder.cc ('k') | chrome/common/media_galleries/picasa_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698