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

Side by Side Diff: content/content_common.gypi

Issue 8785013: Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add static accessor to WorkerTaskRunner, use custom ObserverList Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'common/web_database_observer_impl.cc', 250 'common/web_database_observer_impl.cc',
251 'common/web_database_observer_impl.h', 251 'common/web_database_observer_impl.h',
252 'common/webblobregistry_impl.cc', 252 'common/webblobregistry_impl.cc',
253 'common/webblobregistry_impl.h', 253 'common/webblobregistry_impl.h',
254 'common/webblob_messages.h', 254 'common/webblob_messages.h',
255 'common/webkitplatformsupport_impl.cc', 255 'common/webkitplatformsupport_impl.cc',
256 'common/webkitplatformsupport_impl.h', 256 'common/webkitplatformsupport_impl.h',
257 'common/webmessageportchannel_impl.cc', 257 'common/webmessageportchannel_impl.cc',
258 'common/webmessageportchannel_impl.h', 258 'common/webmessageportchannel_impl.h',
259 'common/worker_messages.h', 259 'common/worker_messages.h',
260 'common/worker_task_runner.cc',
261 'common/worker_task_runner.h',
260 'public/common/common_param_traits.cc', 262 'public/common/common_param_traits.cc',
261 'public/common/common_param_traits.h', 263 'public/common/common_param_traits.h',
262 'public/common/content_client.cc', 264 'public/common/content_client.cc',
263 'public/common/content_client.h', 265 'public/common/content_client.h',
264 'public/common/window_container_type.cc', 266 'public/common/window_container_type.cc',
265 'public/common/window_container_type.h', 267 'public/common/window_container_type.h',
266 'public/common/webkit_param_traits.cc', 268 'public/common/webkit_param_traits.cc',
267 'public/common/webkit_param_traits.h', 269 'public/common/webkit_param_traits.h',
268 ], 270 ],
269 'conditions': [ 271 'conditions': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 '../build/extract_from_cab.py', 344 '../build/extract_from_cab.py',
343 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 345 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
344 '<(output)', 346 '<(output)',
345 '<(PRODUCT_DIR)', 347 '<(PRODUCT_DIR)',
346 ], 348 ],
347 }, 349 },
348 ] 350 ]
349 }] 351 }]
350 ], 352 ],
351 } 353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698