OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 }, | 135 }, |
136 ], | 136 ], |
137 'include_dirs': [ | 137 'include_dirs': [ |
138 '<(INTERMEDIATE_DIR)', | 138 '<(INTERMEDIATE_DIR)', |
139 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 139 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
140 ], | 140 ], |
141 'sources': [ | 141 'sources': [ |
142 # This list contains all .h, .cc, and .mm files in glue except for | 142 # This list contains all .h, .cc, and .mm files in glue except for |
143 # those in the test subdirectory and those with unittest in in their | 143 # those in the test subdirectory and those with unittest in in their |
144 # names. | 144 # names. |
145 'devtools_message_data.cc', | |
146 'devtools_message_data.h', | |
147 'media/buffered_data_source.cc', | 145 'media/buffered_data_source.cc', |
148 'media/buffered_data_source.h', | 146 'media/buffered_data_source.h', |
149 'media/media_resource_loader_bridge_factory.cc', | 147 'media/media_resource_loader_bridge_factory.cc', |
150 'media/media_resource_loader_bridge_factory.h', | 148 'media/media_resource_loader_bridge_factory.h', |
151 'media/simple_data_source.cc', | 149 'media/simple_data_source.cc', |
152 'media/simple_data_source.h', | 150 'media/simple_data_source.h', |
153 'media/video_renderer_impl.cc', | 151 'media/video_renderer_impl.cc', |
154 'media/video_renderer_impl.h', | 152 'media/video_renderer_impl.h', |
155 'media/web_video_renderer.h', | 153 'media/web_video_renderer.h', |
156 'plugins/carbon_plugin_window_tracker_mac.h', | 154 'plugins/carbon_plugin_window_tracker_mac.h', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 }], | 411 }], |
414 ['inside_chromium_build==0', { | 412 ['inside_chromium_build==0', { |
415 'dependencies': [ | 413 'dependencies': [ |
416 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 414 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
417 ], | 415 ], |
418 }], | 416 }], |
419 ], | 417 ], |
420 }, | 418 }, |
421 ], | 419 ], |
422 } | 420 } |
OLD | NEW |