| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/user_metrics_action.h', | 85 'common/metrics/user_metrics_action.h', |
| 86 'common/multi_profile_uma.cc', | 86 'common/multi_profile_uma.cc', |
| 87 'common/multi_profile_uma.h', | 87 'common/multi_profile_uma.h', |
| 88 'common/palette_delegate.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', |
| 95 'common/session/session_state_delegate.cc', | 96 'common/session/session_state_delegate.cc', |
| 96 'common/session/session_state_delegate.h', | 97 'common/session/session_state_delegate.h', |
| 97 'common/session/session_state_observer.cc', | 98 'common/session/session_state_observer.cc', |
| (...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1479 ], | 1480 ], |
| 1480 } | 1481 } |
| 1481 ], | 1482 ], |
| 1482 ], | 1483 ], |
| 1483 }, | 1484 }, |
| 1484 ], | 1485 ], |
| 1485 }], | 1486 }], |
| 1486 ], | 1487 ], |
| 1487 } | 1488 } |
| OLD | NEW |