Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: cc/cc.gyp

Issue 1731373002: Allow to have a transparent UA dependent background. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.h » ('j') | cc/layers/picture_layer_impl.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.h » ('j') | cc/layers/picture_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698