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 26 matching lines...) Expand all Loading... |
37 'sources' : [ | 37 'sources' : [ |
38 'accelerators/accelerator.cc', | 38 'accelerators/accelerator.cc', |
39 'accelerators/accelerator.h', | 39 'accelerators/accelerator.h', |
40 'accelerators/accelerator_manager.cc', | 40 'accelerators/accelerator_manager.cc', |
41 'accelerators/accelerator_manager.h', | 41 'accelerators/accelerator_manager.h', |
42 'accelerators/menu_label_accelerator_util_linux.cc', | 42 'accelerators/menu_label_accelerator_util_linux.cc', |
43 'accelerators/menu_label_accelerator_util_linux.h', | 43 'accelerators/menu_label_accelerator_util_linux.h', |
44 'accelerators/platform_accelerator.h', | 44 'accelerators/platform_accelerator.h', |
45 'accelerators/platform_accelerator_cocoa.h', | 45 'accelerators/platform_accelerator_cocoa.h', |
46 'accelerators/platform_accelerator_cocoa.mm', | 46 'accelerators/platform_accelerator_cocoa.mm', |
| 47 'android/system_ui_resource.h', |
| 48 'android/system_ui_resource_layer.h', |
| 49 'android/system_ui_resource_manager.cc', |
| 50 'android/system_ui_resource_manager.h', |
47 'android/ui_base_jni_registrar.cc', | 51 'android/ui_base_jni_registrar.cc', |
48 'android/ui_base_jni_registrar.h', | 52 'android/ui_base_jni_registrar.h', |
| 53 'android/ui_resource_client_android.h', |
| 54 'android/ui_resource_provider.h', |
49 'android/view_android.cc', | 55 'android/view_android.cc', |
50 'android/view_android.h', | 56 'android/view_android.h', |
51 'android/window_android.cc', | 57 'android/window_android.cc', |
52 'android/window_android.h', | 58 'android/window_android.h', |
53 'android/window_android_compositor.h', | 59 'android/window_android_compositor.h', |
54 'android/window_android_observer.h', | 60 'android/window_android_observer.h', |
55 'base_window.cc', | 61 'base_window.cc', |
56 'base_window.h', | 62 'base_window.h', |
57 'clipboard/clipboard.cc', | 63 'clipboard/clipboard.cc', |
58 'clipboard/clipboard.h', | 64 'clipboard/clipboard.h', |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 ], | 643 ], |
638 'variables': { | 644 'variables': { |
639 'jni_gen_package': 'ui', | 645 'jni_gen_package': 'ui', |
640 }, | 646 }, |
641 'includes': [ '../../build/jni_generator.gypi' ], | 647 'includes': [ '../../build/jni_generator.gypi' ], |
642 }, | 648 }, |
643 ], | 649 ], |
644 }], | 650 }], |
645 ], | 651 ], |
646 } | 652 } |
OLD | NEW |