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

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: 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'renderer/memory_benchmarking_extension.cc', 365 'renderer/memory_benchmarking_extension.cc',
366 'renderer/memory_benchmarking_extension.h', 366 'renderer/memory_benchmarking_extension.h',
367 'renderer/menu_item_builder.cc', 367 'renderer/menu_item_builder.cc',
368 'renderer/menu_item_builder.h', 368 'renderer/menu_item_builder.h',
369 'renderer/mhtml_generator.cc', 369 'renderer/mhtml_generator.cc',
370 'renderer/mhtml_generator.h', 370 'renderer/mhtml_generator.h',
371 'renderer/mouse_lock_dispatcher.cc', 371 'renderer/mouse_lock_dispatcher.cc',
372 'renderer/mouse_lock_dispatcher.h', 372 'renderer/mouse_lock_dispatcher.h',
373 'renderer/net_info_helper.cc', 373 'renderer/net_info_helper.cc',
374 'renderer/net_info_helper.h', 374 'renderer/net_info_helper.h',
375 'renderer/notification_permission_dispatcher.cc',
376 'renderer/notification_permission_dispatcher.h',
375 'renderer/notification_provider.cc', 377 'renderer/notification_provider.cc',
376 'renderer/notification_provider.h', 378 'renderer/notification_provider.h',
377 'renderer/push_messaging_dispatcher.cc', 379 'renderer/push_messaging_dispatcher.cc',
378 'renderer/push_messaging_dispatcher.h', 380 'renderer/push_messaging_dispatcher.h',
379 'renderer/render_frame_impl.cc', 381 'renderer/render_frame_impl.cc',
380 'renderer/render_frame_impl.h', 382 'renderer/render_frame_impl.h',
381 'renderer/render_frame_proxy.cc', 383 'renderer/render_frame_proxy.cc',
382 'renderer/render_frame_proxy.h', 384 'renderer/render_frame_proxy.h',
383 'renderer/render_process.h', 385 'renderer/render_process.h',
384 'renderer/render_process_impl.cc', 386 'renderer/render_process_impl.cc',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 }], 875 }],
874 ], 876 ],
875 'target_conditions': [ 877 'target_conditions': [
876 ['OS=="android"', { 878 ['OS=="android"', {
877 'sources/': [ 879 'sources/': [
878 ['include', '^renderer/render_view_linux\\.cc$'], 880 ['include', '^renderer/render_view_linux\\.cc$'],
879 ], 881 ],
880 }], 882 }],
881 ], 883 ],
882 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698