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

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 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2542 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', 2542 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework',
2543 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework ', 2543 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework ',
2544 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 2544 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
2545 ], 2545 ],
2546 # CoreImage is iOS 5+, but iOS 4.3 is still supported. 2546 # CoreImage is iOS 5+, but iOS 4.3 is still supported.
2547 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']}, 2547 'xcode_settings': {'OTHER_LDFLAGS': ['-weak_framework CoreImage']},
2548 }, 2548 },
2549 }], 2549 }],
2550 ['OS=="win" or OS=="mac"', { 2550 ['OS=="win" or OS=="mac"', {
2551 'sources': [ 2551 'sources': [
2552 'browser/media_galleries/fileapi/data_provider_helper.cc',
2553 'browser/media_galleries/fileapi/data_provider_helper.h',
2552 'browser/media_galleries/fileapi/itunes_data_provider.cc', 2554 'browser/media_galleries/fileapi/itunes_data_provider.cc',
2553 'browser/media_galleries/fileapi/itunes_data_provider.h', 2555 'browser/media_galleries/fileapi/itunes_data_provider.h',
2554 'browser/media_galleries/fileapi/itunes_file_util.cc', 2556 'browser/media_galleries/fileapi/itunes_file_util.cc',
2555 'browser/media_galleries/fileapi/itunes_file_util.h', 2557 'browser/media_galleries/fileapi/itunes_file_util.h',
2556 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc', 2558 'browser/media_galleries/fileapi/picasa/picasa_data_provider.cc',
2557 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h', 2559 'browser/media_galleries/fileapi/picasa/picasa_data_provider.h',
2558 'browser/media_galleries/fileapi/picasa/picasa_file_util.cc', 2560 'browser/media_galleries/fileapi/picasa/picasa_file_util.cc',
2559 'browser/media_galleries/fileapi/picasa/picasa_file_util.h', 2561 'browser/media_galleries/fileapi/picasa/picasa_file_util.h',
2560 'browser/media_galleries/fileapi/safe_itunes_library_parser.cc', 2562 'browser/media_galleries/fileapi/safe_itunes_library_parser.cc',
2561 'browser/media_galleries/fileapi/safe_itunes_library_parser.h', 2563 'browser/media_galleries/fileapi/safe_itunes_library_parser.h',
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
3507 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3509 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3508 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3510 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3509 }, 3511 },
3510 'includes': [ '../build/android/java_cpp_template.gypi' ], 3512 'includes': [ '../build/android/java_cpp_template.gypi' ],
3511 }, 3513 },
3512 ], 3514 ],
3513 }, 3515 },
3514 ], 3516 ],
3515 ], 3517 ],
3516 } 3518 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698