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

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: Added a test 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 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 ], 1819 ],
1820 }, { # OS!="ios" 1820 }, { # OS!="ios"
1821 'dependencies': [ 1821 'dependencies': [
1822 'app/resources/content_resources.gyp:content_resources', 1822 'app/resources/content_resources.gyp:content_resources',
1823 'app/strings/content_strings.gyp:content_strings', 1823 'app/strings/content_strings.gyp:content_strings',
1824 'browser/devtools/devtools_resources.gyp:devtools_resources', 1824 'browser/devtools/devtools_resources.gyp:devtools_resources',
1825 'browser/devtools/devtools.gyp:devtools_protocol_handler', 1825 'browser/devtools/devtools.gyp:devtools_protocol_handler',
1826 '../cc/cc.gyp:cc', 1826 '../cc/cc.gyp:cc',
1827 '../cc/cc.gyp:cc_surfaces', 1827 '../cc/cc.gyp:cc_surfaces',
1828 '../components/mime_util/mime_util.gyp:mime_util', 1828 '../components/mime_util/mime_util.gyp:mime_util',
1829 '../components/scheduler/scheduler.gyp:scheduler_common',
1829 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1830 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1830 '../gin/gin.gyp:gin', 1831 '../gin/gin.gyp:gin',
1831 '../net/net.gyp:http_server', 1832 '../net/net.gyp:http_server',
1832 '../storage/storage_browser.gyp:storage', 1833 '../storage/storage_browser.gyp:storage',
1833 '../storage/storage_common.gyp:storage_common', 1834 '../storage/storage_common.gyp:storage_common',
1834 '../third_party/angle/src/angle.gyp:commit_id', 1835 '../third_party/angle/src/angle.gyp:commit_id',
1835 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1836 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1836 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1837 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1837 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1838 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1838 '../ui/surface/surface.gyp:surface', 1839 '../ui/surface/surface.gyp:surface',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 ['enable_webvr==1 and OS=="android"', { 2163 ['enable_webvr==1 and OS=="android"', {
2163 'sources': [ 2164 'sources': [
2164 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2165 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2165 'browser/vr/android/cardboard/cardboard_vr_device.h', 2166 'browser/vr/android/cardboard/cardboard_vr_device.h',
2166 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2167 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2167 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2168 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2168 ], 2169 ],
2169 }], 2170 }],
2170 ], 2171 ],
2171 } 2172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698