| 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 22 matching lines...) Expand all Loading... |
| 33 'UI_BASE_IMPLEMENTATION', | 33 'UI_BASE_IMPLEMENTATION', |
| 34 ], | 34 ], |
| 35 'export_dependent_settings': [ | 35 'export_dependent_settings': [ |
| 36 '../../net/net.gyp:net', | 36 '../../net/net.gyp:net', |
| 37 '../gfx/gfx.gyp:gfx', | 37 '../gfx/gfx.gyp:gfx', |
| 38 ], | 38 ], |
| 39 'sources' : [ | 39 'sources' : [ |
| 40 # Note: file list duplicated in GN build. | 40 # Note: file list duplicated in GN build. |
| 41 'accelerators/accelerator.cc', | 41 'accelerators/accelerator.cc', |
| 42 'accelerators/accelerator.h', | 42 'accelerators/accelerator.h', |
| 43 'accelerators/accelerator_history.cc', |
| 44 'accelerators/accelerator_history.h', |
| 43 'accelerators/accelerator_manager.cc', | 45 'accelerators/accelerator_manager.cc', |
| 44 'accelerators/accelerator_manager.h', | 46 'accelerators/accelerator_manager.h', |
| 45 'accelerators/menu_label_accelerator_util_linux.cc', | 47 'accelerators/menu_label_accelerator_util_linux.cc', |
| 46 'accelerators/menu_label_accelerator_util_linux.h', | 48 'accelerators/menu_label_accelerator_util_linux.h', |
| 47 'accelerators/platform_accelerator.h', | 49 'accelerators/platform_accelerator.h', |
| 48 'accelerators/platform_accelerator_cocoa.h', | 50 'accelerators/platform_accelerator_cocoa.h', |
| 49 'accelerators/platform_accelerator_cocoa.mm', | 51 'accelerators/platform_accelerator_cocoa.mm', |
| 50 'android/system_ui_resource_manager.h', | 52 'android/system_ui_resource_manager.h', |
| 51 'android/ui_base_jni_registrar.cc', | 53 'android/ui_base_jni_registrar.cc', |
| 52 'android/ui_base_jni_registrar.h', | 54 'android/ui_base_jni_registrar.h', |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 ], | 762 ], |
| 761 'variables': { | 763 'variables': { |
| 762 'jni_gen_package': 'ui', | 764 'jni_gen_package': 'ui', |
| 763 }, | 765 }, |
| 764 'includes': [ '../../build/jni_generator.gypi' ], | 766 'includes': [ '../../build/jni_generator.gypi' ], |
| 765 }, | 767 }, |
| 766 ], | 768 ], |
| 767 }], | 769 }], |
| 768 ], | 770 ], |
| 769 } | 771 } |
| OLD | NEW |