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

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: resolves the promise Created 4 years, 8 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
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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 'browser/net/network_errors_listing_ui.cc', 1139 'browser/net/network_errors_listing_ui.cc',
1140 'browser/net/network_errors_listing_ui.h', 1140 'browser/net/network_errors_listing_ui.h',
1141 'browser/net/quota_policy_cookie_store.cc', 1141 'browser/net/quota_policy_cookie_store.cc',
1142 'browser/net/quota_policy_cookie_store.h', 1142 'browser/net/quota_policy_cookie_store.h',
1143 'browser/net/view_blob_internals_job_factory.cc', 1143 'browser/net/view_blob_internals_job_factory.cc',
1144 'browser/net/view_blob_internals_job_factory.h', 1144 'browser/net/view_blob_internals_job_factory.h',
1145 'browser/net/view_http_cache_job_factory.cc', 1145 'browser/net/view_http_cache_job_factory.cc',
1146 'browser/net/view_http_cache_job_factory.h', 1146 'browser/net/view_http_cache_job_factory.h',
1147 'browser/notification_service_impl.cc', 1147 'browser/notification_service_impl.cc',
1148 'browser/notification_service_impl.h', 1148 'browser/notification_service_impl.h',
1149 'browser/notifications/blink_notification_service_impl.cc',
1150 'browser/notifications/blink_notification_service_impl.h',
1149 'browser/notifications/notification_database.cc', 1151 'browser/notifications/notification_database.cc',
1150 'browser/notifications/notification_database.h', 1152 'browser/notifications/notification_database.h',
1151 'browser/notifications/notification_database_data_conversions.cc', 1153 'browser/notifications/notification_database_data_conversions.cc',
1152 'browser/notifications/notification_database_data_conversions.h', 1154 'browser/notifications/notification_database_data_conversions.h',
1153 'browser/notifications/notification_event_dispatcher_impl.cc', 1155 'browser/notifications/notification_event_dispatcher_impl.cc',
1154 'browser/notifications/notification_event_dispatcher_impl.h', 1156 'browser/notifications/notification_event_dispatcher_impl.h',
1155 'browser/notifications/notification_id_generator.cc', 1157 'browser/notifications/notification_id_generator.cc',
1156 'browser/notifications/notification_id_generator.h', 1158 'browser/notifications/notification_id_generator.h',
1157 'browser/notifications/notification_message_filter.cc', 1159 'browser/notifications/notification_message_filter.cc',
1158 'browser/notifications/notification_message_filter.h', 1160 'browser/notifications/notification_message_filter.h',
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 ['enable_webvr==1 and OS=="android"', { 2207 ['enable_webvr==1 and OS=="android"', {
2206 'sources': [ 2208 'sources': [
2207 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2209 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2208 'browser/vr/android/cardboard/cardboard_vr_device.h', 2210 'browser/vr/android/cardboard/cardboard_vr_device.h',
2209 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2211 ], 2213 ],
2212 }], 2214 }],
2213 ], 2215 ],
2214 } 2216 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698