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

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

Issue 818793002: [Ozone] Fix build dependencies in ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify 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
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ] 469 ]
470 }], 470 }],
471 ['use_aura==0 or OS!="linux"', { 471 ['use_aura==0 or OS!="linux"', {
472 'sources!': [ 472 'sources!': [
473 'resource/resource_bundle_auralinux.cc', 473 'resource/resource_bundle_auralinux.cc',
474 ], 474 ],
475 }], 475 }],
476 ['use_ozone==1', { 476 ['use_ozone==1', {
477 'dependencies': [ 477 'dependencies': [
478 '../ozone/ozone.gyp:ozone_base', 478 '../ozone/ozone.gyp:ozone_base',
479 '../events/devices/events_devices.gyp:events_devices',
sadrul 2014/12/19 21:40:48 Sort
479 '../events/ozone/events_ozone.gyp:events_ozone_layout', 480 '../events/ozone/events_ozone.gyp:events_ozone_layout',
480 ], 481 ],
481 }], 482 }],
482 ['use_aura==1 and OS=="win"', { 483 ['use_aura==1 and OS=="win"', {
483 'sources/': [ 484 'sources/': [
484 ['exclude', 'dragdrop/drag_utils_aura.cc'], 485 ['exclude', 'dragdrop/drag_utils_aura.cc'],
485 ], 486 ],
486 }], 487 }],
487 ['use_glib == 1', { 488 ['use_glib == 1', {
488 'dependencies': [ 489 'dependencies': [
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 ], 789 ],
789 'variables': { 790 'variables': {
790 'jni_gen_package': 'ui', 791 'jni_gen_package': 'ui',
791 }, 792 },
792 'includes': [ '../../build/jni_generator.gypi' ], 793 'includes': [ '../../build/jni_generator.gypi' ],
793 }, 794 },
794 ], 795 ],
795 }], 796 }],
796 ], 797 ],
797 } 798 }
OLDNEW
« ui/base/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698