| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 '../base/ui_base.gyp:ui_base', | 254 '../base/ui_base.gyp:ui_base', |
| 255 '../base/ui_base.gyp:ui_base_test_support', | 255 '../base/ui_base.gyp:ui_base_test_support', |
| 256 '../compositor/compositor.gyp:compositor', | 256 '../compositor/compositor.gyp:compositor', |
| 257 '../compositor/compositor.gyp:compositor_test_support', | 257 '../compositor/compositor.gyp:compositor_test_support', |
| 258 '../events/events.gyp:events', | 258 '../events/events.gyp:events', |
| 259 '../events/events.gyp:events_base', | 259 '../events/events.gyp:events_base', |
| 260 '../events/events.gyp:gesture_detection', | 260 '../events/events.gyp:gesture_detection', |
| 261 '../gfx/gfx.gyp:gfx', | 261 '../gfx/gfx.gyp:gfx', |
| 262 '../gfx/gfx.gyp:gfx_geometry', | 262 '../gfx/gfx.gyp:gfx_geometry', |
| 263 '../gl/gl.gyp:gl', | 263 '../gl/gl.gyp:gl', |
| 264 '../gl/init/gl_init.gyp:gl_init', |
| 264 'aura_test_support', | 265 'aura_test_support', |
| 265 'aura', | 266 'aura', |
| 266 ], | 267 ], |
| 267 'include_dirs': [ | 268 'include_dirs': [ |
| 268 '..', | 269 '..', |
| 269 ], | 270 ], |
| 270 'sources': [ | 271 'sources': [ |
| 271 'gestures/gesture_recognizer_unittest.cc', | 272 'gestures/gesture_recognizer_unittest.cc', |
| 272 'test/run_all_unittests.cc', | 273 'test/run_all_unittests.cc', |
| 273 'window_event_dispatcher_unittest.cc', | 274 'window_event_dispatcher_unittest.cc', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 304 'dependencies': [ | 305 'dependencies': [ |
| 305 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 306 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 306 ], | 307 ], |
| 307 }], | 308 }], |
| 308 ], | 309 ], |
| 309 }, | 310 }, |
| 310 ], | 311 ], |
| 311 }], | 312 }], |
| 312 ], | 313 ], |
| 313 } | 314 } |
| OLD | NEW |