| 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 28 matching lines...) Expand all Loading... |
| 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/ui_base_jni_registrar.cc', | 47 'android/ui_base_jni_registrar.cc', |
| 48 'android/ui_base_jni_registrar.h', | 48 'android/ui_base_jni_registrar.h', |
| 49 'android/ui_resource_client_android.h', |
| 50 'android/ui_resource_provider.h', |
| 49 'android/view_android.cc', | 51 'android/view_android.cc', |
| 50 'android/view_android.h', | 52 'android/view_android.h', |
| 51 'android/window_android.cc', | 53 'android/window_android.cc', |
| 52 'android/window_android.h', | 54 'android/window_android.h', |
| 53 'android/window_android_compositor.h', | 55 'android/window_android_compositor.h', |
| 54 'android/window_android_observer.h', | 56 'android/window_android_observer.h', |
| 55 'base_window.cc', | 57 'base_window.cc', |
| 56 'base_window.h', | 58 'base_window.h', |
| 57 'clipboard/clipboard.cc', | 59 'clipboard/clipboard.cc', |
| 58 'clipboard/clipboard.h', | 60 'clipboard/clipboard.h', |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 ], | 639 ], |
| 638 'variables': { | 640 'variables': { |
| 639 'jni_gen_package': 'ui', | 641 'jni_gen_package': 'ui', |
| 640 }, | 642 }, |
| 641 'includes': [ '../../build/jni_generator.gypi' ], | 643 'includes': [ '../../build/jni_generator.gypi' ], |
| 642 }, | 644 }, |
| 643 ], | 645 ], |
| 644 }], | 646 }], |
| 645 ], | 647 ], |
| 646 } | 648 } |
| OLD | NEW |