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

Side by Side Diff: content/content_common.gypi

Issue 11093080: <webview>: First stab at implementing media permission request for guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guard name. Created 7 years, 10 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 # 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'common/android/surface_texture_listener.h', 123 'common/android/surface_texture_listener.h',
124 'common/android/surface_texture_peer.cc', 124 'common/android/surface_texture_peer.cc',
125 'common/android/surface_texture_peer.h', 125 'common/android/surface_texture_peer.h',
126 'common/android/trace_event_binding.cc', 126 'common/android/trace_event_binding.cc',
127 'common/android/trace_event_binding.h', 127 'common/android/trace_event_binding.h',
128 'common/appcache/appcache_backend_proxy.cc', 128 'common/appcache/appcache_backend_proxy.cc',
129 'common/appcache/appcache_backend_proxy.h', 129 'common/appcache/appcache_backend_proxy.h',
130 'common/appcache/appcache_dispatcher.cc', 130 'common/appcache/appcache_dispatcher.cc',
131 'common/appcache/appcache_dispatcher.h', 131 'common/appcache/appcache_dispatcher.h',
132 'common/appcache_messages.h', 132 'common/appcache_messages.h',
133 'common/browser_plugin_message_enums.h',
133 'common/browser_plugin_messages.h', 134 'common/browser_plugin_messages.h',
134 'common/cc_messages.cc', 135 'common/cc_messages.cc',
135 'common/cc_messages.h', 136 'common/cc_messages.h',
136 'common/child_histogram_message_filter.cc', 137 'common/child_histogram_message_filter.cc',
137 'common/child_histogram_message_filter.h', 138 'common/child_histogram_message_filter.h',
138 'common/child_process.cc', 139 'common/child_process.cc',
139 'common/child_process.h', 140 'common/child_process.h',
140 'common/child_process_host_impl.cc', 141 'common/child_process_host_impl.cc',
141 'common/child_process_host_impl.h', 142 'common/child_process_host_impl.h',
142 'common/child_process_messages.h', 143 'common/child_process_messages.h',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 575 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
575 '<(output)', 576 '<(output)',
576 '<(PRODUCT_DIR)', 577 '<(PRODUCT_DIR)',
577 ], 578 ],
578 'msvs_cygwin_shell': 1, 579 'msvs_cygwin_shell': 1,
579 }, 580 },
580 ] 581 ]
581 }], 582 }],
582 ], 583 ],
583 } 584 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698