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

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

Issue 769943003: ui: Fix all 'gn check' errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/compositor/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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'models/table_model.h', 322 'models/table_model.h',
323 'models/table_model_observer.h', 323 'models/table_model_observer.h',
324 'models/tree_model.cc', 324 'models/tree_model.cc',
325 'models/tree_model.h', 325 'models/tree_model.h',
326 'models/tree_node_iterator.h', 326 'models/tree_node_iterator.h',
327 'models/tree_node_model.h', 327 'models/tree_node_model.h',
328 'nine_image_painter_factory.cc', 328 'nine_image_painter_factory.cc',
329 'nine_image_painter_factory.h', 329 'nine_image_painter_factory.h',
330 'page_transition_types.cc', 330 'page_transition_types.cc',
331 'page_transition_types.h', 331 'page_transition_types.h',
332 'page_transition_types_list.h',
333 'resource/data_pack.cc', 332 'resource/data_pack.cc',
334 'resource/data_pack.h', 333 'resource/data_pack.h',
335 'resource/resource_bundle.cc', 334 'resource/resource_bundle.cc',
336 'resource/resource_bundle.h', 335 'resource/resource_bundle.h',
337 'resource/resource_bundle_android.cc', 336 'resource/resource_bundle_android.cc',
338 'resource/resource_bundle_auralinux.cc', 337 'resource/resource_bundle_auralinux.cc',
339 'resource/resource_bundle_ios.mm', 338 'resource/resource_bundle_ios.mm',
340 'resource/resource_bundle_mac.mm', 339 'resource/resource_bundle_mac.mm',
341 'resource/resource_bundle_win.cc', 340 'resource/resource_bundle_win.cc',
342 'resource/resource_bundle_win.h', 341 'resource/resource_bundle_win.h',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 ], 784 ],
786 'variables': { 785 'variables': {
787 'jni_gen_package': 'ui', 786 'jni_gen_package': 'ui',
788 }, 787 },
789 'includes': [ '../../build/jni_generator.gypi' ], 788 'includes': [ '../../build/jni_generator.gypi' ],
790 }, 789 },
791 ], 790 ],
792 }], 791 }],
793 ], 792 ],
794 } 793 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698