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

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: Addressed jam@'s comments 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'common/utility_messages.h', 340 'common/utility_messages.h',
342 'common/view_messages.h', 341 'common/view_messages.h',
343 'common/view_message_enums.h', 342 'common/view_message_enums.h',
344 'common/webplugin_geometry.cc', 343 'common/webplugin_geometry.cc',
345 'common/webplugin_geometry.h', 344 'common/webplugin_geometry.h',
346 'common/websocket.h', 345 'common/websocket.h',
347 'common/websocket_messages.h', 346 'common/websocket_messages.h',
348 'common/worker_messages.h', 347 'common/worker_messages.h',
349 'common/zygote_commands_linux.h', 348 'common/zygote_commands_linux.h',
350 'port/common/input_event_ack_state.h', 349 'port/common/input_event_ack_state.h',
350 'public/common/browser_plugin_message_enums.h',
351 'public/common/common_param_traits.cc', 351 'public/common/common_param_traits.cc',
352 'public/common/common_param_traits.h', 352 'public/common/common_param_traits.h',
353 'public/common/common_param_traits_macros.h', 353 'public/common/common_param_traits_macros.h',
354 'public/common/content_client.cc', 354 'public/common/content_client.cc',
355 'public/common/content_client.h', 355 'public/common/content_client.h',
356 'public/common/window_container_type.cc', 356 'public/common/window_container_type.cc',
357 'public/common/window_container_type.h', 357 'public/common/window_container_type.h',
358 ], 358 ],
359 'conditions': [ 359 'conditions': [
360 ['OS=="ios"', { 360 ['OS=="ios"', {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
565 '<(output)', 565 '<(output)',
566 '<(PRODUCT_DIR)', 566 '<(PRODUCT_DIR)',
567 ], 567 ],
568 'msvs_cygwin_shell': 1, 568 'msvs_cygwin_shell': 1,
569 }, 569 },
570 ] 570 ]
571 }], 571 }],
572 ], 572 ],
573 } 573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698