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

Side by Side Diff: content/content_shell.gypi

Issue 104833006: Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'shell/common/shell_test_configuration.cc', 151 'shell/common/shell_test_configuration.cc',
152 'shell/common/shell_test_configuration.h', 152 'shell/common/shell_test_configuration.h',
153 'shell/common/webkit_test_helpers.cc', 153 'shell/common/webkit_test_helpers.cc',
154 'shell/common/webkit_test_helpers.h', 154 'shell/common/webkit_test_helpers.h',
155 'shell/geolocation/shell_access_token_store.cc', 155 'shell/geolocation/shell_access_token_store.cc',
156 'shell/geolocation/shell_access_token_store.h', 156 'shell/geolocation/shell_access_token_store.h',
157 'shell/renderer/gc_extension.cc', 157 'shell/renderer/gc_extension.cc',
158 'shell/renderer/gc_extension.h', 158 'shell/renderer/gc_extension.h',
159 'shell/renderer/shell_content_renderer_client.cc', 159 'shell/renderer/shell_content_renderer_client.cc',
160 'shell/renderer/shell_content_renderer_client.h', 160 'shell/renderer/shell_content_renderer_client.h',
161 'shell/renderer/shell_render_frame_observer.cc',
162 'shell/renderer/shell_render_frame_observer.h',
161 'shell/renderer/shell_render_process_observer.cc', 163 'shell/renderer/shell_render_process_observer.cc',
162 'shell/renderer/shell_render_process_observer.h', 164 'shell/renderer/shell_render_process_observer.h',
163 'shell/renderer/shell_render_view_observer.cc', 165 'shell/renderer/shell_render_view_observer.cc',
164 'shell/renderer/shell_render_view_observer.h', 166 'shell/renderer/shell_render_view_observer.h',
165 'shell/renderer/webkit_test_runner.cc', 167 'shell/renderer/webkit_test_runner.cc',
166 'shell/renderer/webkit_test_runner.h', 168 'shell/renderer/webkit_test_runner.h',
167 ], 169 ],
168 'msvs_settings': { 170 'msvs_settings': {
169 'VCLinkerTool': { 171 'VCLinkerTool': {
170 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 172 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 860 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
859 '--destination_dir', '<(dest_dir)', 861 '--destination_dir', '<(dest_dir)',
860 ], 862 ],
861 }, 863 },
862 ], 864 ],
863 }, 865 },
864 ], 866 ],
865 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 867 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
866 ] 868 ]
867 } 869 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698