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

Side by Side Diff: views/views.gyp

Issue 6200005: Move OSExchangeData from src/app to src/ui/base/dragdrop... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « views/view.h ('k') | views/widget/drop_helper.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) 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'target_name': 'views', 45 'target_name': 'views',
46 'type': '<(library)', 46 'type': '<(library)',
47 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', 47 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751',
48 'dependencies': [ 48 'dependencies': [
49 '../app/app.gyp:app_base', 49 '../app/app.gyp:app_base',
50 '../app/app.gyp:app_strings', 50 '../app/app.gyp:app_strings',
51 '../app/app.gyp:app_resources', 51 '../app/app.gyp:app_resources',
52 '../skia/skia.gyp:skia', 52 '../skia/skia.gyp:skia',
53 '../third_party/icu/icu.gyp:icui18n', 53 '../third_party/icu/icu.gyp:icui18n',
54 '../third_party/icu/icu.gyp:icuuc', 54 '../third_party/icu/icu.gyp:icuuc',
55 '../ui/ui.gyp:ui_base',
56 ], 55 ],
57 'sources': [ 56 'sources': [
58 # All .cc, .h under views, except unittests 57 # All .cc, .h under views, except unittests
59 'accelerator.cc', 58 'accelerator.cc',
60 'accelerator.h', 59 'accelerator.h',
61 'accessibility/accessibility_types.h', 60 'accessibility/accessibility_types.h',
62 'accessibility/view_accessibility.cc', 61 'accessibility/view_accessibility.cc',
63 'accessibility/view_accessibility.h', 62 'accessibility/view_accessibility.h',
64 'animation/bounds_animator.cc', 63 'animation/bounds_animator.cc',
65 'animation/bounds_animator.h', 64 'animation/bounds_animator.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 ], 545 ],
547 }, 546 },
548 ], 547 ],
549 } 548 }
550 549
551 # Local Variables: 550 # Local Variables:
552 # tab-width:2 551 # tab-width:2
553 # indent-tabs-mode:nil 552 # indent-tabs-mode:nil
554 # End: 553 # End:
555 # vim: set expandtab tabstop=2 shiftwidth=2: 554 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/view.h ('k') | views/widget/drop_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698