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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 10905100: Ensure that include paths used by webkit_compositor_bindings work in WebKit as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « webkit/compositor_bindings/web_compositor_support_impl.cc ('k') | no next file » | 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 { 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
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
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 }
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/web_compositor_support_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698