| 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 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 'base/theme_provider.cc', | 322 'base/theme_provider.cc', |
| 323 'base/theme_provider.h', | 323 'base/theme_provider.h', |
| 324 'base/touch/touch_device.cc', | 324 'base/touch/touch_device.cc', |
| 325 'base/touch/touch_device.h', | 325 'base/touch/touch_device.h', |
| 326 'base/touch/touch_device_android.cc', | 326 'base/touch/touch_device_android.cc', |
| 327 'base/touch/touch_device_aurax11.cc', | 327 'base/touch/touch_device_aurax11.cc', |
| 328 'base/touch/touch_device_ozone.cc', | 328 'base/touch/touch_device_ozone.cc', |
| 329 'base/touch/touch_device_win.cc', | 329 'base/touch/touch_device_win.cc', |
| 330 'base/touch/touch_editing_controller.cc', | 330 'base/touch/touch_editing_controller.cc', |
| 331 'base/touch/touch_editing_controller.h', | 331 'base/touch/touch_editing_controller.h', |
| 332 'base/touch/touch_enabled.cc', |
| 333 'base/touch/touch_enabled.h', |
| 332 'base/touch/touch_factory_x11.cc', | 334 'base/touch/touch_factory_x11.cc', |
| 333 'base/touch/touch_factory_x11.h', | 335 'base/touch/touch_factory_x11.h', |
| 334 'base/ui_base_exports.cc', | 336 'base/ui_base_exports.cc', |
| 335 'base/ui_base_paths.cc', | 337 'base/ui_base_paths.cc', |
| 336 'base/ui_base_paths.h', | 338 'base/ui_base_paths.h', |
| 337 'base/ui_base_switches.cc', | 339 'base/ui_base_switches.cc', |
| 338 'base/ui_base_switches.h', | 340 'base/ui_base_switches.h', |
| 339 'base/ui_base_switches_util.cc', | 341 'base/ui_base_switches_util.cc', |
| 340 'base/ui_base_switches_util.h', | 342 'base/ui_base_switches_util.h', |
| 341 'base/ui_base_types.cc', | 343 'base/ui_base_types.cc', |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1031 'xcode_settings': { | 1033 'xcode_settings': { |
| 1032 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1034 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1033 }, | 1035 }, |
| 1034 }], | 1036 }], |
| 1035 ], | 1037 ], |
| 1036 }, | 1038 }, |
| 1037 ], | 1039 ], |
| 1038 }], | 1040 }], |
| 1039 ], | 1041 ], |
| 1040 } | 1042 } |
| OLD | NEW |