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

Side by Side Diff: content/content_common.gypi

Issue 185793004: [Quota] Pass user gesture state with quota request message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change name, file Created 6 years, 8 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
« no previous file with comments | « content/common/quota_messages.h ('k') | content/public/browser/quota_permission_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'public/common/show_desktop_notification_params.h', 99 'public/common/show_desktop_notification_params.h',
100 'public/common/signed_certificate_timestamp_id_and_status.cc', 100 'public/common/signed_certificate_timestamp_id_and_status.cc',
101 'public/common/signed_certificate_timestamp_id_and_status.h', 101 'public/common/signed_certificate_timestamp_id_and_status.h',
102 'public/common/speech_recognition_error.h', 102 'public/common/speech_recognition_error.h',
103 'public/common/speech_recognition_grammar.h', 103 'public/common/speech_recognition_grammar.h',
104 'public/common/speech_recognition_result.cc', 104 'public/common/speech_recognition_result.cc',
105 'public/common/speech_recognition_result.h', 105 'public/common/speech_recognition_result.h',
106 'public/common/ssl_status.cc', 106 'public/common/ssl_status.cc',
107 'public/common/ssl_status.h', 107 'public/common/ssl_status.h',
108 'public/common/stop_find_action.h', 108 'public/common/stop_find_action.h',
109 'public/common/storage_quota_params.h',
109 'public/common/three_d_api_types.h', 110 'public/common/three_d_api_types.h',
110 'public/common/top_controls_state.h', 111 'public/common/top_controls_state.h',
111 'public/common/top_controls_state_list.h', 112 'public/common/top_controls_state_list.h',
112 'public/common/url_constants.cc', 113 'public/common/url_constants.cc',
113 'public/common/url_constants.h', 114 'public/common/url_constants.h',
114 'public/common/url_fetcher.h', 115 'public/common/url_fetcher.h',
115 'public/common/url_utils.cc', 116 'public/common/url_utils.cc',
116 'public/common/url_utils.h', 117 'public/common/url_utils.h',
117 'public/common/user_agent.h', 118 'public/common/user_agent.h',
118 'public/common/webplugininfo.cc', 119 'public/common/webplugininfo.cc',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 761 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
761 'common/sandbox_linux/bpf_renderer_policy_linux.h', 762 'common/sandbox_linux/bpf_renderer_policy_linux.h',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
764 ], 765 ],
765 }, { 766 }, {
766 'defines': ['USE_SECCOMP_BPF'], 767 'defines': ['USE_SECCOMP_BPF'],
767 }], 768 }],
768 ], 769 ],
769 } 770 }
OLDNEW
« no previous file with comments | « content/common/quota_messages.h ('k') | content/public/browser/quota_permission_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698