OLD | NEW |
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/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 '../ui/base/ui_base.gyp:ui_base', | 59 '../ui/base/ui_base.gyp:ui_base', |
60 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 60 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
61 '../ui/display/display.gyp:display', | 61 '../ui/display/display.gyp:display', |
62 '../ui/events/blink/events_blink.gyp:events_blink', | 62 '../ui/events/blink/events_blink.gyp:events_blink', |
63 '../ui/events/events.gyp:events', | 63 '../ui/events/events.gyp:events', |
64 '../ui/events/events.gyp:events_base', | 64 '../ui/events/events.gyp:events_base', |
65 '../ui/events/events.gyp:gesture_detection', | 65 '../ui/events/events.gyp:gesture_detection', |
66 '../ui/gfx/gfx.gyp:gfx', | 66 '../ui/gfx/gfx.gyp:gfx', |
67 '../ui/gfx/gfx.gyp:gfx_geometry', | 67 '../ui/gfx/gfx.gyp:gfx_geometry', |
68 '../ui/gfx/gfx.gyp:gfx_range', | 68 '../ui/gfx/gfx.gyp:gfx_range', |
69 '../ui/gfx/gfx.gyp:mojo_geometry_lib', | 69 '../ui/gfx/gfx.gyp:mojo_geometry_bindings', |
70 '../ui/resources/ui_resources.gyp:ui_resources', | 70 '../ui/resources/ui_resources.gyp:ui_resources', |
71 '../ui/snapshot/snapshot.gyp:snapshot', | 71 '../ui/snapshot/snapshot.gyp:snapshot', |
72 '../ui/surface/surface.gyp:surface', | 72 '../ui/surface/surface.gyp:surface', |
73 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 73 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
74 '../url/ipc/url_ipc.gyp:url_ipc', | 74 '../url/ipc/url_ipc.gyp:url_ipc', |
75 'app/resources/content_resources.gyp:content_resources', | 75 'app/resources/content_resources.gyp:content_resources', |
76 'app/strings/content_strings.gyp:content_strings', | 76 'app/strings/content_strings.gyp:content_strings', |
77 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', | 77 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', |
78 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', | 78 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
79 'browser/devtools/devtools_resources.gyp:devtools_resources', | 79 'browser/devtools/devtools_resources.gyp:devtools_resources', |
(...skipping 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2203 ], | 2203 ], |
2204 }], | 2204 }], |
2205 ['OS != "mac" and OS != "android"', { | 2205 ['OS != "mac" and OS != "android"', { |
2206 'sources!': [ | 2206 'sources!': [ |
2207 'browser/gpu/gpu_surface_tracker.cc', | 2207 'browser/gpu/gpu_surface_tracker.cc', |
2208 'browser/gpu/gpu_surface_tracker.h', | 2208 'browser/gpu/gpu_surface_tracker.h', |
2209 ], | 2209 ], |
2210 }], | 2210 }], |
2211 ], | 2211 ], |
2212 } | 2212 } |
OLD | NEW |