| 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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 'system/win/audio/tray_audio_delegate_win.cc', | 470 'system/win/audio/tray_audio_delegate_win.cc', |
| 471 'system/win/audio/tray_audio_delegate_win.h', | 471 'system/win/audio/tray_audio_delegate_win.h', |
| 472 'system/win/audio/tray_audio_win.cc', | 472 'system/win/audio/tray_audio_win.cc', |
| 473 'system/win/audio/tray_audio_win.h', | 473 'system/win/audio/tray_audio_win.h', |
| 474 'touch/touch_hud_debug.cc', | 474 'touch/touch_hud_debug.cc', |
| 475 'touch/touch_hud_debug.h', | 475 'touch/touch_hud_debug.h', |
| 476 'touch/touch_hud_projection.cc', | 476 'touch/touch_hud_projection.cc', |
| 477 'touch/touch_hud_projection.h', | 477 'touch/touch_hud_projection.h', |
| 478 'touch/touch_observer_hud.cc', | 478 'touch/touch_observer_hud.cc', |
| 479 'touch/touch_observer_hud.h', | 479 'touch/touch_observer_hud.h', |
| 480 'touch/touch_transformer_controller.cc', | 480 'touch/touch_transformer_controller_ozone.cc', |
| 481 'touch/touch_transformer_controller_x11.cc', |
| 481 'touch/touch_transformer_controller.h', | 482 'touch/touch_transformer_controller.h', |
| 482 'touch/touch_uma.cc', | 483 'touch/touch_uma.cc', |
| 483 'touch/touch_uma.h', | 484 'touch/touch_uma.h', |
| 484 'touch/touchscreen_util.cc', | 485 'touch/touchscreen_util.cc', |
| 485 'touch/touchscreen_util.h', | 486 'touch/touchscreen_util.h', |
| 486 'virtual_keyboard_controller.cc', | 487 'virtual_keyboard_controller.cc', |
| 487 'virtual_keyboard_controller.h', | 488 'virtual_keyboard_controller.h', |
| 488 'volume_control_delegate.h', | 489 'volume_control_delegate.h', |
| 489 'wm/app_list_controller.cc', | 490 'wm/app_list_controller.cc', |
| 490 'wm/app_list_controller.h', | 491 'wm/app_list_controller.h', |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 }], | 945 }], |
| 945 ['use_x11!=1', { | 946 ['use_x11!=1', { |
| 946 'sources!': [ | 947 'sources!': [ |
| 947 # Note: sources list duplicated in GN build. | 948 # Note: sources list duplicated in GN build. |
| 948 'accelerators/key_hold_detector.cc', | 949 'accelerators/key_hold_detector.cc', |
| 949 'accelerators/key_hold_detector.h', | 950 'accelerators/key_hold_detector.h', |
| 950 'accelerators/magnifier_key_scroller.cc', | 951 'accelerators/magnifier_key_scroller.cc', |
| 951 'accelerators/magnifier_key_scroller.h', | 952 'accelerators/magnifier_key_scroller.h', |
| 952 'accelerators/spoken_feedback_toggler.cc', | 953 'accelerators/spoken_feedback_toggler.cc', |
| 953 'accelerators/spoken_feedback_toggler.h', | 954 'accelerators/spoken_feedback_toggler.h', |
| 954 'touch/touch_transformer_controller.cc', | |
| 955 'touch/touch_transformer_controller.h', | |
| 956 ], | 955 ], |
| 957 }, { # else: use_x11==1 | 956 }, { # else: use_x11==1 |
| 958 'dependencies': [ | 957 'dependencies': [ |
| 959 '../build/linux/system.gyp:xfixes', | 958 '../build/linux/system.gyp:xfixes', |
| 960 ], | 959 ], |
| 961 }], | 960 }], |
| 962 ['chromeos==1', { | 961 ['chromeos==1', { |
| 963 'dependencies': [ | 962 'dependencies': [ |
| 964 '../chromeos/chromeos.gyp:chromeos', | 963 '../chromeos/chromeos.gyp:chromeos', |
| 965 # Ash #includes power_supply_properties.pb.h directly. | 964 # Ash #includes power_supply_properties.pb.h directly. |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 '../build/isolate.gypi', | 1291 '../build/isolate.gypi', |
| 1293 ], | 1292 ], |
| 1294 'sources': [ | 1293 'sources': [ |
| 1295 'ash_unittests.isolate', | 1294 'ash_unittests.isolate', |
| 1296 ], | 1295 ], |
| 1297 }, | 1296 }, |
| 1298 ], | 1297 ], |
| 1299 }], | 1298 }], |
| 1300 ], | 1299 ], |
| 1301 } | 1300 } |
| OLD | NEW |