| 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_static', | 7 '../base/base.gyp:base_static', |
| 8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1468 'browser/ssl/ssl_client_auth_handler.cc', | 1468 'browser/ssl/ssl_client_auth_handler.cc', |
| 1469 'browser/ssl/ssl_client_auth_handler.h', | 1469 'browser/ssl/ssl_client_auth_handler.h', |
| 1470 'browser/ssl/ssl_error_handler.cc', | 1470 'browser/ssl/ssl_error_handler.cc', |
| 1471 'browser/ssl/ssl_error_handler.h', | 1471 'browser/ssl/ssl_error_handler.h', |
| 1472 'browser/ssl/ssl_manager.cc', | 1472 'browser/ssl/ssl_manager.cc', |
| 1473 'browser/ssl/ssl_manager.h', | 1473 'browser/ssl/ssl_manager.h', |
| 1474 'browser/ssl/ssl_policy.cc', | 1474 'browser/ssl/ssl_policy.cc', |
| 1475 'browser/ssl/ssl_policy.h', | 1475 'browser/ssl/ssl_policy.h', |
| 1476 'browser/ssl/ssl_policy_backend.cc', | 1476 'browser/ssl/ssl_policy_backend.cc', |
| 1477 'browser/ssl/ssl_policy_backend.h', | 1477 'browser/ssl/ssl_policy_backend.h', |
| 1478 'browser/ssl/ssl_request_info.cc', | |
| 1479 'browser/ssl/ssl_request_info.h', | |
| 1480 'browser/startup_task_runner.cc', | 1478 'browser/startup_task_runner.cc', |
| 1481 'browser/startup_task_runner.h', | 1479 'browser/startup_task_runner.h', |
| 1482 'browser/storage_partition_impl.cc', | 1480 'browser/storage_partition_impl.cc', |
| 1483 'browser/storage_partition_impl.h', | 1481 'browser/storage_partition_impl.h', |
| 1484 'browser/storage_partition_impl_map.cc', | 1482 'browser/storage_partition_impl_map.cc', |
| 1485 'browser/storage_partition_impl_map.h', | 1483 'browser/storage_partition_impl_map.h', |
| 1486 'browser/streams/stream.cc', | 1484 'browser/streams/stream.cc', |
| 1487 'browser/streams/stream.h', | 1485 'browser/streams/stream.h', |
| 1488 'browser/streams/stream_context.cc', | 1486 'browser/streams/stream_context.cc', |
| 1489 'browser/streams/stream_context.h', | 1487 'browser/streams/stream_context.h', |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2113 ], | 2111 ], |
| 2114 }], | 2112 }], |
| 2115 ['OS != "mac" and OS != "android"', { | 2113 ['OS != "mac" and OS != "android"', { |
| 2116 'sources!': [ | 2114 'sources!': [ |
| 2117 'browser/gpu/gpu_surface_tracker.cc', | 2115 'browser/gpu/gpu_surface_tracker.cc', |
| 2118 'browser/gpu/gpu_surface_tracker.h', | 2116 'browser/gpu/gpu_surface_tracker.h', |
| 2119 ], | 2117 ], |
| 2120 }], | 2118 }], |
| 2121 ], | 2119 ], |
| 2122 } | 2120 } |
| OLD | NEW |