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

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

Issue 1720273002: Set material hybrid by default on ChromeOS touch devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp/gn changes Created 4 years, 9 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/material_design/material_design_controller.cc ('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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ] 455 ]
456 }], 456 }],
457 ['use_aura==0 or OS!="linux"', { 457 ['use_aura==0 or OS!="linux"', {
458 'sources!': [ 458 'sources!': [
459 'resource/resource_bundle_auralinux.cc', 459 'resource/resource_bundle_auralinux.cc',
460 ], 460 ],
461 }], 461 }],
462 ['use_ozone==1', { 462 ['use_ozone==1', {
463 'dependencies': [ 463 'dependencies': [
464 '../events/devices/events_devices.gyp:events_devices', 464 '../events/devices/events_devices.gyp:events_devices',
465 '../events/ozone/events_ozone.gyp:events_ozone_evdev',
465 '../events/ozone/events_ozone.gyp:events_ozone_layout', 466 '../events/ozone/events_ozone.gyp:events_ozone_layout',
466 '../ozone/ozone.gyp:ozone_base', 467 '../ozone/ozone.gyp:ozone_base',
467 ], 468 ],
468 }], 469 }],
469 ['use_aura==1 and OS=="win"', { 470 ['use_aura==1 and OS=="win"', {
470 'sources/': [ 471 'sources/': [
471 ['exclude', 'dragdrop/drag_utils_aura.cc'], 472 ['exclude', 'dragdrop/drag_utils_aura.cc'],
472 ], 473 ],
473 }], 474 }],
474 ['use_glib == 1', { 475 ['use_glib == 1', {
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 ], 773 ],
773 'variables': { 774 'variables': {
774 'jni_gen_package': 'ui', 775 'jni_gen_package': 'ui',
775 }, 776 },
776 'includes': [ '../../build/jni_generator.gypi' ], 777 'includes': [ '../../build/jni_generator.gypi' ],
777 }, 778 },
778 ], 779 ],
779 }], 780 }],
780 ], 781 ],
781 } 782 }
OLDNEW
« no previous file with comments | « ui/base/material_design/material_design_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698