Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: ash/ash.gyp

Issue 2199993002: Add generic PaletteDelegate code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@note-options
Patch Set: Nits Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/common/palette_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/palette_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698