| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'host/ash_window_tree_host_unified.h', | 574 'host/ash_window_tree_host_unified.h', |
| 575 'host/ash_window_tree_host_win.cc', | 575 'host/ash_window_tree_host_win.cc', |
| 576 'host/ash_window_tree_host_win.h', | 576 'host/ash_window_tree_host_win.h', |
| 577 'host/ash_window_tree_host_x11.cc', | 577 'host/ash_window_tree_host_x11.cc', |
| 578 'host/ash_window_tree_host_x11.h', | 578 'host/ash_window_tree_host_x11.h', |
| 579 'host/root_window_transformer.h', | 579 'host/root_window_transformer.h', |
| 580 'host/transformer_helper.cc', | 580 'host/transformer_helper.cc', |
| 581 'host/transformer_helper.h', | 581 'host/transformer_helper.h', |
| 582 'ime/input_method_event_handler.cc', | 582 'ime/input_method_event_handler.cc', |
| 583 'ime/input_method_event_handler.h', | 583 'ime/input_method_event_handler.h', |
| 584 'keyboard_uma_event_filter.cc', | |
| 585 'keyboard_uma_event_filter.h', | |
| 586 'link_handler_model.cc', | 584 'link_handler_model.cc', |
| 587 'link_handler_model.h', | 585 'link_handler_model.h', |
| 588 'link_handler_model_factory.cc', | 586 'link_handler_model_factory.cc', |
| 589 'link_handler_model_factory.h', | 587 'link_handler_model_factory.h', |
| 590 'magnifier/magnification_controller.cc', | 588 'magnifier/magnification_controller.cc', |
| 591 'magnifier/magnification_controller.h', | 589 'magnifier/magnification_controller.h', |
| 592 'magnifier/partial_magnification_controller.cc', | 590 'magnifier/partial_magnification_controller.cc', |
| 593 'magnifier/partial_magnification_controller.h', | 591 'magnifier/partial_magnification_controller.h', |
| 594 'metrics/desktop_task_switch_metric_recorder.cc', | 592 'metrics/desktop_task_switch_metric_recorder.cc', |
| 595 'metrics/desktop_task_switch_metric_recorder.h', | 593 'metrics/desktop_task_switch_metric_recorder.h', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1474 ], | 1472 ], |
| 1475 } | 1473 } |
| 1476 ], | 1474 ], |
| 1477 ], | 1475 ], |
| 1478 }, | 1476 }, |
| 1479 ], | 1477 ], |
| 1480 }], | 1478 }], |
| 1481 ], | 1479 ], |
| 1482 } | 1480 } |
| OLD | NEW |