Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: ui/base/ui_base.gyp

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_type.h',
54 'android/ui_base_jni_registrar.cc', 53 'android/ui_base_jni_registrar.cc',
55 'android/ui_base_jni_registrar.h', 54 'android/ui_base_jni_registrar.h',
56 'android/view_android.cc', 55 'android/view_android.cc',
57 'android/view_android.h', 56 'android/view_android.h',
58 'android/window_android.cc', 57 'android/window_android.cc',
59 'android/window_android.h', 58 'android/window_android.h',
60 'android/window_android_compositor.h', 59 'android/window_android_compositor.h',
61 'android/window_android_observer.h', 60 'android/window_android_observer.h',
62 'base_window.cc', 61 'base_window.cc',
63 'base_window.h', 62 'base_window.h',
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 ], 823 ],
825 'variables': { 824 'variables': {
826 'jni_gen_package': 'ui', 825 'jni_gen_package': 'ui',
827 }, 826 },
828 'includes': [ '../../build/jni_generator.gypi' ], 827 'includes': [ '../../build/jni_generator.gypi' ],
829 }, 828 },
830 ], 829 ],
831 }], 830 }],
832 ], 831 ],
833 } 832 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698