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

Side by Side Diff: content/content_browser.gypi

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added is_chromeos guard 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '../ui/accessibility/accessibility.gyp:accessibility', 54 '../ui/accessibility/accessibility.gyp:accessibility',
55 '../ui/accessibility/accessibility.gyp:ax_gen', 55 '../ui/accessibility/accessibility.gyp:ax_gen',
56 '../ui/base/ui_base.gyp:ui_base', 56 '../ui/base/ui_base.gyp:ui_base',
57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
58 '../ui/display/display.gyp:display',
58 '../ui/events/blink/events_blink.gyp:events_blink', 59 '../ui/events/blink/events_blink.gyp:events_blink',
59 '../ui/events/events.gyp:events', 60 '../ui/events/events.gyp:events',
60 '../ui/events/events.gyp:events_base', 61 '../ui/events/events.gyp:events_base',
61 '../ui/events/events.gyp:gesture_detection', 62 '../ui/events/events.gyp:gesture_detection',
62 '../ui/gfx/gfx.gyp:gfx', 63 '../ui/gfx/gfx.gyp:gfx',
63 '../ui/gfx/gfx.gyp:gfx_geometry', 64 '../ui/gfx/gfx.gyp:gfx_geometry',
64 '../ui/resources/ui_resources.gyp:ui_resources', 65 '../ui/resources/ui_resources.gyp:ui_resources',
65 '../ui/snapshot/snapshot.gyp:snapshot', 66 '../ui/snapshot/snapshot.gyp:snapshot',
66 '../ui/surface/surface.gyp:surface', 67 '../ui/surface/surface.gyp:surface',
67 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 68 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
(...skipping 2152 matching lines...) Expand 10 before | Expand all | Expand 10 after
2220 ['enable_webvr==1 and OS=="android"', { 2221 ['enable_webvr==1 and OS=="android"', {
2221 'sources': [ 2222 'sources': [
2222 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2223 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2223 'browser/vr/android/cardboard/cardboard_vr_device.h', 2224 'browser/vr/android/cardboard/cardboard_vr_device.h',
2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2226 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2226 ], 2227 ],
2227 }], 2228 }],
2228 ], 2229 ],
2229 } 2230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698