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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10784037: [cros] Implement WebM encoder/muxer for animated avatar capture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 8 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../third_party/cld/cld.gyp:cld', 50 '../third_party/cld/cld.gyp:cld',
51 '../third_party/expat/expat.gyp:expat', 51 '../third_party/expat/expat.gyp:expat',
52 '../third_party/hunspell/hunspell.gyp:hunspell', 52 '../third_party/hunspell/hunspell.gyp:hunspell',
53 '../third_party/icu/icu.gyp:icui18n', 53 '../third_party/icu/icu.gyp:icui18n',
54 '../third_party/icu/icu.gyp:icuuc', 54 '../third_party/icu/icu.gyp:icuuc',
55 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 55 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
56 '../third_party/libjingle/libjingle.gyp:libjingle', 56 '../third_party/libjingle/libjingle.gyp:libjingle',
57 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 57 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
58 '../third_party/libusb/libusb.gyp:libusb', 58 '../third_party/libusb/libusb.gyp:libusb',
59 '../third_party/libxml/libxml.gyp:libxml', 59 '../third_party/libxml/libxml.gyp:libxml',
60 '../third_party/libvpx/libvpx.gyp:libvpx',
61 '../third_party/libyuv/libyuv.gyp:libyuv',
60 '../third_party/npapi/npapi.gyp:npapi', 62 '../third_party/npapi/npapi.gyp:npapi',
61 '../third_party/zlib/zlib.gyp:zlib', 63 '../third_party/zlib/zlib.gyp:zlib',
62 '../ui/base/strings/ui_strings.gyp:ui_strings', 64 '../ui/base/strings/ui_strings.gyp:ui_strings',
63 '../ui/surface/surface.gyp:surface', 65 '../ui/surface/surface.gyp:surface',
64 '../ui/ui.gyp:ui', 66 '../ui/ui.gyp:ui',
65 '../ui/ui.gyp:ui_resources', 67 '../ui/ui.gyp:ui_resources',
66 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 68 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
67 '../v8/tools/gyp/v8.gyp:v8', 69 '../v8/tools/gyp/v8.gyp:v8',
68 '../webkit/support/webkit_support.gyp:appcache', 70 '../webkit/support/webkit_support.gyp:appcache',
69 '../webkit/support/webkit_support.gyp:blob', 71 '../webkit/support/webkit_support.gyp:blob',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'browser/chromeos/customization_document.h', 497 'browser/chromeos/customization_document.h',
496 'browser/chromeos/dbus/cros_dbus_service.cc', 498 'browser/chromeos/dbus/cros_dbus_service.cc',
497 'browser/chromeos/dbus/cros_dbus_service.h', 499 'browser/chromeos/dbus/cros_dbus_service.h',
498 'browser/chromeos/dbus/proxy_resolution_service_provider.cc', 500 'browser/chromeos/dbus/proxy_resolution_service_provider.cc',
499 'browser/chromeos/dbus/proxy_resolution_service_provider.h', 501 'browser/chromeos/dbus/proxy_resolution_service_provider.h',
500 'browser/chromeos/device_hierarchy_observer.h', 502 'browser/chromeos/device_hierarchy_observer.h',
501 'browser/chromeos/device_settings_provider.cc', 503 'browser/chromeos/device_settings_provider.cc',
502 'browser/chromeos/device_settings_provider.h', 504 'browser/chromeos/device_settings_provider.h',
503 'browser/chromeos/disks/disk_mount_manager.cc', 505 'browser/chromeos/disks/disk_mount_manager.cc',
504 'browser/chromeos/disks/disk_mount_manager.h', 506 'browser/chromeos/disks/disk_mount_manager.h',
507 'browser/chromeos/ebml_writer.cc',
508 'browser/chromeos/ebml_writer.h',
505 'browser/chromeos/enrollment_dialog_view.cc', 509 'browser/chromeos/enrollment_dialog_view.cc',
506 'browser/chromeos/enrollment_dialog_view.h', 510 'browser/chromeos/enrollment_dialog_view.h',
507 'browser/chromeos/enterprise_extension_observer.cc', 511 'browser/chromeos/enterprise_extension_observer.cc',
508 'browser/chromeos/enterprise_extension_observer.h', 512 'browser/chromeos/enterprise_extension_observer.h',
509 'browser/chromeos/extensions/bluetooth_event_router.cc', 513 'browser/chromeos/extensions/bluetooth_event_router.cc',
510 'browser/chromeos/extensions/bluetooth_event_router.h', 514 'browser/chromeos/extensions/bluetooth_event_router.h',
511 'browser/chromeos/extensions/echo_private_api.cc', 515 'browser/chromeos/extensions/echo_private_api.cc',
512 'browser/chromeos/extensions/echo_private_api.h', 516 'browser/chromeos/extensions/echo_private_api.h',
513 'browser/chromeos/extensions/file_browser_event_router.cc', 517 'browser/chromeos/extensions/file_browser_event_router.cc',
514 'browser/chromeos/extensions/file_browser_event_router.h', 518 'browser/chromeos/extensions/file_browser_event_router.h',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'browser/chromeos/upgrade_detector_chromeos.h', 907 'browser/chromeos/upgrade_detector_chromeos.h',
904 'browser/chromeos/version_loader.cc', 908 'browser/chromeos/version_loader.cc',
905 'browser/chromeos/version_loader.h', 909 'browser/chromeos/version_loader.h',
906 'browser/chromeos/view_ids.h', 910 'browser/chromeos/view_ids.h',
907 'browser/chromeos/web_socket_proxy.cc', 911 'browser/chromeos/web_socket_proxy.cc',
908 'browser/chromeos/web_socket_proxy.h', 912 'browser/chromeos/web_socket_proxy.h',
909 'browser/chromeos/web_socket_proxy_controller.cc', 913 'browser/chromeos/web_socket_proxy_controller.cc',
910 'browser/chromeos/web_socket_proxy_controller.h', 914 'browser/chromeos/web_socket_proxy_controller.h',
911 'browser/chromeos/web_socket_proxy_helper.cc', 915 'browser/chromeos/web_socket_proxy_helper.cc',
912 'browser/chromeos/web_socket_proxy_helper.h', 916 'browser/chromeos/web_socket_proxy_helper.h',
917 'browser/chromeos/webm_encoder.cc',
918 'browser/chromeos/webm_encoder.h',
913 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', 919 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
914 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', 920 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
915 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc', 921 'browser/chromeos/xinput_hierarchy_changed_event_listener_aura.cc',
916 'browser/command_observer.h', 922 'browser/command_observer.h',
917 'browser/command_updater.cc', 923 'browser/command_updater.cc',
918 'browser/command_updater.h', 924 'browser/command_updater.h',
919 'browser/component_updater/component_updater_configurator.cc', 925 'browser/component_updater/component_updater_configurator.cc',
920 'browser/component_updater/component_updater_configurator.h', 926 'browser/component_updater/component_updater_configurator.h',
921 'browser/component_updater/component_unpacker.cc', 927 'browser/component_updater/component_unpacker.cc',
922 'browser/component_updater/component_unpacker.h', 928 'browser/component_updater/component_unpacker.h',
(...skipping 4508 matching lines...) Expand 10 before | Expand all | Expand 10 after
5431 'browser/metrics/proto/study.proto', 5437 'browser/metrics/proto/study.proto',
5432 ], 5438 ],
5433 'variables': { 5439 'variables': {
5434 'proto_in_dir': 'browser/metrics/proto', 5440 'proto_in_dir': 'browser/metrics/proto',
5435 'proto_out_dir': 'chrome/browser/metrics/proto', 5441 'proto_out_dir': 'chrome/browser/metrics/proto',
5436 }, 5442 },
5437 'includes': [ '../build/protoc.gypi' ] 5443 'includes': [ '../build/protoc.gypi' ]
5438 }, 5444 },
5439 ], 5445 ],
5440 } 5446 }
OLDNEW
« chrome/browser/chromeos/webm_encoder.h ('K') | « chrome/browser/chromeos/webm_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698