| 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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 'includes': [ | 589 'includes': [ |
| 590 '../build/android/increase_size_for_speed.gypi', | 590 '../build/android/increase_size_for_speed.gypi', |
| 591 ], | 591 ], |
| 592 'conditions': [ | 592 'conditions': [ |
| 593 ['target_arch == "ia32" or target_arch == "x64"', { | 593 ['target_arch == "ia32" or target_arch == "x64"', { |
| 594 'sources': [ | 594 'sources': [ |
| 595 'raster/texture_compressor_etc1_sse.cc', | 595 'raster/texture_compressor_etc1_sse.cc', |
| 596 'raster/texture_compressor_etc1_sse.h', | 596 'raster/texture_compressor_etc1_sse.h', |
| 597 ], | 597 ], |
| 598 }], | 598 }], |
| 599 # x11 build |
| 600 ['use_x11==1', { |
| 601 'dependencies': [ |
| 602 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 603 ], |
| 604 }], |
| 599 ], | 605 ], |
| 600 }, | 606 }, |
| 601 { | 607 { |
| 602 # GN version: "//cc/proto" | 608 # GN version: "//cc/proto" |
| 603 'target_name': 'cc_proto', | 609 'target_name': 'cc_proto', |
| 604 'type': '<(component)', | 610 'type': '<(component)', |
| 605 'sources': [ | 611 'sources': [ |
| 606 'proto/begin_main_frame_and_commit_state.proto', | 612 'proto/begin_main_frame_and_commit_state.proto', |
| 607 'proto/commit_earlyout_reason.proto', | 613 'proto/commit_earlyout_reason.proto', |
| 608 'proto/compositor_message.proto', | 614 'proto/compositor_message.proto', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'surfaces/surface_resource_holder.cc', | 700 'surfaces/surface_resource_holder.cc', |
| 695 'surfaces/surface_resource_holder.h', | 701 'surfaces/surface_resource_holder.h', |
| 696 'surfaces/surfaces_export.h', | 702 'surfaces/surfaces_export.h', |
| 697 ], | 703 ], |
| 698 'includes': [ | 704 'includes': [ |
| 699 '../build/android/increase_size_for_speed.gypi', | 705 '../build/android/increase_size_for_speed.gypi', |
| 700 ], | 706 ], |
| 701 }, | 707 }, |
| 702 ], | 708 ], |
| 703 } | 709 } |
| OLD | NEW |