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

Side by Side Diff: content/content_browser.gypi

Issue 1185973003: Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_process_launcher.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after
1778 'dependencies': [ 1778 'dependencies': [
1779 'app/resources/content_resources.gyp:content_resources', 1779 'app/resources/content_resources.gyp:content_resources',
1780 'app/strings/content_strings.gyp:content_strings', 1780 'app/strings/content_strings.gyp:content_strings',
1781 'browser/devtools/devtools_resources.gyp:devtools_resources', 1781 'browser/devtools/devtools_resources.gyp:devtools_resources',
1782 'browser/devtools/devtools.gyp:devtools_protocol_handler', 1782 'browser/devtools/devtools.gyp:devtools_protocol_handler',
1783 '../cc/cc.gyp:cc', 1783 '../cc/cc.gyp:cc',
1784 '../cc/cc.gyp:cc_surfaces', 1784 '../cc/cc.gyp:cc_surfaces',
1785 '../components/mime_util/mime_util.gyp:mime_util', 1785 '../components/mime_util/mime_util.gyp:mime_util',
1786 '../components/scheduler/scheduler.gyp:scheduler_common', 1786 '../components/scheduler/scheduler.gyp:scheduler_common',
1787 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1787 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1788 '../gin/gin.gyp:gin',
1788 '../net/net.gyp:http_server', 1789 '../net/net.gyp:http_server',
1789 '../storage/storage_browser.gyp:storage', 1790 '../storage/storage_browser.gyp:storage',
1790 '../storage/storage_common.gyp:storage_common', 1791 '../storage/storage_common.gyp:storage_common',
1791 '../third_party/angle/src/angle.gyp:commit_id', 1792 '../third_party/angle/src/angle.gyp:commit_id',
1792 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1793 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1793 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1794 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1794 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1795 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1795 '../ui/surface/surface.gyp:surface', 1796 '../ui/surface/surface.gyp:surface',
1796 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 1797 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
1797 ], 1798 ],
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 ['enable_webvr==1 and OS=="android"', { 2104 ['enable_webvr==1 and OS=="android"', {
2104 'sources': [ 2105 'sources': [
2105 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2106 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2106 'browser/vr/android/cardboard/cardboard_vr_device.h', 2107 'browser/vr/android/cardboard/cardboard_vr_device.h',
2107 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2108 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2108 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2109 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2109 ], 2110 ],
2110 }], 2111 }],
2111 ], 2112 ],
2112 } 2113 }
OLDNEW
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698