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

Side by Side Diff: content/content_browser.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/common/service_worker/service_worker_messages.h ('k') | content/content_child.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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 'browser/net/network_errors_listing_ui.cc', 1138 'browser/net/network_errors_listing_ui.cc',
1139 'browser/net/network_errors_listing_ui.h', 1139 'browser/net/network_errors_listing_ui.h',
1140 'browser/net/quota_policy_cookie_store.cc', 1140 'browser/net/quota_policy_cookie_store.cc',
1141 'browser/net/quota_policy_cookie_store.h', 1141 'browser/net/quota_policy_cookie_store.h',
1142 'browser/net/view_blob_internals_job_factory.cc', 1142 'browser/net/view_blob_internals_job_factory.cc',
1143 'browser/net/view_blob_internals_job_factory.h', 1143 'browser/net/view_blob_internals_job_factory.h',
1144 'browser/net/view_http_cache_job_factory.cc', 1144 'browser/net/view_http_cache_job_factory.cc',
1145 'browser/net/view_http_cache_job_factory.h', 1145 'browser/net/view_http_cache_job_factory.h',
1146 'browser/notification_service_impl.cc', 1146 'browser/notification_service_impl.cc',
1147 'browser/notification_service_impl.h', 1147 'browser/notification_service_impl.h',
1148 'browser/notifications/blink_notification_service_impl.cc',
1149 'browser/notifications/blink_notification_service_impl.h',
1148 'browser/notifications/notification_database.cc', 1150 'browser/notifications/notification_database.cc',
1149 'browser/notifications/notification_database.h', 1151 'browser/notifications/notification_database.h',
1150 'browser/notifications/notification_database_data_conversions.cc', 1152 'browser/notifications/notification_database_data_conversions.cc',
1151 'browser/notifications/notification_database_data_conversions.h', 1153 'browser/notifications/notification_database_data_conversions.h',
1152 'browser/notifications/notification_event_dispatcher_impl.cc', 1154 'browser/notifications/notification_event_dispatcher_impl.cc',
1153 'browser/notifications/notification_event_dispatcher_impl.h', 1155 'browser/notifications/notification_event_dispatcher_impl.h',
1154 'browser/notifications/notification_id_generator.cc', 1156 'browser/notifications/notification_id_generator.cc',
1155 'browser/notifications/notification_id_generator.h', 1157 'browser/notifications/notification_id_generator.h',
1156 'browser/notifications/notification_message_filter.cc',
1157 'browser/notifications/notification_message_filter.h',
1158 'browser/notifications/page_notification_delegate.cc', 1158 'browser/notifications/page_notification_delegate.cc',
1159 'browser/notifications/page_notification_delegate.h', 1159 'browser/notifications/page_notification_delegate.h',
1160 'browser/notifications/platform_notification_context_impl.cc', 1160 'browser/notifications/platform_notification_context_impl.cc',
1161 'browser/notifications/platform_notification_context_impl.h', 1161 'browser/notifications/platform_notification_context_impl.h',
1162 'browser/notifications/type_converters.cc', 1162 'browser/notifications/type_converters.cc',
1163 'browser/notifications/type_converters.h', 1163 'browser/notifications/type_converters.h',
1164 'browser/permissions/permission_service_context.cc', 1164 'browser/permissions/permission_service_context.cc',
1165 'browser/permissions/permission_service_context.h', 1165 'browser/permissions/permission_service_context.h',
1166 'browser/permissions/permission_service_impl.cc', 1166 'browser/permissions/permission_service_impl.cc',
1167 'browser/permissions/permission_service_impl.h', 1167 'browser/permissions/permission_service_impl.h',
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ], 2208 ],
2209 }], 2209 }],
2210 ['OS != "mac" and OS != "android"', { 2210 ['OS != "mac" and OS != "android"', {
2211 'sources!': [ 2211 'sources!': [
2212 'browser/gpu/gpu_surface_tracker.cc', 2212 'browser/gpu/gpu_surface_tracker.cc',
2213 'browser/gpu/gpu_surface_tracker.h', 2213 'browser/gpu/gpu_surface_tracker.h',
2214 ], 2214 ],
2215 }], 2215 }],
2216 ], 2216 ],
2217 } 2217 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698