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', |
301 'base/ui_base_types.h', | 303 'base/ui_base_types.h', |
302 'base/ui_export.h', | 304 'base/ui_export.h', |
303 'base/view_prop.cc', | 305 'base/view_prop.cc', |
304 'base/view_prop.h', | 306 'base/view_prop.h', |
305 'base/win/accessibility_ids_win.h', | 307 'base/win/accessibility_ids_win.h', |
306 'base/win/accessibility_misc_utils.cc', | 308 'base/win/accessibility_misc_utils.cc', |
307 'base/win/accessibility_misc_utils.h', | 309 'base/win/accessibility_misc_utils.h', |
308 'base/win/atl_module.h', | 310 'base/win/atl_module.h', |
309 'base/win/dpi.cc', | 311 'base/win/dpi.cc', |
310 'base/win/dpi.h', | 312 'base/win/dpi.h', |
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 'xcode_settings': { | 983 'xcode_settings': { |
982 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 984 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
983 }, | 985 }, |
984 }], | 986 }], |
985 ], | 987 ], |
986 }, | 988 }, |
987 ], | 989 ], |
988 }], | 990 }], |
989 ], | 991 ], |
990 } | 992 } |
OLD | NEW |