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