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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 'base/touch/touch_editing_controller.h', | 328 'base/touch/touch_editing_controller.h', |
329 'base/touch/touch_factory_x11.cc', | 329 'base/touch/touch_factory_x11.cc', |
330 'base/touch/touch_factory_x11.h', | 330 'base/touch/touch_factory_x11.h', |
331 'base/ui_base_exports.cc', | 331 'base/ui_base_exports.cc', |
332 'base/ui_base_paths.cc', | 332 'base/ui_base_paths.cc', |
333 'base/ui_base_paths.h', | 333 'base/ui_base_paths.h', |
334 'base/ui_base_switches.cc', | 334 'base/ui_base_switches.cc', |
335 'base/ui_base_switches.h', | 335 'base/ui_base_switches.h', |
336 'base/ui_base_switches_util.cc', | 336 'base/ui_base_switches_util.cc', |
337 'base/ui_base_switches_util.h', | 337 'base/ui_base_switches_util.h', |
| 338 'base/ui_base_types.cc', |
338 'base/ui_base_types.h', | 339 'base/ui_base_types.h', |
339 'base/ui_export.h', | 340 'base/ui_export.h', |
340 'base/view_prop.cc', | 341 'base/view_prop.cc', |
341 'base/view_prop.h', | 342 'base/view_prop.h', |
342 'base/win/accessibility_ids_win.h', | 343 'base/win/accessibility_ids_win.h', |
343 'base/win/accessibility_misc_utils.cc', | 344 'base/win/accessibility_misc_utils.cc', |
344 'base/win/accessibility_misc_utils.h', | 345 'base/win/accessibility_misc_utils.h', |
345 'base/win/atl_module.h', | 346 'base/win/atl_module.h', |
346 'base/win/dpi.cc', | 347 'base/win/dpi.cc', |
347 'base/win/dpi.h', | 348 'base/win/dpi.h', |
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 'xcode_settings': { | 1021 'xcode_settings': { |
1021 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1022 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1022 }, | 1023 }, |
1023 }], | 1024 }], |
1024 ], | 1025 ], |
1025 }, | 1026 }, |
1026 ], | 1027 ], |
1027 }], | 1028 }], |
1028 ], | 1029 ], |
1029 } | 1030 } |
OLD | NEW |