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

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

Issue 8143021: aura: Fix views_unittests on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed textfield tests changes Created 9 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 | « base/message_pump_x.cc ('k') | ui/aura/test_suite.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'target_name': 'aura_unittests', 76 'target_name': 'aura_unittests',
77 'type': 'executable', 77 'type': 'executable',
78 'dependencies': [ 78 'dependencies': [
79 '<(DEPTH)/base/base.gyp:test_support_base', 79 '<(DEPTH)/base/base.gyp:test_support_base',
80 '<(DEPTH)/chrome/chrome.gyp:packed_resources', 80 '<(DEPTH)/chrome/chrome.gyp:packed_resources',
81 '<(DEPTH)/skia/skia.gyp:skia', 81 '<(DEPTH)/skia/skia.gyp:skia',
82 '<(DEPTH)/testing/gtest.gyp:gtest', 82 '<(DEPTH)/testing/gtest.gyp:gtest',
83 '<(DEPTH)/ui/ui.gyp:gfx_resources', 83 '<(DEPTH)/ui/ui.gyp:gfx_resources',
84 '<(DEPTH)/ui/ui.gyp:ui', 84 '<(DEPTH)/ui/ui.gyp:ui',
85 '<(DEPTH)/ui/ui.gyp:ui_resources', 85 '<(DEPTH)/ui/ui.gyp:ui_resources',
86 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
86 'aura', 87 'aura',
87 ], 88 ],
88 'include_dirs': [ 89 'include_dirs': [
89 '..', 90 '..',
90 ], 91 ],
91 'sources': [ 92 'sources': [
92 'window_unittest.cc', 93 'window_unittest.cc',
93 'run_all_unittests.cc', 94 'run_all_unittests.cc',
94 'test_suite.cc', 95 'test_suite.cc',
95 'test_suite.h', 96 'test_suite.h',
96 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 97 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
97 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 98 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
98 ], 99 ],
99 }, 100 },
100 ], 101 ],
101 } 102 }
OLDNEW
« no previous file with comments | « base/message_pump_x.cc ('k') | ui/aura/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698