| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 ['OS=="ios"', { | 342 ['OS=="ios"', { |
| 343 # The cocoa files don't apply to iOS. | 343 # The cocoa files don't apply to iOS. |
| 344 'sources/': [['exclude', 'cocoa']], | 344 'sources/': [['exclude', 'cocoa']], |
| 345 }], | 345 }], |
| 346 ['use_x11==1', { | 346 ['use_x11==1', { |
| 347 'dependencies': [ | 347 'dependencies': [ |
| 348 'devices/x11/events_devices_x11.gyp:events_devices_x11', | 348 'devices/x11/events_devices_x11.gyp:events_devices_x11', |
| 349 'keycodes/events_keycodes.gyp:keycodes_x11', | 349 'keycodes/events_keycodes.gyp:keycodes_x11', |
| 350 ], | 350 ], |
| 351 }], | 351 }], |
| 352 ['use_x11==1 or ozone_platform_ozonex==1', { | 352 ['use_x11==1', { |
| 353 'dependencies': [ | 353 'dependencies': [ |
| 354 'x/events_x.gyp:events_x', | 354 'x/events_x.gyp:events_x', |
| 355 ], | 355 ], |
| 356 }], | 356 }], |
| 357 ['use_x11==1 or use_ozone==1', { | 357 ['use_x11==1 or use_ozone==1', { |
| 358 'sources' : [ | 358 'sources' : [ |
| 359 'test/device_data_manager_test_api_impl.cc', | 359 'test/device_data_manager_test_api_impl.cc', |
| 360 ], | 360 ], |
| 361 'dependencies': [ | 361 'dependencies': [ |
| 362 'devices/events_devices.gyp:events_devices', | 362 'devices/events_devices.gyp:events_devices', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 387 'variables': { | 387 'variables': { |
| 388 'jni_gen_package': 'ui', | 388 'jni_gen_package': 'ui', |
| 389 'input_java_class': 'android/view/KeyEvent.class', | 389 'input_java_class': 'android/view/KeyEvent.class', |
| 390 }, | 390 }, |
| 391 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 391 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 392 }, | 392 }, |
| 393 ], | 393 ], |
| 394 }], | 394 }], |
| 395 ], | 395 ], |
| 396 } | 396 } |
| OLD | NEW |