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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 years, 7 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 | « chrome/chrome_dll.gypi ('k') | chrome/test/base/chrome_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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '../content/content.gyp:content_worker', 58 '../content/content.gyp:content_worker',
59 '../content/content.gyp:test_support_content', 59 '../content/content.gyp:test_support_content',
60 '../ipc/ipc.gyp:test_support_ipc', 60 '../ipc/ipc.gyp:test_support_ipc',
61 '../media/media.gyp:media_test_support', 61 '../media/media.gyp:media_test_support',
62 '../net/net.gyp:net', 62 '../net/net.gyp:net',
63 '../net/net.gyp:net_test_support', 63 '../net/net.gyp:net_test_support',
64 '../skia/skia.gyp:skia', 64 '../skia/skia.gyp:skia',
65 '../testing/gmock.gyp:gmock', 65 '../testing/gmock.gyp:gmock',
66 '../testing/gtest.gyp:gtest', 66 '../testing/gtest.gyp:gtest',
67 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 67 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
68 '../ui/gfx/compositor/compositor.gyp:compositor_test_support', 68 '../ui/compositor/compositor.gyp:compositor_test_support',
69 ], 69 ],
70 'export_dependent_settings': [ 70 'export_dependent_settings': [
71 'renderer', 71 'renderer',
72 'app/policy/cloud_policy_codegen.gyp:policy', 72 'app/policy/cloud_policy_codegen.gyp:policy',
73 '../base/base.gyp:test_support_base', 73 '../base/base.gyp:test_support_base',
74 ], 74 ],
75 'include_dirs': [ 75 'include_dirs': [
76 '..', 76 '..',
77 ], 77 ],
78 'sources': [ 78 'sources': [
(...skipping 4651 matching lines...) Expand 10 before | Expand all | Expand 10 after
4730 # Use outputs of this action as inputs for the main target build. 4730 # Use outputs of this action as inputs for the main target build.
4731 # Seems as a misnomer but makes this happy on Linux (scons). 4731 # Seems as a misnomer but makes this happy on Linux (scons).
4732 'process_outputs_as_sources': 1, 4732 'process_outputs_as_sources': 1,
4733 }, 4733 },
4734 ], # 'actions' 4734 ], # 'actions'
4735 }, 4735 },
4736 ] 4736 ]
4737 }], # 'coverage!=0' 4737 }], # 'coverage!=0'
4738 ], # 'conditions' 4738 ], # 'conditions'
4739 } 4739 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698