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

Side by Side Diff: content/content_browser.gypi

Issue 171123002: Revert 251334 "Add SharedWorkerMessageFilter for the embedded Sh..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1846/src/
Patch Set: Created 6 years, 10 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
« no previous file with comments | « content/browser/shared_worker/shared_worker_service_impl.cc ('k') | no next file » | 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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'browser/service_worker/service_worker_register_job.cc', 1123 'browser/service_worker/service_worker_register_job.cc',
1124 'browser/service_worker/service_worker_register_job.h', 1124 'browser/service_worker/service_worker_register_job.h',
1125 'browser/service_worker/service_worker_registration.cc', 1125 'browser/service_worker/service_worker_registration.cc',
1126 'browser/service_worker/service_worker_registration.h', 1126 'browser/service_worker/service_worker_registration.h',
1127 'browser/service_worker/service_worker_registration_status.cc', 1127 'browser/service_worker/service_worker_registration_status.cc',
1128 'browser/service_worker/service_worker_registration_status.h', 1128 'browser/service_worker/service_worker_registration_status.h',
1129 'browser/service_worker/service_worker_storage.cc', 1129 'browser/service_worker/service_worker_storage.cc',
1130 'browser/service_worker/service_worker_storage.h', 1130 'browser/service_worker/service_worker_storage.h',
1131 'browser/service_worker/service_worker_version.cc', 1131 'browser/service_worker/service_worker_version.cc',
1132 'browser/service_worker/service_worker_version.h', 1132 'browser/service_worker/service_worker_version.h',
1133 'browser/shared_worker/shared_worker_message_filter.cc',
1134 'browser/shared_worker/shared_worker_message_filter.h',
1135 'browser/shared_worker/shared_worker_service_impl.cc', 1133 'browser/shared_worker/shared_worker_service_impl.cc',
1136 'browser/shared_worker/shared_worker_service_impl.h', 1134 'browser/shared_worker/shared_worker_service_impl.h',
1137 'browser/signed_certificate_timestamp_store_impl.cc', 1135 'browser/signed_certificate_timestamp_store_impl.cc',
1138 'browser/signed_certificate_timestamp_store_impl.h', 1136 'browser/signed_certificate_timestamp_store_impl.h',
1139 'browser/site_instance_impl.cc', 1137 'browser/site_instance_impl.cc',
1140 'browser/site_instance_impl.h', 1138 'browser/site_instance_impl.h',
1141 'browser/speech/audio_buffer.cc', 1139 'browser/speech/audio_buffer.cc',
1142 'browser/speech/audio_buffer.h', 1140 'browser/speech/audio_buffer.h',
1143 'browser/speech/audio_encoder.cc', 1141 'browser/speech/audio_encoder.cc',
1144 'browser/speech/audio_encoder.h', 1142 'browser/speech/audio_encoder.h',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 '../build/linux/system.gyp:dbus', 1652 '../build/linux/system.gyp:dbus',
1655 '../dbus/dbus.gyp:dbus', 1653 '../dbus/dbus.gyp:dbus',
1656 ], 1654 ],
1657 }, { # OS != "linux" or use_dbus==0 1655 }, { # OS != "linux" or use_dbus==0
1658 'sources!': [ 1656 'sources!': [
1659 'browser/geolocation/wifi_data_provider_linux.cc', 1657 'browser/geolocation/wifi_data_provider_linux.cc',
1660 ], 1658 ],
1661 }], 1659 }],
1662 ], 1660 ],
1663 } 1661 }
OLDNEW
« no previous file with comments | « content/browser/shared_worker/shared_worker_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698