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

Side by Side Diff: aura/aura.gyp

Issue 7845033: Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | aura/desktop.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'demo/demo_main.cc', 67 'demo/demo_main.cc',
68 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 68 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
69 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 69 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
70 ], 70 ],
71 }, 71 },
72 { 72 {
73 'target_name': 'aura_unittests', 73 'target_name': 'aura_unittests',
74 'type': 'executable', 74 'type': 'executable',
75 'dependencies': [ 75 'dependencies': [
76 '<(DEPTH)/base/base.gyp:test_support_base', 76 '<(DEPTH)/base/base.gyp:test_support_base',
77 '../chrome/chrome.gyp:packed_resources', 77 '<(DEPTH)/chrome/chrome.gyp:packed_resources',
78 '<(DEPTH)/skia/skia.gyp:skia', 78 '<(DEPTH)/skia/skia.gyp:skia',
79 '<(DEPTH)/testing/gtest.gyp:gtest', 79 '<(DEPTH)/testing/gtest.gyp:gtest',
80 '<(DEPTH)/ui/ui.gyp:gfx_resources', 80 '<(DEPTH)/ui/ui.gyp:gfx_resources',
81 '<(DEPTH)/ui/ui.gyp:ui', 81 '<(DEPTH)/ui/ui.gyp:ui',
82 '<(DEPTH)/ui/ui.gyp:ui_resources', 82 '<(DEPTH)/ui/ui.gyp:ui_resources',
83 'aura', 83 'aura',
84 ], 84 ],
85 'include_dirs': [ 85 'include_dirs': [
86 '..', 86 '..',
87 ], 87 ],
88 'sources': [ 88 'sources': [
89 'window_unittest.cc', 89 'window_unittest.cc',
90 'run_all_unittests.cc', 90 'run_all_unittests.cc',
91 'test_suite.cc', 91 'test_suite.cc',
92 'test_suite.h', 92 'test_suite.h',
93 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 93 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
95 ], 95 ],
96 }, 96 },
97 ], 97 ],
98 } 98 }
OLDNEW
« no previous file with comments | « no previous file | aura/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698