| 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/latency_info/latency_info.gyp:latency_info', |
| 69 '../ui/resources/ui_resources.gyp:ui_resources', | 70 '../ui/resources/ui_resources.gyp:ui_resources', |
| 70 '../ui/snapshot/snapshot.gyp:snapshot', | 71 '../ui/snapshot/snapshot.gyp:snapshot', |
| 71 '../ui/surface/surface.gyp:surface', | 72 '../ui/surface/surface.gyp:surface', |
| 72 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 73 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
| 73 '../url/ipc/url_ipc.gyp:url_ipc', | 74 '../url/ipc/url_ipc.gyp:url_ipc', |
| 74 'app/resources/content_resources.gyp:content_resources', | 75 'app/resources/content_resources.gyp:content_resources', |
| 75 'app/strings/content_strings.gyp:content_strings', | 76 'app/strings/content_strings.gyp:content_strings', |
| 76 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', | 77 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', |
| 77 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', | 78 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
| 78 'browser/devtools/devtools_resources.gyp:devtools_resources', | 79 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| (...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2211 ], | 2212 ], |
| 2212 }], | 2213 }], |
| 2213 ['OS != "mac" and OS != "android"', { | 2214 ['OS != "mac" and OS != "android"', { |
| 2214 'sources!': [ | 2215 'sources!': [ |
| 2215 'browser/gpu/gpu_surface_tracker.cc', | 2216 'browser/gpu/gpu_surface_tracker.cc', |
| 2216 'browser/gpu/gpu_surface_tracker.h', | 2217 'browser/gpu/gpu_surface_tracker.h', |
| 2217 ], | 2218 ], |
| 2218 }], | 2219 }], |
| 2219 ], | 2220 ], |
| 2220 } | 2221 } |
| OLD | NEW |