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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 years, 9 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/browser/media_uitest.cc ('k') | chrome/common/render_messages_params.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) 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 '../testing/gtest.gyp:gtest', 1130 '../testing/gtest.gyp:gtest',
1131 '../third_party/bzip2/bzip2.gyp:bzip2', 1131 '../third_party/bzip2/bzip2.gyp:bzip2',
1132 '../third_party/cld/cld.gyp:cld', 1132 '../third_party/cld/cld.gyp:cld',
1133 '../third_party/expat/expat.gyp:expat', 1133 '../third_party/expat/expat.gyp:expat',
1134 '../third_party/icu/icu.gyp:icui18n', 1134 '../third_party/icu/icu.gyp:icui18n',
1135 '../third_party/icu/icu.gyp:icuuc', 1135 '../third_party/icu/icu.gyp:icuuc',
1136 '../third_party/libjingle/libjingle.gyp:libjingle', 1136 '../third_party/libjingle/libjingle.gyp:libjingle',
1137 '../third_party/libxml/libxml.gyp:libxml', 1137 '../third_party/libxml/libxml.gyp:libxml',
1138 '../third_party/npapi/npapi.gyp:npapi', 1138 '../third_party/npapi/npapi.gyp:npapi',
1139 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1139 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1140 '../ui/gfx/gl/gl.gyp:gl',
1140 ], 1141 ],
1141 'include_dirs': [ 1142 'include_dirs': [
1142 '..', 1143 '..',
1143 ], 1144 ],
1144 'defines': [ 1145 'defines': [
1145 'CLD_WINDOWS', 1146 'CLD_WINDOWS',
1146 ], 1147 ],
1147 'direct_dependent_settings': { 1148 'direct_dependent_settings': {
1148 'defines': [ 1149 'defines': [
1149 'CLD_WINDOWS', 1150 'CLD_WINDOWS',
(...skipping 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3774 ] 3775 ]
3775 }], # 'coverage!=0' 3776 }], # 'coverage!=0'
3776 ], # 'conditions' 3777 ], # 'conditions'
3777 } 3778 }
3778 3779
3779 # Local Variables: 3780 # Local Variables:
3780 # tab-width:2 3781 # tab-width:2
3781 # indent-tabs-mode:nil 3782 # indent-tabs-mode:nil
3782 # End: 3783 # End:
3783 # vim: set expandtab tabstop=2 shiftwidth=2: 3784 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/media_uitest.cc ('k') | chrome/common/render_messages_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698