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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'common/media/audio_stream_state.h', | 256 'common/media/audio_stream_state.h', |
257 'common/media/media_stream_messages.h', | 257 'common/media/media_stream_messages.h', |
258 'common/media/media_stream_options.cc', | 258 'common/media/media_stream_options.cc', |
259 'common/media/media_stream_options.h', | 259 'common/media/media_stream_options.h', |
260 'common/media/video_capture.h', | 260 'common/media/video_capture.h', |
261 'common/media/video_capture_messages.h', | 261 'common/media/video_capture_messages.h', |
262 'common/message_router.cc', | 262 'common/message_router.cc', |
263 'common/message_router.h', | 263 'common/message_router.h', |
264 'common/mime_registry_messages.h', | 264 'common/mime_registry_messages.h', |
265 'common/navigation_gesture.h', | 265 'common/navigation_gesture.h', |
266 'common/net/url_fetcher_impl.cc', | 266 'common/net/url_fetcher.cc', |
267 'common/net/url_fetcher_impl.h', | |
268 'common/net/url_request_user_data.cc', | 267 'common/net/url_request_user_data.cc', |
269 'common/net/url_request_user_data.h', | 268 'common/net/url_request_user_data.h', |
270 'common/np_channel_base.cc', | 269 'common/np_channel_base.cc', |
271 'common/np_channel_base.h', | 270 'common/np_channel_base.h', |
272 'common/npobject_base.h', | 271 'common/npobject_base.h', |
273 'common/npobject_proxy.cc', | 272 'common/npobject_proxy.cc', |
274 'common/npobject_proxy.h', | 273 'common/npobject_proxy.h', |
275 'common/npobject_stub.cc', | 274 'common/npobject_stub.cc', |
276 'common/npobject_stub.h', | 275 'common/npobject_stub.h', |
277 'common/npobject_util.cc', | 276 'common/npobject_util.cc', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 '../build/extract_from_cab.py', | 466 '../build/extract_from_cab.py', |
468 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 467 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
469 '<(output)', | 468 '<(output)', |
470 '<(PRODUCT_DIR)', | 469 '<(PRODUCT_DIR)', |
471 ], | 470 ], |
472 }, | 471 }, |
473 ] | 472 ] |
474 }] | 473 }] |
475 ], | 474 ], |
476 } | 475 } |
OLD | NEW |