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/ui_base_types.cc', | 291 'base/ui_base_types.cc', |
292 'base/ui_base_types.h', | 292 'base/ui_base_types.h', |
293 'base/ui_export.h', | 293 'base/ui_export.h', |
294 'base/view_prop.cc', | 294 'base/view_prop.cc', |
295 'base/view_prop.h', | 295 'base/view_prop.h', |
296 'base/win/accessibility_ids_win.h', | 296 'base/win/accessibility_ids_win.h', |
297 'base/win/accessibility_misc_utils.cc', | 297 'base/win/accessibility_misc_utils.cc', |
298 'base/win/accessibility_misc_utils.h', | 298 'base/win/accessibility_misc_utils.h', |
299 'base/win/atl_module.h', | 299 'base/win/atl_module.h', |
300 'events/win/events_win.cc', | 300 'events/win/events_win.cc', |
| 301 'base/win/dpi_setup.cc', |
| 302 'base/win/dpi_setup.h', |
301 'base/win/extra_sdk_defines.h', | 303 'base/win/extra_sdk_defines.h', |
302 'base/win/foreground_helper.cc', | 304 'base/win/foreground_helper.cc', |
303 'base/win/foreground_helper.h', | 305 'base/win/foreground_helper.h', |
304 'base/win/hidden_window.cc', | 306 'base/win/hidden_window.cc', |
305 'base/win/hidden_window.h', | 307 'base/win/hidden_window.h', |
306 'base/win/hwnd_subclass.cc', | 308 'base/win/hwnd_subclass.cc', |
307 'base/win/hwnd_subclass.h', | 309 'base/win/hwnd_subclass.h', |
308 'base/win/message_box_win.cc', | 310 'base/win/message_box_win.cc', |
309 'base/win/message_box_win.h', | 311 'base/win/message_box_win.h', |
310 'base/win/mouse_wheel_util.cc', | 312 'base/win/mouse_wheel_util.cc', |
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 'xcode_settings': { | 1108 'xcode_settings': { |
1107 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1109 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1108 }, | 1110 }, |
1109 }], | 1111 }], |
1110 ], | 1112 ], |
1111 }, | 1113 }, |
1112 ], | 1114 ], |
1113 }], | 1115 }], |
1114 ], | 1116 ], |
1115 } | 1117 } |
OLD | NEW |