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

Side by Side Diff: ash/ash.gyp

Issue 898543006: ash: Add missing dependency on events_ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update GN build 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 | « ash/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 }], 927 }],
928 ['use_x11==1', { 928 ['use_x11==1', {
929 'dependencies': [ 929 'dependencies': [
930 '../build/linux/system.gyp:x11', 930 '../build/linux/system.gyp:x11',
931 '../build/linux/system.gyp:xfixes', 931 '../build/linux/system.gyp:xfixes',
932 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 932 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
933 ], 933 ],
934 }], 934 }],
935 ['use_ozone==1', { 935 ['use_ozone==1', {
936 'dependencies': [ 936 'dependencies': [
937 '../ui/events/ozone/events_ozone.gyp:events_ozone',
937 '../ui/ozone/ozone.gyp:ozone', 938 '../ui/ozone/ozone.gyp:ozone',
938 ], 939 ],
939 }], 940 }],
940 ['chromeos==1', { 941 ['chromeos==1', {
941 'dependencies': [ 942 'dependencies': [
942 '../chromeos/chromeos.gyp:chromeos', 943 '../chromeos/chromeos.gyp:chromeos',
943 # Ash #includes power_supply_properties.pb.h directly. 944 # Ash #includes power_supply_properties.pb.h directly.
944 '../chromeos/chromeos.gyp:power_manager_proto', 945 '../chromeos/chromeos.gyp:power_manager_proto',
945 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 946 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
946 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 947 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 '../build/isolate.gypi', 1287 '../build/isolate.gypi',
1287 ], 1288 ],
1288 'sources': [ 1289 'sources': [
1289 'ash_unittests.isolate', 1290 'ash_unittests.isolate',
1290 ], 1291 ],
1291 }, 1292 },
1292 ], 1293 ],
1293 }], 1294 }],
1294 ], 1295 ],
1295 } 1296 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698