OLD | NEW |
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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
10 },{ | 10 },{ |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'fileapi', | 148 'fileapi', |
149 'webkit_base', | 149 'webkit_base', |
150 'webkit_media', | 150 'webkit_media', |
151 'webkit_resources', | 151 'webkit_resources', |
152 'webkit_strings', | 152 'webkit_strings', |
153 'webkit_user_agent', | 153 'webkit_user_agent', |
154 ], | 154 ], |
155 'include_dirs': [ | 155 'include_dirs': [ |
156 '<(INTERMEDIATE_DIR)', | 156 '<(INTERMEDIATE_DIR)', |
157 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 157 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 158 # Needed because of the include paths used in webkit_compositor_support. |
| 159 '<(webkit_src_dir)', |
158 ], | 160 ], |
159 'sources': [ | 161 'sources': [ |
160 # This list contains all .h, .cc, and .mm files in glue except for | 162 # This list contains all .h, .cc, and .mm files in glue except for |
161 # those in the test subdirectory and those with unittest in in their | 163 # those in the test subdirectory and those with unittest in in their |
162 # names. | 164 # names. |
163 '../forms/form_data.cc', | 165 '../forms/form_data.cc', |
164 '../forms/form_data.h', | 166 '../forms/form_data.h', |
165 '../forms/form_data_predictions.cc', | 167 '../forms/form_data_predictions.cc', |
166 '../forms/form_data_predictions.h', | 168 '../forms/form_data_predictions.h', |
167 '../forms/form_field.cc', | 169 '../forms/form_field.cc', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 }, | 570 }, |
569 'includes': [ '../../build/grit_action.gypi' ], | 571 'includes': [ '../../build/grit_action.gypi' ], |
570 }, | 572 }, |
571 ], | 573 ], |
572 'includes': [ '../../build/grit_target.gypi' ], | 574 'includes': [ '../../build/grit_target.gypi' ], |
573 }, | 575 }, |
574 ], | 576 ], |
575 }], | 577 }], |
576 ], | 578 ], |
577 } | 579 } |
OLD | NEW |