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

Side by Side Diff: content/content_browser.gypi

Issue 622793002: Group the different permission related methods in the content api. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'public/browser/notification_observer.h', 155 'public/browser/notification_observer.h',
156 'public/browser/notification_registrar.cc', 156 'public/browser/notification_registrar.cc',
157 'public/browser/notification_registrar.h', 157 'public/browser/notification_registrar.h',
158 'public/browser/notification_service.h', 158 'public/browser/notification_service.h',
159 'public/browser/notification_source.h', 159 'public/browser/notification_source.h',
160 'public/browser/notification_types.h', 160 'public/browser/notification_types.h',
161 'public/browser/overscroll_configuration.h', 161 'public/browser/overscroll_configuration.h',
162 'public/browser/page_navigator.cc', 162 'public/browser/page_navigator.cc',
163 'public/browser/page_navigator.h', 163 'public/browser/page_navigator.h',
164 'public/browser/pepper_flash_settings_helper.h', 164 'public/browser/pepper_flash_settings_helper.h',
165 'public/browser/permission_type.h',
165 'public/browser/plugin_data_remover.h', 166 'public/browser/plugin_data_remover.h',
166 'public/browser/plugin_service.h', 167 'public/browser/plugin_service.h',
167 'public/browser/plugin_service_filter.h', 168 'public/browser/plugin_service_filter.h',
168 'public/browser/power_save_blocker.h', 169 'public/browser/power_save_blocker.h',
169 'public/browser/profiler_controller.h', 170 'public/browser/profiler_controller.h',
170 'public/browser/profiler_subscriber.h', 171 'public/browser/profiler_subscriber.h',
171 'public/browser/push_messaging_service.h', 172 'public/browser/push_messaging_service.h',
172 'public/browser/quota_permission_context.h', 173 'public/browser/quota_permission_context.h',
173 'public/browser/render_frame_host.h', 174 'public/browser/render_frame_host.h',
174 'public/browser/render_process_host.h', 175 'public/browser/render_process_host.h',
(...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'sources': [ 1924 'sources': [
1924 'browser/media/cdm/browser_cdm_manager.cc', 1925 'browser/media/cdm/browser_cdm_manager.cc',
1925 'browser/media/cdm/browser_cdm_manager.h', 1926 'browser/media/cdm/browser_cdm_manager.h',
1926 # This works on Android because enable_browser_cdms==1 on Android. 1927 # This works on Android because enable_browser_cdms==1 on Android.
1927 'browser/media/media_web_contents_observer.cc', 1928 'browser/media/media_web_contents_observer.cc',
1928 'browser/media/media_web_contents_observer.h', 1929 'browser/media/media_web_contents_observer.h',
1929 ], 1930 ],
1930 }], 1931 }],
1931 ], 1932 ],
1932 } 1933 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698