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

Side by Side Diff: content/content_renderer.gypi

Issue 2244913002: Remove content::NotificationPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions_typemaps
Patch Set: Rebased. Created 4 years, 4 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
« no previous file with comments | « no previous file | content/renderer/notification_permission_dispatcher.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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'renderer/mojo_context_state.cc', 378 'renderer/mojo_context_state.cc',
379 'renderer/mojo_context_state.h', 379 'renderer/mojo_context_state.h',
380 'renderer/mojo_main_runner.cc', 380 'renderer/mojo_main_runner.cc',
381 'renderer/mojo_main_runner.h', 381 'renderer/mojo_main_runner.h',
382 'renderer/mouse_lock_dispatcher.cc', 382 'renderer/mouse_lock_dispatcher.cc',
383 'renderer/mouse_lock_dispatcher.h', 383 'renderer/mouse_lock_dispatcher.h',
384 'renderer/navigation_state_impl.cc', 384 'renderer/navigation_state_impl.cc',
385 'renderer/navigation_state_impl.h', 385 'renderer/navigation_state_impl.h',
386 'renderer/net_info_helper.cc', 386 'renderer/net_info_helper.cc',
387 'renderer/net_info_helper.h', 387 'renderer/net_info_helper.h',
388 'renderer/notification_permission_dispatcher.cc',
389 'renderer/notification_permission_dispatcher.h',
390 'renderer/origin_trials/web_trial_token_validator_impl.cc', 388 'renderer/origin_trials/web_trial_token_validator_impl.cc',
391 'renderer/origin_trials/web_trial_token_validator_impl.h', 389 'renderer/origin_trials/web_trial_token_validator_impl.h',
392 'renderer/peripheral_content_heuristic.cc', 390 'renderer/peripheral_content_heuristic.cc',
393 'renderer/peripheral_content_heuristic.h', 391 'renderer/peripheral_content_heuristic.h',
394 'renderer/presentation/presentation_connection_client.cc', 392 'renderer/presentation/presentation_connection_client.cc',
395 'renderer/presentation/presentation_connection_client.h', 393 'renderer/presentation/presentation_connection_client.h',
396 'renderer/presentation/presentation_dispatcher.cc', 394 'renderer/presentation/presentation_dispatcher.cc',
397 'renderer/presentation/presentation_dispatcher.h', 395 'renderer/presentation/presentation_dispatcher.h',
398 'renderer/push_messaging/push_messaging_dispatcher.cc', 396 'renderer/push_messaging/push_messaging_dispatcher.cc',
399 'renderer/push_messaging/push_messaging_dispatcher.h', 397 'renderer/push_messaging/push_messaging_dispatcher.h',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 }], 908 }],
911 ], 909 ],
912 'target_conditions': [ 910 'target_conditions': [
913 ['OS=="android"', { 911 ['OS=="android"', {
914 'sources/': [ 912 'sources/': [
915 ['include', '^renderer/render_view_linux\\.cc$'], 913 ['include', '^renderer/render_view_linux\\.cc$'],
916 ], 914 ],
917 }], 915 }],
918 ], 916 ],
919 } 917 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/notification_permission_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698