| 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 'trees/occlusion_tracker.h', | 546 'trees/occlusion_tracker.h', |
| 547 'trees/property_tree.cc', | 547 'trees/property_tree.cc', |
| 548 'trees/property_tree.h', | 548 'trees/property_tree.h', |
| 549 'trees/property_tree_builder.cc', | 549 'trees/property_tree_builder.cc', |
| 550 'trees/property_tree_builder.h', | 550 'trees/property_tree_builder.h', |
| 551 'trees/proxy.h', | 551 'trees/proxy.h', |
| 552 'trees/proxy_common.cc', | 552 'trees/proxy_common.cc', |
| 553 'trees/proxy_common.h', | 553 'trees/proxy_common.h', |
| 554 'trees/proxy_impl.h', | 554 'trees/proxy_impl.h', |
| 555 'trees/proxy_main.h', | 555 'trees/proxy_main.h', |
| 556 'trees/remote_proto_channel.h', |
| 556 'trees/scoped_abort_remaining_swap_promises.h', | 557 'trees/scoped_abort_remaining_swap_promises.h', |
| 557 'trees/single_thread_proxy.cc', | 558 'trees/single_thread_proxy.cc', |
| 558 'trees/single_thread_proxy.h', | 559 'trees/single_thread_proxy.h', |
| 559 'trees/swap_promise_monitor.cc', | 560 'trees/swap_promise_monitor.cc', |
| 560 'trees/swap_promise_monitor.h', | 561 'trees/swap_promise_monitor.h', |
| 561 'trees/thread_proxy.cc', | 562 'trees/thread_proxy.cc', |
| 562 'trees/thread_proxy.h', | 563 'trees/thread_proxy.h', |
| 563 'trees/task_runner_provider.cc', | 564 'trees/task_runner_provider.cc', |
| 564 'trees/task_runner_provider.h', | 565 'trees/task_runner_provider.h', |
| 565 'trees/threaded_channel.cc', | 566 'trees/threaded_channel.cc', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 577 'raster/texture_compressor_etc1_sse.h', | 578 'raster/texture_compressor_etc1_sse.h', |
| 578 ], | 579 ], |
| 579 }], | 580 }], |
| 580 ], | 581 ], |
| 581 }, | 582 }, |
| 582 { | 583 { |
| 583 # GN version: "//cc/proto" | 584 # GN version: "//cc/proto" |
| 584 'target_name': 'cc_proto', | 585 'target_name': 'cc_proto', |
| 585 'type': '<(component)', | 586 'type': '<(component)', |
| 586 'sources': [ | 587 'sources': [ |
| 588 'proto/compositor_message.proto', |
| 587 'proto/display_item.proto', | 589 'proto/display_item.proto', |
| 588 'proto/layer.proto', | 590 'proto/layer.proto', |
| 589 'proto/point.proto', | 591 'proto/point.proto', |
| 590 'proto/pointf.proto', | 592 'proto/pointf.proto', |
| 591 'proto/rect.proto', | 593 'proto/rect.proto', |
| 592 'proto/rectf.proto', | 594 'proto/rectf.proto', |
| 593 'proto/size.proto', | 595 'proto/size.proto', |
| 594 'proto/sizef.proto', | 596 'proto/sizef.proto', |
| 595 'proto/skregion.proto', | 597 'proto/skregion.proto', |
| 596 'proto/skrrect.proto', | 598 'proto/skrrect.proto', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'surfaces/surface_resource_holder.cc', | 657 'surfaces/surface_resource_holder.cc', |
| 656 'surfaces/surface_resource_holder.h', | 658 'surfaces/surface_resource_holder.h', |
| 657 'surfaces/surfaces_export.h', | 659 'surfaces/surfaces_export.h', |
| 658 ], | 660 ], |
| 659 'includes': [ | 661 'includes': [ |
| 660 '../build/android/increase_size_for_speed.gypi', | 662 '../build/android/increase_size_for_speed.gypi', |
| 661 ], | 663 ], |
| 662 }, | 664 }, |
| 663 ], | 665 ], |
| 664 } | 666 } |
| OLD | NEW |