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

Side by Side Diff: content/content_renderer.gypi

Issue 381633005: Refactor Web Notification permission requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'renderer/memory_benchmarking_extension.cc', 361 'renderer/memory_benchmarking_extension.cc',
362 'renderer/memory_benchmarking_extension.h', 362 'renderer/memory_benchmarking_extension.h',
363 'renderer/menu_item_builder.cc', 363 'renderer/menu_item_builder.cc',
364 'renderer/menu_item_builder.h', 364 'renderer/menu_item_builder.h',
365 'renderer/mhtml_generator.cc', 365 'renderer/mhtml_generator.cc',
366 'renderer/mhtml_generator.h', 366 'renderer/mhtml_generator.h',
367 'renderer/mouse_lock_dispatcher.cc', 367 'renderer/mouse_lock_dispatcher.cc',
368 'renderer/mouse_lock_dispatcher.h', 368 'renderer/mouse_lock_dispatcher.h',
369 'renderer/net_info_helper.cc', 369 'renderer/net_info_helper.cc',
370 'renderer/net_info_helper.h', 370 'renderer/net_info_helper.h',
371 'renderer/notification_permission_dispatcher.cc',
372 'renderer/notification_permission_dispatcher.h',
371 'renderer/notification_provider.cc', 373 'renderer/notification_provider.cc',
372 'renderer/notification_provider.h', 374 'renderer/notification_provider.h',
373 'renderer/push_messaging_dispatcher.cc', 375 'renderer/push_messaging_dispatcher.cc',
374 'renderer/push_messaging_dispatcher.h', 376 'renderer/push_messaging_dispatcher.h',
375 'renderer/render_frame_impl.cc', 377 'renderer/render_frame_impl.cc',
376 'renderer/render_frame_impl.h', 378 'renderer/render_frame_impl.h',
377 'renderer/render_frame_proxy.cc', 379 'renderer/render_frame_proxy.cc',
378 'renderer/render_frame_proxy.h', 380 'renderer/render_frame_proxy.h',
379 'renderer/render_process.h', 381 'renderer/render_process.h',
380 'renderer/render_process_impl.cc', 382 'renderer/render_process_impl.cc',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 }], 880 }],
879 ], 881 ],
880 'target_conditions': [ 882 'target_conditions': [
881 ['OS=="android"', { 883 ['OS=="android"', {
882 'sources/': [ 884 'sources/': [
883 ['include', '^renderer/render_view_linux\\.cc$'], 885 ['include', '^renderer/render_view_linux\\.cc$'],
884 ], 886 ],
885 }], 887 }],
886 ], 888 ],
887 } 889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698