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

Side by Side Diff: content/content_renderer.gypi

Issue 554213003: Request the icon of a Web Notification in the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include logging.h Created 6 years, 2 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'renderer/menu_item_builder.cc', 307 'renderer/menu_item_builder.cc',
308 'renderer/menu_item_builder.h', 308 'renderer/menu_item_builder.h',
309 'renderer/mhtml_generator.cc', 309 'renderer/mhtml_generator.cc',
310 'renderer/mhtml_generator.h', 310 'renderer/mhtml_generator.h',
311 'renderer/mojo/service_registry_js_wrapper.cc', 311 'renderer/mojo/service_registry_js_wrapper.cc',
312 'renderer/mojo/service_registry_js_wrapper.h', 312 'renderer/mojo/service_registry_js_wrapper.h',
313 'renderer/mouse_lock_dispatcher.cc', 313 'renderer/mouse_lock_dispatcher.cc',
314 'renderer/mouse_lock_dispatcher.h', 314 'renderer/mouse_lock_dispatcher.h',
315 'renderer/net_info_helper.cc', 315 'renderer/net_info_helper.cc',
316 'renderer/net_info_helper.h', 316 'renderer/net_info_helper.h',
317 'renderer/notification_icon_loader.cc',
318 'renderer/notification_icon_loader.h',
317 'renderer/notification_permission_dispatcher.cc', 319 'renderer/notification_permission_dispatcher.cc',
318 'renderer/notification_permission_dispatcher.h', 320 'renderer/notification_permission_dispatcher.h',
319 'renderer/notification_provider.cc', 321 'renderer/notification_provider.cc',
320 'renderer/notification_provider.h', 322 'renderer/notification_provider.h',
321 'renderer/push_messaging_dispatcher.cc', 323 'renderer/push_messaging_dispatcher.cc',
322 'renderer/push_messaging_dispatcher.h', 324 'renderer/push_messaging_dispatcher.h',
323 'renderer/render_font_warmup_win.cc', 325 'renderer/render_font_warmup_win.cc',
324 'renderer/render_frame_impl.cc', 326 'renderer/render_frame_impl.cc',
325 'renderer/render_frame_impl.h', 327 'renderer/render_frame_impl.h',
326 'renderer/render_frame_proxy.cc', 328 'renderer/render_frame_proxy.cc',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 }], 842 }],
841 ], 843 ],
842 'target_conditions': [ 844 'target_conditions': [
843 ['OS=="android"', { 845 ['OS=="android"', {
844 'sources/': [ 846 'sources/': [
845 ['include', '^renderer/render_view_linux\\.cc$'], 847 ['include', '^renderer/render_view_linux\\.cc$'],
846 ], 848 ],
847 }], 849 }],
848 ], 850 ],
849 } 851 }
OLDNEW
« no previous file with comments | « content/common/desktop_notification_messages.h ('k') | content/public/common/show_desktop_notification_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698