| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'common/focus_cycler.h', | 75 'common/focus_cycler.h', |
| 76 'common/gpu_support.h', | 76 'common/gpu_support.h', |
| 77 'common/gpu_support_stub.cc', | 77 'common/gpu_support_stub.cc', |
| 78 'common/gpu_support_stub.h', | 78 'common/gpu_support_stub.h', |
| 79 'common/keyboard/keyboard_ui.cc', | 79 'common/keyboard/keyboard_ui.cc', |
| 80 'common/keyboard/keyboard_ui.h', | 80 'common/keyboard/keyboard_ui.h', |
| 81 'common/keyboard/keyboard_ui_observer.h', | 81 'common/keyboard/keyboard_ui_observer.h', |
| 82 'common/login_status.h', | 82 'common/login_status.h', |
| 83 'common/material_design/material_design_controller.cc', | 83 'common/material_design/material_design_controller.cc', |
| 84 'common/material_design/material_design_controller.h', | 84 'common/material_design/material_design_controller.h', |
| 85 'common/metrics/gesture_action_type.h', |
| 85 'common/metrics/user_metrics_action.h', | 86 'common/metrics/user_metrics_action.h', |
| 86 'common/multi_profile_uma.cc', | 87 'common/multi_profile_uma.cc', |
| 87 'common/multi_profile_uma.h', | 88 'common/multi_profile_uma.h', |
| 88 'common/pointer_watcher_delegate.h', | 89 'common/pointer_watcher_delegate.h', |
| 89 'common/popup_message.cc', | 90 'common/popup_message.cc', |
| 90 'common/popup_message.h', | 91 'common/popup_message.h', |
| 91 'common/root_window_controller_common.cc', | 92 'common/root_window_controller_common.cc', |
| 92 'common/root_window_controller_common.h', | 93 'common/root_window_controller_common.h', |
| 93 'common/scoped_root_window_for_new_windows.cc', | 94 'common/scoped_root_window_for_new_windows.cc', |
| 94 'common/scoped_root_window_for_new_windows.h', | 95 'common/scoped_root_window_for_new_windows.h', |
| (...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1481 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1482 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1482 ], | 1483 ], |
| 1483 } | 1484 } |
| 1484 ], | 1485 ], |
| 1485 ], | 1486 ], |
| 1486 }, | 1487 }, |
| 1487 ], | 1488 ], |
| 1488 }], | 1489 }], |
| 1489 ], | 1490 ], |
| 1490 } | 1491 } |
| OLD | NEW |