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

Side by Side Diff: ash/ash.gyp

Issue 10827377: Adds an interface between WorkspaceController and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add virtual & OVERRIDE Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/wm/stacking_controller.cc » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'wm/window_modality_controller.cc', 323 'wm/window_modality_controller.cc',
324 'wm/window_modality_controller.h', 324 'wm/window_modality_controller.h',
325 'wm/window_properties.cc', 325 'wm/window_properties.cc',
326 'wm/window_properties.h', 326 'wm/window_properties.h',
327 'wm/window_resizer.cc', 327 'wm/window_resizer.cc',
328 'wm/window_resizer.h', 328 'wm/window_resizer.h',
329 'wm/window_util.cc', 329 'wm/window_util.cc',
330 'wm/window_util.h', 330 'wm/window_util.h',
331 'wm/workspace_controller.cc', 331 'wm/workspace_controller.cc',
332 'wm/workspace_controller.h', 332 'wm/workspace_controller.h',
333 'wm/workspace/base_workspace_manager.h',
333 'wm/workspace/frame_maximize_button.cc', 334 'wm/workspace/frame_maximize_button.cc',
334 'wm/workspace/frame_maximize_button.h', 335 'wm/workspace/frame_maximize_button.h',
335 'wm/workspace/managed_workspace.cc', 336 'wm/workspace/managed_workspace.cc',
336 'wm/workspace/managed_workspace.h', 337 'wm/workspace/managed_workspace.h',
337 'wm/workspace/maximized_workspace.cc', 338 'wm/workspace/maximized_workspace.cc',
338 'wm/workspace/maximized_workspace.h', 339 'wm/workspace/maximized_workspace.h',
339 'wm/workspace/multi_window_resize_controller.cc', 340 'wm/workspace/multi_window_resize_controller.cc',
340 'wm/workspace/multi_window_resize_controller.h', 341 'wm/workspace/multi_window_resize_controller.h',
341 'wm/workspace/phantom_window_controller.cc', 342 'wm/workspace/phantom_window_controller.cc',
342 'wm/workspace/phantom_window_controller.h', 343 'wm/workspace/phantom_window_controller.h',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'shell/cocoa/app-Info.plist', 604 'shell/cocoa/app-Info.plist',
604 ], 605 ],
605 'xcode_settings': { 606 'xcode_settings': {
606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 607 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
607 }, 608 },
608 }], 609 }],
609 ], 610 ],
610 }, 611 },
611 ], 612 ],
612 } 613 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/stacking_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698