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

Side by Side Diff: ui/views/views.gyp

Issue 6541030: View API/implementation cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « ui/views/view_unittest.cc ('k') | ui/views/widget/root_view_unittest.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 30 matching lines...) Expand all
41 ], 41 ],
42 }, 42 },
43 'targets': [ 43 'targets': [
44 { 44 {
45 'target_name': 'v2', 45 'target_name': 'v2',
46 'type': '<(library)', 46 'type': '<(library)',
47 'msvs_guid': '70760ECA-4D8B-47A4-ACDC-D3E7F25F0543', 47 'msvs_guid': '70760ECA-4D8B-47A4-ACDC-D3E7F25F0543',
48 'dependencies': [ 48 'dependencies': [
49 '<(DEPTH)/app/app.gyp:app_base', 49 '<(DEPTH)/app/app.gyp:app_base',
50 '<(DEPTH)/app/app.gyp:app_strings', 50 '<(DEPTH)/app/app.gyp:app_strings',
51 '<(DEPTH)/gfx/gfx.gyp:gfx',
52 '<(DEPTH)/skia/skia.gyp:skia', 51 '<(DEPTH)/skia/skia.gyp:skia',
52 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
53 ], 53 ],
54 'sources': [ 54 'sources': [
55 'events/accelerator.cc', 55 'events/accelerator.cc',
56 'events/accelerator.h', 56 'events/accelerator.h',
57 'events/context_menu_controller.h', 57 'events/context_menu_controller.h',
58 'events/drag_controller.h', 58 'events/drag_controller.h',
59 'events/event.cc', 59 'events/event.cc',
60 'events/event.h', 60 'events/event.h',
61 'events/event_win.cc', 61 'events/event_win.cc',
62 'events/focus_event.cc', 62 'events/focus_event.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 ], 192 ],
193 }, 193 },
194 ], 194 ],
195 } 195 }
196 196
197 # Local Variables: 197 # Local Variables:
198 # tab-width:2 198 # tab-width:2
199 # indent-tabs-mode:nil 199 # indent-tabs-mode:nil
200 # End: 200 # End:
201 # vim: set expandtab tabstop=2 shiftwidth=2: 201 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/root_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698