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

Side by Side Diff: ash/ash.gyp

Issue 118553004: aura: Add an EasyResizeWindowTargeter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r243131 Created 6 years, 11 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/shelf/shelf_layout_manager.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 24 matching lines...) Expand all
35 '../ui/gfx/gfx.gyp:gfx', 35 '../ui/gfx/gfx.gyp:gfx',
36 '../ui/gfx/gfx.gyp:gfx_geometry', 36 '../ui/gfx/gfx.gyp:gfx_geometry',
37 '../ui/keyboard/keyboard.gyp:keyboard', 37 '../ui/keyboard/keyboard.gyp:keyboard',
38 '../ui/message_center/message_center.gyp:message_center', 38 '../ui/message_center/message_center.gyp:message_center',
39 '../ui/oak/oak.gyp:oak', 39 '../ui/oak/oak.gyp:oak',
40 '../ui/resources/ui_resources.gyp:ui_resources', 40 '../ui/resources/ui_resources.gyp:ui_resources',
41 '../ui/ui.gyp:ui', 41 '../ui/ui.gyp:ui',
42 '../ui/views/controls/webview/webview.gyp:webview', 42 '../ui/views/controls/webview/webview.gyp:webview',
43 '../ui/views/views.gyp:views', 43 '../ui/views/views.gyp:views',
44 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 44 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
45 '../ui/wm/wm.gyp:wm_public',
45 '../url/url.gyp:url_lib', 46 '../url/url.gyp:url_lib',
46 'ash_strings.gyp:ash_strings', 47 'ash_strings.gyp:ash_strings',
47 'ash_resources', 48 'ash_resources',
48 ], 49 ],
49 'defines': [ 50 'defines': [
50 'ASH_IMPLEMENTATION', 51 'ASH_IMPLEMENTATION',
51 ], 52 ],
52 'sources': [ 53 'sources': [
53 # All .cc, .h under ash, except unittests 54 # All .cc, .h under ash, except unittests
54 'accelerators/accelerator_commands.cc', 55 'accelerators/accelerator_commands.cc',
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 }, 1010 },
1010 }, 1011 },
1011 'dependencies': [ 1012 'dependencies': [
1012 '../sandbox/sandbox.gyp:sandbox', 1013 '../sandbox/sandbox.gyp:sandbox',
1013 ], 1014 ],
1014 }], 1015 }],
1015 ], 1016 ],
1016 }, 1017 },
1017 ], 1018 ],
1018 } 1019 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698