Chromium Code Reviews| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 39 'resources/ui_resources.gyp:ui_resources', | 39 'resources/ui_resources.gyp:ui_resources', |
| 40 ], | 40 ], |
| 41 'defines': [ | 41 'defines': [ |
| 42 'UI_IMPLEMENTATION', | 42 'UI_IMPLEMENTATION', |
| 43 ], | 43 ], |
| 44 'export_dependent_settings': [ | 44 'export_dependent_settings': [ |
| 45 '../net/net.gyp:net', | 45 '../net/net.gyp:net', |
| 46 'gfx/gfx.gyp:gfx', | 46 'gfx/gfx.gyp:gfx', |
| 47 ], | 47 ], |
| 48 'sources' : [ | 48 'sources' : [ |
| 49 'accessibility/ax_enums.h', | |
|
Ben Goodger (Google)
2013/11/21 23:15:42
since this has a subdir in src/ui, it should also
dmazzoni
2013/11/22 00:07:15
Got it. Done.
| |
| 50 'accessibility/ax_node.cc', | |
| 51 'accessibility/ax_node_data.cc', | |
| 52 'accessibility/ax_node_data.h', | |
| 53 'accessibility/ax_node.h', | |
| 54 'accessibility/ax_serializable_tree.cc', | |
| 55 'accessibility/ax_serializable_tree.h', | |
| 56 'accessibility/ax_tree.cc', | |
| 57 'accessibility/ax_tree.h', | |
| 58 'accessibility/ax_tree_serializer.cc', | |
| 59 'accessibility/ax_tree_serializer.h', | |
| 60 'accessibility/ax_tree_source.h', | |
| 61 'accessibility/ax_tree_update.cc', | |
| 62 'accessibility/ax_tree_update.h', | |
| 49 'base/accelerators/accelerator.cc', | 63 'base/accelerators/accelerator.cc', |
| 50 'base/accelerators/accelerator.h', | 64 'base/accelerators/accelerator.h', |
| 51 'base/accelerators/accelerator_manager.cc', | 65 'base/accelerators/accelerator_manager.cc', |
| 52 'base/accelerators/accelerator_manager.h', | 66 'base/accelerators/accelerator_manager.h', |
| 53 'base/accelerators/menu_label_accelerator_util_linux.cc', | 67 'base/accelerators/menu_label_accelerator_util_linux.cc', |
| 54 'base/accelerators/menu_label_accelerator_util_linux.h', | 68 'base/accelerators/menu_label_accelerator_util_linux.h', |
| 55 'base/accelerators/platform_accelerator.h', | 69 'base/accelerators/platform_accelerator.h', |
| 56 'base/accelerators/platform_accelerator_cocoa.h', | 70 'base/accelerators/platform_accelerator_cocoa.h', |
| 57 'base/accelerators/platform_accelerator_cocoa.mm', | 71 'base/accelerators/platform_accelerator_cocoa.mm', |
| 58 'base/accelerators/platform_accelerator_gtk.cc', | 72 'base/accelerators/platform_accelerator_gtk.cc', |
| (...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 703 'xcode_settings': { | 717 'xcode_settings': { |
| 704 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 718 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 705 }, | 719 }, |
| 706 }], | 720 }], |
| 707 ], | 721 ], |
| 708 }, | 722 }, |
| 709 ], | 723 ], |
| 710 }], | 724 }], |
| 711 ], | 725 ], |
| 712 } | 726 } |
| OLD | NEW |