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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 46583005: Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 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
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'renderer/tts_dispatcher.cc', 344 'renderer/tts_dispatcher.cc',
345 'renderer/tts_dispatcher.h', 345 'renderer/tts_dispatcher.h',
346 'renderer/translate/translate_helper.cc', 346 'renderer/translate/translate_helper.cc',
347 'renderer/translate/translate_helper.h', 347 'renderer/translate/translate_helper.h',
348 'renderer/validation_message_agent.cc', 348 'renderer/validation_message_agent.cc',
349 'renderer/validation_message_agent.h', 349 'renderer/validation_message_agent.h',
350 'renderer/web_apps.cc', 350 'renderer/web_apps.cc',
351 'renderer/web_apps.h', 351 'renderer/web_apps.h',
352 'renderer/webview_color_overlay.cc', 352 'renderer/webview_color_overlay.cc',
353 'renderer/webview_color_overlay.h', 353 'renderer/webview_color_overlay.h',
354 'renderer/worker_permission_client_proxy.cc',
355 'renderer/worker_permission_client_proxy.h',
354 ], 356 ],
355 'conditions': [ 357 'conditions': [
356 ['disable_nacl!=1', { 358 ['disable_nacl!=1', {
357 'dependencies': [ 359 'dependencies': [
358 '../components/nacl.gyp:nacl', 360 '../components/nacl.gyp:nacl',
359 ], 361 ],
360 }], 362 }],
361 ['enable_plugins==1', { 363 ['enable_plugins==1', {
362 'dependencies': [ 364 'dependencies': [
363 '../ppapi/ppapi_internal.gyp:ppapi_host', 365 '../ppapi/ppapi_internal.gyp:ppapi_host',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'export_dependent_settings': [ 464 'export_dependent_settings': [
463 '<(allocator_target)', 465 '<(allocator_target)',
464 ], 466 ],
465 }], 467 }],
466 ], 468 ],
467 }], 469 }],
468 ], 470 ],
469 }, 471 },
470 ], 472 ],
471 } 473 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698