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

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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'common/sandbox_init_win.cc', 214 'common/sandbox_init_win.cc',
215 'common/sandbox_mac.h', 215 'common/sandbox_mac.h',
216 'common/sandbox_mac.mm', 216 'common/sandbox_mac.mm',
217 'common/sandbox_methods_linux.h', 217 'common/sandbox_methods_linux.h',
218 'common/sandbox_policy.cc', 218 'common/sandbox_policy.cc',
219 'common/sandbox_policy.h', 219 'common/sandbox_policy.h',
220 'common/section_util_win.cc', 220 'common/section_util_win.cc',
221 'common/section_util_win.h', 221 'common/section_util_win.h',
222 'common/sensors.h', 222 'common/sensors.h',
223 'common/sensors_listener.h', 223 'common/sensors_listener.h',
224 'common/sequenced_worker_pool.cc',
225 'common/sequenced_worker_pool.h',
224 'common/set_process_title.cc', 226 'common/set_process_title.cc',
225 'common/set_process_title.h', 227 'common/set_process_title.h',
226 'common/set_process_title_linux.cc', 228 'common/set_process_title_linux.cc',
227 'common/set_process_title_linux.h', 229 'common/set_process_title_linux.h',
228 'common/socket_stream.h', 230 'common/socket_stream.h',
229 'common/socket_stream_dispatcher.cc', 231 'common/socket_stream_dispatcher.cc',
230 'common/socket_stream_dispatcher.h', 232 'common/socket_stream_dispatcher.h',
231 'common/socket_stream_messages.h', 233 'common/socket_stream_messages.h',
232 'common/speech_input_messages.h', 234 'common/speech_input_messages.h',
233 'common/speech_input_result.cc', 235 'common/speech_input_result.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 'link_settings': { 332 'link_settings': {
331 'libraries': [ 333 'libraries': [
332 '-lEGL', 334 '-lEGL',
333 '-lGLESv2', 335 '-lGLESv2',
334 ], 336 ],
335 }, 337 },
336 }], 338 }],
337 ], 339 ],
338 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698