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

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: remove a stray file 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'common/mac/cfbundle_blocker.mm', 246 'common/mac/cfbundle_blocker.mm',
247 'common/mac/launchd.h', 247 'common/mac/launchd.h',
248 'common/mac/launchd.mm', 248 'common/mac/launchd.mm',
249 'common/mac/objc_method_swizzle.h', 249 'common/mac/objc_method_swizzle.h',
250 'common/mac/objc_method_swizzle.mm', 250 'common/mac/objc_method_swizzle.mm',
251 'common/mac/objc_zombie.h', 251 'common/mac/objc_zombie.h',
252 'common/mac/objc_zombie.mm', 252 'common/mac/objc_zombie.mm',
253 'common/media/webrtc_logging_messages.h', 253 'common/media/webrtc_logging_messages.h',
254 'common/media/webrtc_logging_message_data.cc', 254 'common/media/webrtc_logging_message_data.cc',
255 'common/media/webrtc_logging_message_data.h', 255 'common/media/webrtc_logging_message_data.h',
256 'common/media_galleries/metadata_types.h',
256 'common/metrics/caching_permuted_entropy_provider.cc', 257 'common/metrics/caching_permuted_entropy_provider.cc',
257 'common/metrics/caching_permuted_entropy_provider.h', 258 'common/metrics/caching_permuted_entropy_provider.h',
258 'common/metrics/metrics_service_base.cc', 259 'common/metrics/metrics_service_base.cc',
259 'common/metrics/metrics_service_base.h', 260 'common/metrics/metrics_service_base.h',
260 'common/metrics/variations/experiment_labels.cc', 261 'common/metrics/variations/experiment_labels.cc',
261 'common/metrics/variations/experiment_labels.h', 262 'common/metrics/variations/experiment_labels.h',
262 'common/metrics/variations/uniformity_field_trials.cc', 263 'common/metrics/variations/uniformity_field_trials.cc',
263 'common/metrics/variations/uniformity_field_trials.h', 264 'common/metrics/variations/uniformity_field_trials.h',
264 'common/metrics/variations/variations_util.cc', 265 'common/metrics/variations/variations_util.cc',
265 'common/metrics/variations/variations_util.h', 266 'common/metrics/variations/variations_util.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 }, { # OS == ios 385 }, { # OS == ios
385 'sources/': [ 386 'sources/': [
386 ['exclude', '^common/child_process_'], 387 ['exclude', '^common/child_process_'],
387 ['exclude', '^common/chrome_content_client\\.cc$'], 388 ['exclude', '^common/chrome_content_client\\.cc$'],
388 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 389 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
389 ['exclude', '^common/common_message_generator\\.cc$'], 390 ['exclude', '^common/common_message_generator\\.cc$'],
390 ['exclude', '^common/common_param_traits'], 391 ['exclude', '^common/common_param_traits'],
391 ['exclude', '^common/custom_handlers/'], 392 ['exclude', '^common/custom_handlers/'],
392 ['exclude', '^common/extensions/'], 393 ['exclude', '^common/extensions/'],
393 ['exclude', '^common/logging_chrome\\.'], 394 ['exclude', '^common/logging_chrome\\.'],
395 ['exclude', '^common/media_galleries/'],
394 ['exclude', '^common/multi_process_'], 396 ['exclude', '^common/multi_process_'],
395 ['exclude', '^common/nacl_'], 397 ['exclude', '^common/nacl_'],
396 ['exclude', '^common/pepper_flash\\.'], 398 ['exclude', '^common/pepper_flash\\.'],
397 ['exclude', '^common/profiling\\.'], 399 ['exclude', '^common/profiling\\.'],
398 ['exclude', '^common/service_process_util_'], 400 ['exclude', '^common/service_process_util_'],
399 ['exclude', '^common/spellcheck_'], 401 ['exclude', '^common/spellcheck_'],
400 ['exclude', '^common/validation_message_'], 402 ['exclude', '^common/validation_message_'],
401 ['exclude', '^common/web_apps\\.'], 403 ['exclude', '^common/web_apps\\.'],
402 # TODO(ios): Include files here as they are made to work; once 404 # TODO(ios): Include files here as they are made to work; once
403 # everything is online, remove everything below here and just 405 # everything is online, remove everything below here and just
(...skipping 25 matching lines...) Expand all
429 'common/local_discovery/service_discovery_client_impl.cc', 431 'common/local_discovery/service_discovery_client_impl.cc',
430 'common/local_discovery/service_discovery_client_impl.h', 432 'common/local_discovery/service_discovery_client_impl.h',
431 ] 433 ]
432 }], 434 }],
433 ['OS=="android"', { 435 ['OS=="android"', {
434 'sources/': [ 436 'sources/': [
435 ['exclude', '^common/chrome_version_info_posix.cc'], 437 ['exclude', '^common/chrome_version_info_posix.cc'],
436 ['exclude', '^common/importer/'], 438 ['exclude', '^common/importer/'],
437 ['include', '^common/importer/imported_favicon_usage.cc$'], 439 ['include', '^common/importer/imported_favicon_usage.cc$'],
438 ['include', '^common/importer/imported_favicon_usage.h$'], 440 ['include', '^common/importer/imported_favicon_usage.h$'],
441 ['exclude', '^common/media_galleries/'],
439 ['exclude', '^common/service_'], 442 ['exclude', '^common/service_'],
440 ], 443 ],
441 'sources!': [ 444 'sources!': [
442 'common/badge_util.cc', 445 'common/badge_util.cc',
443 'common/extensions/api/extension_action/browser_action_handler.cc', 446 'common/extensions/api/extension_action/browser_action_handler.cc',
444 'common/extensions/api/extension_action/page_action_handler.cc', 447 'common/extensions/api/extension_action/page_action_handler.cc',
445 'common/extensions/api/spellcheck/spellcheck_handler.cc', 448 'common/extensions/api/spellcheck/spellcheck_handler.cc',
446 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc', 449 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
447 'common/extensions/manifest_handlers/nacl_modules_handler.cc', 450 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
448 'common/icon_with_badge_image_source.cc', 451 'common/icon_with_badge_image_source.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'common/metrics/proto/permuted_entropy_cache.proto', 688 'common/metrics/proto/permuted_entropy_cache.proto',
686 ], 689 ],
687 'variables': { 690 'variables': {
688 'proto_in_dir': 'common/metrics/proto', 691 'proto_in_dir': 'common/metrics/proto',
689 'proto_out_dir': 'chrome/common/metrics/proto', 692 'proto_out_dir': 'chrome/common/metrics/proto',
690 }, 693 },
691 'includes': [ '../build/protoc.gypi' ], 694 'includes': [ '../build/protoc.gypi' ],
692 }, 695 },
693 ], 696 ],
694 } 697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698