Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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', | |
|
Daniel Erat
2015/02/03 21:14:52
add this to ash/BUILD.gn too? (looks like it's mis
| |
| 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 Loading... | |
| 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 } |
| OLD | NEW |