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

Side by Side Diff: content/content_renderer.gypi

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 7 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 | « content/content_common_mojo_bindings.gyp ('k') | content/content_tests.gypi » ('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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'renderer/mojo_main_runner.cc', 363 'renderer/mojo_main_runner.cc',
364 'renderer/mojo_main_runner.h', 364 'renderer/mojo_main_runner.h',
365 'renderer/mouse_lock_dispatcher.cc', 365 'renderer/mouse_lock_dispatcher.cc',
366 'renderer/mouse_lock_dispatcher.h', 366 'renderer/mouse_lock_dispatcher.h',
367 'renderer/navigation_state_impl.cc', 367 'renderer/navigation_state_impl.cc',
368 'renderer/navigation_state_impl.h', 368 'renderer/navigation_state_impl.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', 371 'renderer/notification_permission_dispatcher.cc',
372 'renderer/notification_permission_dispatcher.h', 372 'renderer/notification_permission_dispatcher.h',
373 'renderer/notifications/notification_service_worker_client_impl.cc',
374 'renderer/notifications/notification_service_worker_client_impl.h',
373 'renderer/origin_trials/web_trial_token_validator_impl.cc', 375 'renderer/origin_trials/web_trial_token_validator_impl.cc',
374 'renderer/origin_trials/web_trial_token_validator_impl.h', 376 'renderer/origin_trials/web_trial_token_validator_impl.h',
375 'renderer/peripheral_content_heuristic.cc', 377 'renderer/peripheral_content_heuristic.cc',
376 'renderer/peripheral_content_heuristic.h', 378 'renderer/peripheral_content_heuristic.h',
377 'renderer/presentation/presentation_connection_client.cc', 379 'renderer/presentation/presentation_connection_client.cc',
378 'renderer/presentation/presentation_connection_client.h', 380 'renderer/presentation/presentation_connection_client.h',
379 'renderer/presentation/presentation_dispatcher.cc', 381 'renderer/presentation/presentation_dispatcher.cc',
380 'renderer/presentation/presentation_dispatcher.h', 382 'renderer/presentation/presentation_dispatcher.h',
381 'renderer/push_messaging/push_messaging_dispatcher.cc', 383 'renderer/push_messaging/push_messaging_dispatcher.cc',
382 'renderer/push_messaging/push_messaging_dispatcher.h', 384 'renderer/push_messaging/push_messaging_dispatcher.h',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 }], 915 }],
914 ], 916 ],
915 'target_conditions': [ 917 'target_conditions': [
916 ['OS=="android"', { 918 ['OS=="android"', {
917 'sources/': [ 919 'sources/': [
918 ['include', '^renderer/render_view_linux\\.cc$'], 920 ['include', '^renderer/render_view_linux\\.cc$'],
919 ], 921 ],
920 }], 922 }],
921 ], 923 ],
922 } 924 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698