| 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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 'common/net/url_request_user_data.cc', | 277 'common/net/url_request_user_data.cc', |
| 278 'common/net/url_request_user_data.h', | 278 'common/net/url_request_user_data.h', |
| 279 'common/one_writer_seqlock.cc', | 279 'common/one_writer_seqlock.cc', |
| 280 'common/one_writer_seqlock.h', | 280 'common/one_writer_seqlock.h', |
| 281 'common/p2p_messages.h', | 281 'common/p2p_messages.h', |
| 282 'common/p2p_sockets.h', | 282 'common/p2p_sockets.h', |
| 283 'common/page_state_serialization.cc', | 283 'common/page_state_serialization.cc', |
| 284 'common/page_state_serialization.h', | 284 'common/page_state_serialization.h', |
| 285 'common/page_zoom.cc', | 285 'common/page_zoom.cc', |
| 286 'common/pepper_messages.h', | 286 'common/pepper_messages.h', |
| 287 'common/pepper_plugin_registry.cc', | 287 'common/pepper_plugin_list.cc', |
| 288 'common/pepper_plugin_registry.h', | 288 'common/pepper_plugin_list.h', |
| 289 'common/pepper_renderer_instance_data.cc', | 289 'common/pepper_renderer_instance_data.cc', |
| 290 'common/pepper_renderer_instance_data.h', | 290 'common/pepper_renderer_instance_data.h', |
| 291 'common/plugin_carbon_interpose_constants_mac.cc', | 291 'common/plugin_carbon_interpose_constants_mac.cc', |
| 292 'common/plugin_carbon_interpose_constants_mac.h', | 292 'common/plugin_carbon_interpose_constants_mac.h', |
| 293 'common/plugin_constants_win.cc', | 293 'common/plugin_constants_win.cc', |
| 294 'common/plugin_constants_win.h', | 294 'common/plugin_constants_win.h', |
| 295 'common/plugin_list.cc', | 295 'common/plugin_list.cc', |
| 296 'common/plugin_list.h', | 296 'common/plugin_list.h', |
| 297 'common/plugin_list_mac.mm', | 297 'common/plugin_list_mac.mm', |
| 298 'common/plugin_list_posix.cc', | 298 'common/plugin_list_posix.cc', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'common/gpu/x_util.cc', | 448 'common/gpu/x_util.cc', |
| 449 'common/gpu/x_util.h', | 449 'common/gpu/x_util.h', |
| 450 ], | 450 ], |
| 451 }], | 451 }], |
| 452 ['enable_plugins==1', { | 452 ['enable_plugins==1', { |
| 453 'dependencies': [ | 453 'dependencies': [ |
| 454 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 454 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 455 ], | 455 ], |
| 456 }, { # enable_plugins == 0 | 456 }, { # enable_plugins == 0 |
| 457 'sources!': [ | 457 'sources!': [ |
| 458 'common/pepper_plugin_registry.cc', | 458 'common/pepper_plugin_list.cc', |
| 459 'common/pepper_plugin_registry.h', | 459 'common/pepper_plugin_list.h', |
| 460 ], | 460 ], |
| 461 }], | 461 }], |
| 462 ['enable_gpu==1', { | 462 ['enable_gpu==1', { |
| 463 'dependencies': [ | 463 'dependencies': [ |
| 464 '../gpu/gpu.gyp:command_buffer_service', | 464 '../gpu/gpu.gyp:command_buffer_service', |
| 465 ], | 465 ], |
| 466 }], | 466 }], |
| 467 ['OS=="android"', { | 467 ['OS=="android"', { |
| 468 'dependencies': [ | 468 'dependencies': [ |
| 469 '../media/media.gyp:media', | 469 '../media/media.gyp:media', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 566 '<(output)', | 566 '<(output)', |
| 567 '<(PRODUCT_DIR)', | 567 '<(PRODUCT_DIR)', |
| 568 ], | 568 ], |
| 569 'msvs_cygwin_shell': 1, | 569 'msvs_cygwin_shell': 1, |
| 570 }, | 570 }, |
| 571 ] | 571 ] |
| 572 }], | 572 }], |
| 573 ], | 573 ], |
| 574 } | 574 } |
| OLD | NEW |