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

Side by Side Diff: trunk/src/ui/v2/v2.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/ui/ui_unittests.gypi ('k') | trunk/src/ui/views/controls/webview/webview.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'v2', 11 'target_name': 'v2',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../cc/cc.gyp:cc', 17 '../../cc/cc.gyp:cc',
18 '../../gpu/gpu.gyp:gpu', 18 '../../gpu/gpu.gyp:gpu',
19 '../../skia/skia.gyp:skia', 19 '../../skia/skia.gyp:skia',
20 '../compositor/compositor.gyp:compositor', 20 '../compositor/compositor.gyp:compositor',
21 '../gfx/gfx.gyp:gfx',
22 '../ui.gyp:ui', 21 '../ui.gyp:ui',
23 '../ui.gyp:ui_resources', 22 '../ui.gyp:ui_resources',
24 ], 23 ],
25 'defines': [ 24 'defines': [
26 'V2_IMPLEMENTATION', 25 'V2_IMPLEMENTATION',
27 ], 26 ],
28 'sources': [ 27 'sources': [
29 'public/event.h', 28 'public/event.h',
30 'public/event_dispatcher.h', 29 'public/event_dispatcher.h',
31 'public/event_handler.h', 30 'public/event_handler.h',
(...skipping 22 matching lines...) Expand all
54 '../../testing/gtest.gyp:gtest', 53 '../../testing/gtest.gyp:gtest',
55 'v2', 54 'v2',
56 ], 55 ],
57 'sources': [ 56 'sources': [
58 'src/v2_unittests.cc', 57 'src/v2_unittests.cc',
59 'src/view_unittest.cc', 58 'src/view_unittest.cc',
60 ], 59 ],
61 }, 60 },
62 ], 61 ],
63 } 62 }
OLDNEW
« no previous file with comments | « trunk/src/ui/ui_unittests.gypi ('k') | trunk/src/ui/views/controls/webview/webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698