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

Side by Side Diff: content/content_common.gypi

Issue 21297005: <webview>: Refactor Permission API to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_permissions
Patch Set: Fixed some bugs Created 7 years, 4 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
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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'common/android/device_telephony_info.h', 117 'common/android/device_telephony_info.h',
118 'common/android/hash_set.cc', 118 'common/android/hash_set.cc',
119 'common/android/hash_set.h', 119 'common/android/hash_set.h',
120 'common/android/surface_texture_peer.cc', 120 'common/android/surface_texture_peer.cc',
121 'common/android/surface_texture_peer.h', 121 'common/android/surface_texture_peer.h',
122 'common/android/trace_event_binding.cc', 122 'common/android/trace_event_binding.cc',
123 'common/android/trace_event_binding.h', 123 'common/android/trace_event_binding.h',
124 'common/appcache_messages.h', 124 'common/appcache_messages.h',
125 'common/browser_plugin/browser_plugin_constants.cc', 125 'common/browser_plugin/browser_plugin_constants.cc',
126 'common/browser_plugin/browser_plugin_constants.h', 126 'common/browser_plugin/browser_plugin_constants.h',
127 'common/browser_plugin/browser_plugin_message_enums.h',
128 'common/browser_plugin/browser_plugin_messages.h', 127 'common/browser_plugin/browser_plugin_messages.h',
129 'common/browser_rendering_stats.cc', 128 'common/browser_rendering_stats.cc',
130 'common/browser_rendering_stats.h', 129 'common/browser_rendering_stats.h',
131 'common/cc_messages.cc', 130 'common/cc_messages.cc',
132 'common/cc_messages.h', 131 'common/cc_messages.h',
133 'common/child_process_host_impl.cc', 132 'common/child_process_host_impl.cc',
134 'common/child_process_host_impl.h', 133 'common/child_process_host_impl.h',
135 'common/child_process_messages.h', 134 'common/child_process_messages.h',
136 'common/child_process_sandbox_support_impl_linux.cc', 135 'common/child_process_sandbox_support_impl_linux.cc',
137 'common/child_process_sandbox_support_impl_linux.h', 136 'common/child_process_sandbox_support_impl_linux.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'common/utility_messages.h', 336 'common/utility_messages.h',
338 'common/view_messages.h', 337 'common/view_messages.h',
339 'common/view_message_enums.h', 338 'common/view_message_enums.h',
340 'common/webplugin_geometry.cc', 339 'common/webplugin_geometry.cc',
341 'common/webplugin_geometry.h', 340 'common/webplugin_geometry.h',
342 'common/websocket.h', 341 'common/websocket.h',
343 'common/websocket_messages.h', 342 'common/websocket_messages.h',
344 'common/worker_messages.h', 343 'common/worker_messages.h',
345 'common/zygote_commands_linux.h', 344 'common/zygote_commands_linux.h',
346 'port/common/input_event_ack_state.h', 345 'port/common/input_event_ack_state.h',
346 'public/common/browser_plugin/browser_plugin_message_enums.h',
347 'public/common/common_param_traits.cc', 347 'public/common/common_param_traits.cc',
348 'public/common/common_param_traits.h', 348 'public/common/common_param_traits.h',
349 'public/common/common_param_traits_macros.h', 349 'public/common/common_param_traits_macros.h',
350 'public/common/content_client.cc', 350 'public/common/content_client.cc',
351 'public/common/content_client.h', 351 'public/common/content_client.h',
352 'public/common/window_container_type.cc', 352 'public/common/window_container_type.cc',
353 'public/common/window_container_type.h', 353 'public/common/window_container_type.h',
354 ], 354 ],
355 'conditions': [ 355 'conditions': [
356 ['OS=="ios"', { 356 ['OS=="ios"', {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
566 '<(output)', 566 '<(output)',
567 '<(PRODUCT_DIR)', 567 '<(PRODUCT_DIR)',
568 ], 568 ],
569 'msvs_cygwin_shell': 1, 569 'msvs_cygwin_shell': 1,
570 }, 570 },
571 ] 571 ]
572 }], 572 }],
573 ], 573 ],
574 } 574 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698