Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 'target_name': 'events_unittests', | 269 'target_name': 'events_unittests', |
| 270 'type': '<(gtest_target_type)', | 270 'type': '<(gtest_target_type)', |
| 271 'dependencies': [ | 271 'dependencies': [ |
| 272 '<(DEPTH)/base/base.gyp:base', | 272 '<(DEPTH)/base/base.gyp:base', |
| 273 '<(DEPTH)/base/base.gyp:run_all_unittests', | 273 '<(DEPTH)/base/base.gyp:run_all_unittests', |
| 274 '<(DEPTH)/base/base.gyp:test_support_base', | 274 '<(DEPTH)/base/base.gyp:test_support_base', |
| 275 '<(DEPTH)/skia/skia.gyp:skia', | 275 '<(DEPTH)/skia/skia.gyp:skia', |
| 276 '<(DEPTH)/testing/gtest.gyp:gtest', | 276 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 277 '../gfx/gfx.gyp:gfx', | |
|
danakj
2014/07/07 18:52:27
why this? does everyone have to include gfx that i
jamesr
2014/07/07 19:37:24
Everyone that depends on gfx_test_support has to d
danakj
2014/07/07 19:40:05
ok, thanks.
I think the goal is to have gfx/geome
| |
| 277 '../gfx/gfx.gyp:gfx_geometry', | 278 '../gfx/gfx.gyp:gfx_geometry', |
| 278 '../gfx/gfx.gyp:gfx_test_support', | 279 '../gfx/gfx.gyp:gfx_test_support', |
| 279 'dom4_keycode_converter', | 280 'dom4_keycode_converter', |
| 280 'events', | 281 'events', |
| 281 'events_base', | 282 'events_base', |
| 282 'events_test_support', | 283 'events_test_support', |
| 283 'gesture_detection', | 284 'gesture_detection', |
| 284 'platform/events_platform.gyp:events_platform', | 285 'platform/events_platform.gyp:events_platform', |
| 285 ], | 286 ], |
| 286 'sources': [ | 287 'sources': [ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 348 ], | 349 ], |
| 349 'variables': { | 350 'variables': { |
| 350 'test_suite_name': 'events_unittests', | 351 'test_suite_name': 'events_unittests', |
| 351 }, | 352 }, |
| 352 'includes': [ '../../build/apk_test.gypi' ], | 353 'includes': [ '../../build/apk_test.gypi' ], |
| 353 }, | 354 }, |
| 354 ], | 355 ], |
| 355 }], | 356 }], |
| 356 ], | 357 ], |
| 357 } | 358 } |
| OLD | NEW |