OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |