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

Side by Side Diff: content/content_common.gypi

Issue 8416019: Add a sequenced worker pool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'common/sandbox_init_wrapper_win.cc', 211 'common/sandbox_init_wrapper_win.cc',
212 'common/sandbox_mac.h', 212 'common/sandbox_mac.h',
213 'common/sandbox_mac.mm', 213 'common/sandbox_mac.mm',
214 'common/sandbox_methods_linux.h', 214 'common/sandbox_methods_linux.h',
215 'common/sandbox_policy.cc', 215 'common/sandbox_policy.cc',
216 'common/sandbox_policy.h', 216 'common/sandbox_policy.h',
217 'common/section_util_win.cc', 217 'common/section_util_win.cc',
218 'common/section_util_win.h', 218 'common/section_util_win.h',
219 'common/sensors.h', 219 'common/sensors.h',
220 'common/sensors_listener.h', 220 'common/sensors_listener.h',
221 'common/sequenced_worker_pool.cc',
222 'common/sequenced_worker_pool.h',
221 'common/set_process_title.cc', 223 'common/set_process_title.cc',
222 'common/set_process_title.h', 224 'common/set_process_title.h',
223 'common/set_process_title_linux.cc', 225 'common/set_process_title_linux.cc',
224 'common/set_process_title_linux.h', 226 'common/set_process_title_linux.h',
225 'common/socket_stream.h', 227 'common/socket_stream.h',
226 'common/socket_stream_dispatcher.cc', 228 'common/socket_stream_dispatcher.cc',
227 'common/socket_stream_dispatcher.h', 229 'common/socket_stream_dispatcher.h',
228 'common/socket_stream_messages.h', 230 'common/socket_stream_messages.h',
229 'common/speech_input_messages.h', 231 'common/speech_input_messages.h',
230 'common/speech_input_result.cc', 232 'common/speech_input_result.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 328 ],
327 'link_settings': { 329 'link_settings': {
328 'libraries': [ 330 'libraries': [
329 '-lEGL', 331 '-lEGL',
330 '-lGLESv2', 332 '-lGLESv2',
331 ], 333 ],
332 }, 334 },
333 }], 335 }],
334 ], 336 ],
335 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698