| 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 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'base/dragdrop/os_exchange_data.cc', | 211 'base/dragdrop/os_exchange_data.cc', |
| 212 'base/dragdrop/os_exchange_data.h', | 212 'base/dragdrop/os_exchange_data.h', |
| 213 'base/dragdrop/os_exchange_data_provider_aura.cc', | 213 'base/dragdrop/os_exchange_data_provider_aura.cc', |
| 214 'base/dragdrop/os_exchange_data_provider_aura.h', | 214 'base/dragdrop/os_exchange_data_provider_aura.h', |
| 215 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 215 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
| 216 'base/dragdrop/os_exchange_data_provider_gtk.h', | 216 'base/dragdrop/os_exchange_data_provider_gtk.h', |
| 217 'base/dragdrop/os_exchange_data_provider_win.cc', | 217 'base/dragdrop/os_exchange_data_provider_win.cc', |
| 218 'base/dragdrop/os_exchange_data_provider_win.h', | 218 'base/dragdrop/os_exchange_data_provider_win.h', |
| 219 'base/events/event.cc', | 219 'base/events/event.cc', |
| 220 'base/events/event.h', | 220 'base/events/event.h', |
| 221 'base/events/event_constants.cc', |
| 221 'base/events/event_constants.h', | 222 'base/events/event_constants.h', |
| 222 'base/events/event_functions.cc', | 223 'base/events/event_functions.cc', |
| 223 'base/events/event_functions.h', | 224 'base/events/event_functions.h', |
| 224 'base/events/event_dispatcher.cc', | 225 'base/events/event_dispatcher.cc', |
| 225 'base/events/event_dispatcher.h', | 226 'base/events/event_dispatcher.h', |
| 226 'base/events/event_handler.h', | 227 'base/events/event_handler.h', |
| 227 'base/events/event_target.cc', | 228 'base/events/event_target.cc', |
| 228 'base/events/event_target.h', | 229 'base/events/event_target.h', |
| 229 'base/gestures/gesture_configuration.cc', | 230 'base/gestures/gesture_configuration.cc', |
| 230 'base/gestures/gesture_configuration.h', | 231 'base/gestures/gesture_configuration.h', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 ], | 857 ], |
| 857 'export_dependent_settings': [ | 858 'export_dependent_settings': [ |
| 858 '../base/base.gyp:base_java', | 859 '../base/base.gyp:base_java', |
| 859 ], | 860 ], |
| 860 'includes': [ '../build/java.gypi' ], | 861 'includes': [ '../build/java.gypi' ], |
| 861 }, | 862 }, |
| 862 ], | 863 ], |
| 863 }], | 864 }], |
| 864 ], | 865 ], |
| 865 } | 866 } |
| OLD | NEW |