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

Side by Side Diff: content/content_browser.gypi

Issue 1424053002: Adds a flag to support "Virtual Time" to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another try Created 5 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
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 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 ], 1825 ],
1826 }, { # OS!="ios" 1826 }, { # OS!="ios"
1827 'dependencies': [ 1827 'dependencies': [
1828 'app/resources/content_resources.gyp:content_resources', 1828 'app/resources/content_resources.gyp:content_resources',
1829 'app/strings/content_strings.gyp:content_strings', 1829 'app/strings/content_strings.gyp:content_strings',
1830 'browser/devtools/devtools_resources.gyp:devtools_resources', 1830 'browser/devtools/devtools_resources.gyp:devtools_resources',
1831 'browser/devtools/devtools.gyp:devtools_protocol_handler', 1831 'browser/devtools/devtools.gyp:devtools_protocol_handler',
1832 '../cc/cc.gyp:cc', 1832 '../cc/cc.gyp:cc',
1833 '../cc/cc.gyp:cc_surfaces', 1833 '../cc/cc.gyp:cc_surfaces',
1834 '../components/mime_util/mime_util.gyp:mime_util', 1834 '../components/mime_util/mime_util.gyp:mime_util',
1835 '../components/scheduler/scheduler.gyp:scheduler_common',
1835 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1836 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1836 '../gin/gin.gyp:gin', 1837 '../gin/gin.gyp:gin',
1837 '../net/net.gyp:http_server', 1838 '../net/net.gyp:http_server',
1838 '../storage/storage_browser.gyp:storage', 1839 '../storage/storage_browser.gyp:storage',
1839 '../storage/storage_common.gyp:storage_common', 1840 '../storage/storage_common.gyp:storage_common',
1840 '../third_party/angle/src/angle.gyp:commit_id', 1841 '../third_party/angle/src/angle.gyp:commit_id',
1841 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1842 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1842 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1843 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1843 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1844 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1844 '../ui/surface/surface.gyp:surface', 1845 '../ui/surface/surface.gyp:surface',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 ['enable_webvr==1 and OS=="android"', { 2169 ['enable_webvr==1 and OS=="android"', {
2169 'sources': [ 2170 'sources': [
2170 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2171 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2171 'browser/vr/android/cardboard/cardboard_vr_device.h', 2172 'browser/vr/android/cardboard/cardboard_vr_device.h',
2172 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2173 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2173 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2174 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2174 ], 2175 ],
2175 }], 2176 }],
2176 ], 2177 ],
2177 } 2178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698