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

Side by Side Diff: ash/ash.gyp

Issue 2235063002: Add create note palette action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app-runtime-changes
Patch Set: Initial upload 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/ash_strings.grd » ('j') | ash/common/system/chromeos/palette/palette_tool.cc » ('J')
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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'common/system/chromeos/palette/palette_tool_manager.cc', 235 'common/system/chromeos/palette/palette_tool_manager.cc',
236 'common/system/chromeos/palette/palette_tool_manager.h', 236 'common/system/chromeos/palette/palette_tool_manager.h',
237 'common/system/chromeos/palette/palette_tray.cc', 237 'common/system/chromeos/palette/palette_tray.cc',
238 'common/system/chromeos/palette/palette_tray.h', 238 'common/system/chromeos/palette/palette_tray.h',
239 'common/system/chromeos/palette/palette_utils.cc', 239 'common/system/chromeos/palette/palette_utils.cc',
240 'common/system/chromeos/palette/palette_utils.h', 240 'common/system/chromeos/palette/palette_utils.h',
241 'common/system/chromeos/palette/tools/capture_region_action.cc', 241 'common/system/chromeos/palette/tools/capture_region_action.cc',
242 'common/system/chromeos/palette/tools/capture_region_action.h', 242 'common/system/chromeos/palette/tools/capture_region_action.h',
243 'common/system/chromeos/palette/tools/capture_screen_action.cc', 243 'common/system/chromeos/palette/tools/capture_screen_action.cc',
244 'common/system/chromeos/palette/tools/capture_screen_action.h', 244 'common/system/chromeos/palette/tools/capture_screen_action.h',
245 'common/system/chromeos/palette/tools/create_note_action.cc',
246 'common/system/chromeos/palette/tools/create_note_action.h',
245 'common/system/chromeos/power/battery_notification.cc', 247 'common/system/chromeos/power/battery_notification.cc',
246 'common/system/chromeos/power/battery_notification.h', 248 'common/system/chromeos/power/battery_notification.h',
247 'common/system/chromeos/power/dual_role_notification.cc', 249 'common/system/chromeos/power/dual_role_notification.cc',
248 'common/system/chromeos/power/dual_role_notification.h', 250 'common/system/chromeos/power/dual_role_notification.h',
249 'common/system/chromeos/power/power_status.cc', 251 'common/system/chromeos/power/power_status.cc',
250 'common/system/chromeos/power/power_status.h', 252 'common/system/chromeos/power/power_status.h',
251 'common/system/chromeos/power/power_status_view.cc', 253 'common/system/chromeos/power/power_status_view.cc',
252 'common/system/chromeos/power/power_status_view.h', 254 'common/system/chromeos/power/power_status_view.h',
253 'common/system/chromeos/power/tray_power.cc', 255 'common/system/chromeos/power/tray_power.cc',
254 'common/system/chromeos/power/tray_power.h', 256 'common/system/chromeos/power/tray_power.h',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1488 ], 1490 ],
1489 } 1491 }
1490 ], 1492 ],
1491 ], 1493 ],
1492 }, 1494 },
1493 ], 1495 ],
1494 }], 1496 }],
1495 ], 1497 ],
1496 } 1498 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/common/system/chromeos/palette/palette_tool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698