| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'trees/proxy_timing_history.cc', | 490 'trees/proxy_timing_history.cc', |
| 491 'trees/proxy_timing_history.h', | 491 'trees/proxy_timing_history.h', |
| 492 'trees/scoped_abort_remaining_swap_promises.h', | 492 'trees/scoped_abort_remaining_swap_promises.h', |
| 493 'trees/single_thread_proxy.cc', | 493 'trees/single_thread_proxy.cc', |
| 494 'trees/single_thread_proxy.h', | 494 'trees/single_thread_proxy.h', |
| 495 'trees/thread_proxy.cc', | 495 'trees/thread_proxy.cc', |
| 496 'trees/thread_proxy.h', | 496 'trees/thread_proxy.h', |
| 497 'trees/tree_synchronizer.cc', | 497 'trees/tree_synchronizer.cc', |
| 498 'trees/tree_synchronizer.h', | 498 'trees/tree_synchronizer.h', |
| 499 ], | 499 ], |
| 500 'includes': [ |
| 501 '../build/android/increase_size_for_speed.gypi', |
| 502 ], |
| 500 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 503 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 501 'msvs_disabled_warnings': [ 4267, ], | 504 'msvs_disabled_warnings': [ 4267, ], |
| 502 }, | 505 }, |
| 503 { | 506 { |
| 504 # GN version: //cc/surfaces | 507 # GN version: //cc/surfaces |
| 505 'target_name': 'cc_surfaces', | 508 'target_name': 'cc_surfaces', |
| 506 'type': '<(component)', | 509 'type': '<(component)', |
| 507 'dependencies': [ | 510 'dependencies': [ |
| 508 'cc', | 511 'cc', |
| 509 '<(DEPTH)/base/base.gyp:base', | 512 '<(DEPTH)/base/base.gyp:base', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 530 'surfaces/surface_factory_client.h', | 533 'surfaces/surface_factory_client.h', |
| 531 'surfaces/surface_id.h', | 534 'surfaces/surface_id.h', |
| 532 'surfaces/surface_id_allocator.cc', | 535 'surfaces/surface_id_allocator.cc', |
| 533 'surfaces/surface_id_allocator.h', | 536 'surfaces/surface_id_allocator.h', |
| 534 'surfaces/surface_manager.cc', | 537 'surfaces/surface_manager.cc', |
| 535 'surfaces/surface_manager.h', | 538 'surfaces/surface_manager.h', |
| 536 'surfaces/surface_resource_holder.cc', | 539 'surfaces/surface_resource_holder.cc', |
| 537 'surfaces/surface_resource_holder.h', | 540 'surfaces/surface_resource_holder.h', |
| 538 'surfaces/surfaces_export.h', | 541 'surfaces/surfaces_export.h', |
| 539 ], | 542 ], |
| 543 'includes': [ |
| 544 '../build/android/increase_size_for_speed.gypi', |
| 545 ], |
| 540 }, | 546 }, |
| 541 ], | 547 ], |
| 542 } | 548 } |
| OLD | NEW |