| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'base/touch/touch_device_win.cc', | 291 'base/touch/touch_device_win.cc', |
| 292 'base/touch/touch_editing_controller.cc', | 292 'base/touch/touch_editing_controller.cc', |
| 293 'base/touch/touch_editing_controller.h', | 293 'base/touch/touch_editing_controller.h', |
| 294 'base/touch/touch_factory_x11.cc', | 294 'base/touch/touch_factory_x11.cc', |
| 295 'base/touch/touch_factory_x11.h', | 295 'base/touch/touch_factory_x11.h', |
| 296 'base/ui_base_exports.cc', | 296 'base/ui_base_exports.cc', |
| 297 'base/ui_base_paths.cc', | 297 'base/ui_base_paths.cc', |
| 298 'base/ui_base_paths.h', | 298 'base/ui_base_paths.h', |
| 299 'base/ui_base_switches.cc', | 299 'base/ui_base_switches.cc', |
| 300 'base/ui_base_switches.h', | 300 'base/ui_base_switches.h', |
| 301 'base/ui_base_switches_util.cc', | |
| 302 'base/ui_base_switches_util.h', | |
| 303 'base/ui_base_types.h', | 301 'base/ui_base_types.h', |
| 304 'base/ui_export.h', | 302 'base/ui_export.h', |
| 305 'base/view_prop.cc', | 303 'base/view_prop.cc', |
| 306 'base/view_prop.h', | 304 'base/view_prop.h', |
| 307 'base/win/accessibility_ids_win.h', | 305 'base/win/accessibility_ids_win.h', |
| 308 'base/win/accessibility_misc_utils.cc', | 306 'base/win/accessibility_misc_utils.cc', |
| 309 'base/win/accessibility_misc_utils.h', | 307 'base/win/accessibility_misc_utils.h', |
| 310 'base/win/atl_module.h', | 308 'base/win/atl_module.h', |
| 311 'base/win/dpi.cc', | 309 'base/win/dpi.cc', |
| 312 'base/win/dpi.h', | 310 'base/win/dpi.h', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 'xcode_settings': { | 986 'xcode_settings': { |
| 989 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 987 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 990 }, | 988 }, |
| 991 }], | 989 }], |
| 992 ], | 990 ], |
| 993 }, | 991 }, |
| 994 ], | 992 ], |
| 995 }], | 993 }], |
| 996 ], | 994 ], |
| 997 } | 995 } |
| OLD | NEW |