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

Side by Side Diff: content/content_common.gypi

Issue 14646006: Inject timestamps to resource messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit. Added distinct ChildResourceFilter back. Created 7 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 | Annotate | Revision Log
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'common/child_histogram_message_filter.cc', 129 'common/child_histogram_message_filter.cc',
130 'common/child_histogram_message_filter.h', 130 'common/child_histogram_message_filter.h',
131 'common/child_process.cc', 131 'common/child_process.cc',
132 'common/child_process.h', 132 'common/child_process.h',
133 'common/child_process_host_impl.cc', 133 'common/child_process_host_impl.cc',
134 'common/child_process_host_impl.h', 134 'common/child_process_host_impl.h',
135 'common/child_process_messages.h', 135 'common/child_process_messages.h',
136 'common/child_process_sandbox_support_impl_linux.cc', 136 'common/child_process_sandbox_support_impl_linux.cc',
137 'common/child_process_sandbox_support_impl_linux.h', 137 'common/child_process_sandbox_support_impl_linux.h',
138 'common/child_process_sandbox_support_impl_shm_linux.cc', 138 'common/child_process_sandbox_support_impl_shm_linux.cc',
139 'common/child_resource_message_filter.cc',
140 'common/child_resource_message_filter.h',
139 'common/child_thread.cc', 141 'common/child_thread.cc',
140 'common/child_thread.h', 142 'common/child_thread.h',
141 'common/clipboard_messages.cc', 143 'common/clipboard_messages.cc',
142 'common/clipboard_messages.h', 144 'common/clipboard_messages.h',
143 'common/content_constants_internal.cc', 145 'common/content_constants_internal.cc',
144 'common/content_constants_internal.h', 146 'common/content_constants_internal.h',
145 'common/content_export.h', 147 'common/content_export.h',
146 'common/content_ipc_logging.cc', 148 'common/content_ipc_logging.cc',
147 'common/content_message_generator.cc', 149 'common/content_message_generator.cc',
148 'common/content_message_generator.h', 150 'common/content_message_generator.h',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
565 '<(output)', 567 '<(output)',
566 '<(PRODUCT_DIR)', 568 '<(PRODUCT_DIR)',
567 ], 569 ],
568 'msvs_cygwin_shell': 1, 570 'msvs_cygwin_shell': 1,
569 }, 571 },
570 ] 572 ]
571 }], 573 }],
572 ], 574 ],
573 } 575 }
OLDNEW
« content/common/resource_dispatcher.h ('K') | « content/common/resource_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698