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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'common/message_router.h', | 309 'common/message_router.h', |
310 'common/mime_registry_messages.h', | 310 'common/mime_registry_messages.h', |
311 'common/service_worker_messages.h', | 311 'common/service_worker_messages.h', |
312 'common/navigation_gesture.h', | 312 'common/navigation_gesture.h', |
313 'common/net/url_fetcher.cc', | 313 'common/net/url_fetcher.cc', |
314 'common/net/url_request_user_data.cc', | 314 'common/net/url_request_user_data.cc', |
315 'common/net/url_request_user_data.h', | 315 'common/net/url_request_user_data.h', |
316 'common/one_writer_seqlock.cc', | 316 'common/one_writer_seqlock.cc', |
317 'common/one_writer_seqlock.h', | 317 'common/one_writer_seqlock.h', |
318 'common/p2p_messages.h', | 318 'common/p2p_messages.h', |
319 'common/p2p_sockets.h', | |
320 'common/page_state_serialization.cc', | 319 'common/page_state_serialization.cc', |
321 'common/page_state_serialization.h', | 320 'common/page_state_serialization.h', |
322 'common/page_zoom.cc', | 321 'common/page_zoom.cc', |
323 'common/pepper_messages.h', | 322 'common/pepper_messages.h', |
324 'common/pepper_plugin_list.cc', | 323 'common/pepper_plugin_list.cc', |
325 'common/pepper_plugin_list.h', | 324 'common/pepper_plugin_list.h', |
326 'common/pepper_renderer_instance_data.cc', | 325 'common/pepper_renderer_instance_data.cc', |
327 'common/pepper_renderer_instance_data.h', | 326 'common/pepper_renderer_instance_data.h', |
328 'common/plugin_carbon_interpose_constants_mac.cc', | 327 'common/plugin_carbon_interpose_constants_mac.cc', |
329 'common/plugin_carbon_interpose_constants_mac.h', | 328 'common/plugin_carbon_interpose_constants_mac.h', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 599 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
601 '<(output)', | 600 '<(output)', |
602 '<(PRODUCT_DIR)', | 601 '<(PRODUCT_DIR)', |
603 ], | 602 ], |
604 'msvs_cygwin_shell': 1, | 603 'msvs_cygwin_shell': 1, |
605 }, | 604 }, |
606 ] | 605 ] |
607 }], | 606 }], |
608 ], | 607 ], |
609 } | 608 } |
OLD | NEW |