| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'cursor/cursor_loader_x11.cc', | 448 'cursor/cursor_loader_x11.cc', |
| 449 'cursor/cursor_loader_x11.h', | 449 'cursor/cursor_loader_x11.h', |
| 450 'cursor/cursor_win.cc', | 450 'cursor/cursor_win.cc', |
| 451 'cursor/cursor_x11.cc', | 451 'cursor/cursor_x11.cc', |
| 452 'x/selection_owner.cc', | 452 'x/selection_owner.cc', |
| 453 'x/selection_owner.h', | 453 'x/selection_owner.h', |
| 454 'x/selection_requestor.cc', | 454 'x/selection_requestor.cc', |
| 455 'x/selection_requestor.h', | 455 'x/selection_requestor.h', |
| 456 'x/selection_utils.cc', | 456 'x/selection_utils.cc', |
| 457 'x/selection_utils.h', | 457 'x/selection_utils.h', |
| 458 ] | 458 ], |
| 459 }], | 459 }], |
| 460 ['use_aura==0 or OS!="linux"', { | 460 ['use_aura==0 or OS!="linux"', { |
| 461 'sources!': [ | 461 'sources!': [ |
| 462 'resource/resource_bundle_auralinux.cc', | 462 'resource/resource_bundle_auralinux.cc', |
| 463 ], | 463 ], |
| 464 }], | 464 }], |
| 465 ['use_ozone==1', { | 465 ['use_ozone==1', { |
| 466 'dependencies': [ | 466 'dependencies': [ |
| 467 '../events/devices/events_devices.gyp:events_devices', | 467 '../events/devices/events_devices.gyp:events_devices', |
| 468 '../events/ozone/events_ozone.gyp:events_ozone_evdev', | 468 '../events/ozone/events_ozone.gyp:events_ozone_evdev', |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 ], | 777 ], |
| 778 'variables': { | 778 'variables': { |
| 779 'jni_gen_package': 'ui', | 779 'jni_gen_package': 'ui', |
| 780 }, | 780 }, |
| 781 'includes': [ '../../build/jni_generator.gypi' ], | 781 'includes': [ '../../build/jni_generator.gypi' ], |
| 782 }, | 782 }, |
| 783 ], | 783 ], |
| 784 }], | 784 }], |
| 785 ], | 785 ], |
| 786 } | 786 } |
| OLD | NEW |