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

Side by Side Diff: content/content_common.gypi

Issue 1259213002: Move Service Worker %2f path validation logic from browser into Blink (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remaining nits. Created 5 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 | « content/content_browser.gypi ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'common/service_worker/embedded_worker_messages.h', 524 'common/service_worker/embedded_worker_messages.h',
525 'common/service_worker/service_worker_client_info.cc', 525 'common/service_worker/service_worker_client_info.cc',
526 'common/service_worker/service_worker_client_info.h', 526 'common/service_worker/service_worker_client_info.h',
527 'common/service_worker/service_worker_messages.h', 527 'common/service_worker/service_worker_messages.h',
528 'common/service_worker/service_worker_status_code.cc', 528 'common/service_worker/service_worker_status_code.cc',
529 'common/service_worker/service_worker_status_code.h', 529 'common/service_worker/service_worker_status_code.h',
530 'common/service_worker/service_worker_types.cc', 530 'common/service_worker/service_worker_types.cc',
531 'common/service_worker/service_worker_types.h', 531 'common/service_worker/service_worker_types.h',
532 'common/service_worker/service_worker_type_converters.cc', 532 'common/service_worker/service_worker_type_converters.cc',
533 'common/service_worker/service_worker_type_converters.h', 533 'common/service_worker/service_worker_type_converters.h',
534 'common/service_worker/service_worker_utils.cc',
535 'common/service_worker/service_worker_utils.h',
534 'common/set_process_title.cc', 536 'common/set_process_title.cc',
535 'common/set_process_title.h', 537 'common/set_process_title.h',
536 'common/set_process_title_linux.cc', 538 'common/set_process_title_linux.cc',
537 'common/set_process_title_linux.h', 539 'common/set_process_title_linux.h',
538 'common/site_isolation_policy.cc', 540 'common/site_isolation_policy.cc',
539 'common/site_isolation_policy.h', 541 'common/site_isolation_policy.h',
540 'common/speech_recognition_messages.h', 542 'common/speech_recognition_messages.h',
541 'common/ssl_status_serialization.cc', 543 'common/ssl_status_serialization.cc',
542 'common/ssl_status_serialization.h', 544 'common/ssl_status_serialization.h',
543 'common/swapped_out_messages.cc', 545 'common/swapped_out_messages.cc',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1084 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1083 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1085 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1084 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1086 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1085 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1087 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1086 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1088 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1087 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1089 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1088 ], 1090 ],
1089 }], 1091 }],
1090 ], 1092 ],
1091 } 1093 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698