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

Side by Side Diff: chrome/chrome_common.gypi

Issue 250143002: Media Galleries API: Audio/Video attached pictures support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make blob_storage_host a content/public interface with a content-private impl Created 6 years, 7 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'common/mac/cfbundle_blocker.mm', 249 'common/mac/cfbundle_blocker.mm',
250 'common/mac/launchd.h', 250 'common/mac/launchd.h',
251 'common/mac/launchd.mm', 251 'common/mac/launchd.mm',
252 'common/mac/objc_method_swizzle.h', 252 'common/mac/objc_method_swizzle.h',
253 'common/mac/objc_method_swizzle.mm', 253 'common/mac/objc_method_swizzle.mm',
254 'common/mac/objc_zombie.h', 254 'common/mac/objc_zombie.h',
255 'common/mac/objc_zombie.mm', 255 'common/mac/objc_zombie.mm',
256 'common/media/webrtc_logging_messages.h', 256 'common/media/webrtc_logging_messages.h',
257 'common/media/webrtc_logging_message_data.cc', 257 'common/media/webrtc_logging_message_data.cc',
258 'common/media/webrtc_logging_message_data.h', 258 'common/media/webrtc_logging_message_data.h',
259 'common/media_galleries/metadata_types.h',
259 'common/metrics/caching_permuted_entropy_provider.cc', 260 'common/metrics/caching_permuted_entropy_provider.cc',
260 'common/metrics/caching_permuted_entropy_provider.h', 261 'common/metrics/caching_permuted_entropy_provider.h',
261 'common/metrics/metrics_log_base.cc', 262 'common/metrics/metrics_log_base.cc',
262 'common/metrics/metrics_log_base.h', 263 'common/metrics/metrics_log_base.h',
263 'common/metrics/metrics_log_manager.cc', 264 'common/metrics/metrics_log_manager.cc',
264 'common/metrics/metrics_log_manager.h', 265 'common/metrics/metrics_log_manager.h',
265 'common/metrics/metrics_service_base.cc', 266 'common/metrics/metrics_service_base.cc',
266 'common/metrics/metrics_service_base.h', 267 'common/metrics/metrics_service_base.h',
267 'common/metrics/variations/experiment_labels.cc', 268 'common/metrics/variations/experiment_labels.cc',
268 'common/metrics/variations/experiment_labels.h', 269 'common/metrics/variations/experiment_labels.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 }, { # OS == ios 392 }, { # OS == ios
392 'sources/': [ 393 'sources/': [
393 ['exclude', '^common/child_process_'], 394 ['exclude', '^common/child_process_'],
394 ['exclude', '^common/chrome_content_client\\.cc$'], 395 ['exclude', '^common/chrome_content_client\\.cc$'],
395 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 396 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
396 ['exclude', '^common/common_message_generator\\.cc$'], 397 ['exclude', '^common/common_message_generator\\.cc$'],
397 ['exclude', '^common/common_param_traits'], 398 ['exclude', '^common/common_param_traits'],
398 ['exclude', '^common/custom_handlers/'], 399 ['exclude', '^common/custom_handlers/'],
399 ['exclude', '^common/extensions/'], 400 ['exclude', '^common/extensions/'],
400 ['exclude', '^common/logging_chrome\\.'], 401 ['exclude', '^common/logging_chrome\\.'],
402 ['exclude', '^common/media_galleries/'],
401 ['exclude', '^common/multi_process_'], 403 ['exclude', '^common/multi_process_'],
402 ['exclude', '^common/nacl_'], 404 ['exclude', '^common/nacl_'],
403 ['exclude', '^common/pepper_flash\\.'], 405 ['exclude', '^common/pepper_flash\\.'],
404 ['exclude', '^common/profiling\\.'], 406 ['exclude', '^common/profiling\\.'],
405 ['exclude', '^common/service_process_util_'], 407 ['exclude', '^common/service_process_util_'],
406 ['exclude', '^common/spellcheck_'], 408 ['exclude', '^common/spellcheck_'],
407 ['exclude', '^common/validation_message_'], 409 ['exclude', '^common/validation_message_'],
408 ['exclude', '^common/web_apps\\.'], 410 ['exclude', '^common/web_apps\\.'],
409 # TODO(ios): Include files here as they are made to work; once 411 # TODO(ios): Include files here as they are made to work; once
410 # everything is online, remove everything below here and just 412 # everything is online, remove everything below here and just
(...skipping 25 matching lines...) Expand all
436 'common/local_discovery/service_discovery_client_impl.cc', 438 'common/local_discovery/service_discovery_client_impl.cc',
437 'common/local_discovery/service_discovery_client_impl.h', 439 'common/local_discovery/service_discovery_client_impl.h',
438 ] 440 ]
439 }], 441 }],
440 ['OS=="android"', { 442 ['OS=="android"', {
441 'sources/': [ 443 'sources/': [
442 ['exclude', '^common/chrome_version_info_posix.cc'], 444 ['exclude', '^common/chrome_version_info_posix.cc'],
443 ['exclude', '^common/importer/'], 445 ['exclude', '^common/importer/'],
444 ['include', '^common/importer/imported_favicon_usage.cc$'], 446 ['include', '^common/importer/imported_favicon_usage.cc$'],
445 ['include', '^common/importer/imported_favicon_usage.h$'], 447 ['include', '^common/importer/imported_favicon_usage.h$'],
448 ['exclude', '^common/media_galleries/'],
446 ['exclude', '^common/service_'], 449 ['exclude', '^common/service_'],
447 ], 450 ],
448 'sources!': [ 451 'sources!': [
449 'common/badge_util.cc', 452 'common/badge_util.cc',
450 'common/extensions/api/extension_action/browser_action_handler.cc', 453 'common/extensions/api/extension_action/browser_action_handler.cc',
451 'common/extensions/api/extension_action/page_action_handler.cc', 454 'common/extensions/api/extension_action/page_action_handler.cc',
452 'common/extensions/api/spellcheck/spellcheck_handler.cc', 455 'common/extensions/api/spellcheck/spellcheck_handler.cc',
453 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc', 456 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
454 'common/extensions/manifest_handlers/nacl_modules_handler.cc', 457 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
455 'common/icon_with_badge_image_source.cc', 458 'common/icon_with_badge_image_source.cc',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'common/metrics/proto/user_action_event.proto', 702 'common/metrics/proto/user_action_event.proto',
700 ], 703 ],
701 'variables': { 704 'variables': {
702 'proto_in_dir': 'common/metrics/proto', 705 'proto_in_dir': 'common/metrics/proto',
703 'proto_out_dir': 'chrome/common/metrics/proto', 706 'proto_out_dir': 'chrome/common/metrics/proto',
704 }, 707 },
705 'includes': [ '../build/protoc.gypi' ], 708 'includes': [ '../build/protoc.gypi' ],
706 }, 709 },
707 ], 710 ],
708 } 711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698