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

Side by Side Diff: content/content_browser.gypi

Issue 1794553002: [Playground] Onion Soup: moving ScreenWakeLock to Blink modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit DEPS Created 4 years, 8 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
« no previous file with comments | « content/common/wake_lock_service.mojom ('k') | content/content_common_mojo_bindings.gyp » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../storage/storage_browser.gyp:storage', 44 '../storage/storage_browser.gyp:storage',
45 '../storage/storage_common.gyp:storage_common', 45 '../storage/storage_common.gyp:storage_common',
46 '../third_party/angle/src/angle.gyp:commit_id', 46 '../third_party/angle/src/angle.gyp:commit_id',
47 '../third_party/kasko/kasko.gyp:kasko_features', 47 '../third_party/kasko/kasko.gyp:kasko_features',
48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
49 '../third_party/libyuv/libyuv.gyp:libyuv', 49 '../third_party/libyuv/libyuv.gyp:libyuv',
50 '../third_party/re2/re2.gyp:re2', 50 '../third_party/re2/re2.gyp:re2',
51 '../third_party/zlib/google/zip.gyp:zip', 51 '../third_party/zlib/google/zip.gyp:zip',
52 '../third_party/zlib/zlib.gyp:zlib', 52 '../third_party/zlib/zlib.gyp:zlib',
53 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 53 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
54 '../third_party/WebKit/public/blink.gyp:mojo_bindings',
54 '../ui/accessibility/accessibility.gyp:accessibility', 55 '../ui/accessibility/accessibility.gyp:accessibility',
55 '../ui/accessibility/accessibility.gyp:ax_gen', 56 '../ui/accessibility/accessibility.gyp:ax_gen',
56 '../ui/base/ui_base.gyp:ui_base', 57 '../ui/base/ui_base.gyp:ui_base',
57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 58 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
58 '../ui/display/display.gyp:display', 59 '../ui/display/display.gyp:display',
59 '../ui/events/blink/events_blink.gyp:events_blink', 60 '../ui/events/blink/events_blink.gyp:events_blink',
60 '../ui/events/events.gyp:events', 61 '../ui/events/events.gyp:events',
61 '../ui/events/events.gyp:events_base', 62 '../ui/events/events.gyp:events_base',
62 '../ui/events/events.gyp:gesture_detection', 63 '../ui/events/events.gyp:gesture_detection',
63 '../ui/gfx/gfx.gyp:gfx', 64 '../ui/gfx/gfx.gyp:gfx',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 ['enable_webvr==1 and OS=="android"', { 2218 ['enable_webvr==1 and OS=="android"', {
2218 'sources': [ 2219 'sources': [
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2220 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', 2221 'browser/vr/android/cardboard/cardboard_vr_device.h',
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2223 ], 2224 ],
2224 }], 2225 }],
2225 ], 2226 ],
2226 } 2227 }
OLDNEW
« no previous file with comments | « content/common/wake_lock_service.mojom ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698