OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'accelerators/accelerator.h', | 43 'accelerators/accelerator.h', |
44 'accelerators/accelerator_history.cc', | 44 'accelerators/accelerator_history.cc', |
45 'accelerators/accelerator_history.h', | 45 'accelerators/accelerator_history.h', |
46 'accelerators/accelerator_manager.cc', | 46 'accelerators/accelerator_manager.cc', |
47 'accelerators/accelerator_manager.h', | 47 'accelerators/accelerator_manager.h', |
48 'accelerators/menu_label_accelerator_util_linux.cc', | 48 'accelerators/menu_label_accelerator_util_linux.cc', |
49 'accelerators/menu_label_accelerator_util_linux.h', | 49 'accelerators/menu_label_accelerator_util_linux.h', |
50 'accelerators/platform_accelerator.h', | 50 'accelerators/platform_accelerator.h', |
51 'accelerators/platform_accelerator_cocoa.h', | 51 'accelerators/platform_accelerator_cocoa.h', |
52 'accelerators/platform_accelerator_cocoa.mm', | 52 'accelerators/platform_accelerator_cocoa.mm', |
53 'android/system_ui_resource_manager.h', | |
54 'android/system_ui_resource_type.h', | 53 'android/system_ui_resource_type.h', |
55 'android/ui_base_jni_registrar.cc', | 54 'android/ui_base_jni_registrar.cc', |
56 'android/ui_base_jni_registrar.h', | 55 'android/ui_base_jni_registrar.h', |
57 'android/view_android.cc', | 56 'android/view_android.cc', |
58 'android/view_android.h', | 57 'android/view_android.h', |
59 'android/window_android.cc', | 58 'android/window_android.cc', |
60 'android/window_android.h', | 59 'android/window_android.h', |
61 'android/window_android_compositor.h', | 60 'android/window_android_compositor.h', |
62 'android/window_android_observer.h', | 61 'android/window_android_observer.h', |
63 'base_window.cc', | 62 'base_window.cc', |
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 ], | 787 ], |
789 'variables': { | 788 'variables': { |
790 'jni_gen_package': 'ui', | 789 'jni_gen_package': 'ui', |
791 }, | 790 }, |
792 'includes': [ '../../build/jni_generator.gypi' ], | 791 'includes': [ '../../build/jni_generator.gypi' ], |
793 }, | 792 }, |
794 ], | 793 ], |
795 }], | 794 }], |
796 ], | 795 ], |
797 } | 796 } |
OLD | NEW |