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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 1994253002: Remove screen_android.cc from gfx.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'include_dirs': [ 123 'include_dirs': [
124 '<(DEPTH)/third_party/icu/source/common', 124 '<(DEPTH)/third_party/icu/source/common',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 'android/device_display_info.cc', 127 'android/device_display_info.cc',
128 'android/device_display_info.h', 128 'android/device_display_info.h',
129 'android/gfx_jni_registrar.cc', 129 'android/gfx_jni_registrar.cc',
130 'android/gfx_jni_registrar.h', 130 'android/gfx_jni_registrar.h',
131 'android/java_bitmap.cc', 131 'android/java_bitmap.cc',
132 'android/java_bitmap.h', 132 'android/java_bitmap.h',
133 'android/screen_android.cc',
134 'android/shared_device_display_info.cc', 133 'android/shared_device_display_info.cc',
135 'android/shared_device_display_info.h', 134 'android/shared_device_display_info.h',
136 'android/view_configuration.cc', 135 'android/view_configuration.cc',
137 'android/view_configuration.h', 136 'android/view_configuration.h',
138 'animation/animation.cc', 137 'animation/animation.cc',
139 'animation/animation.h', 138 'animation/animation.h',
140 'animation/animation_container.cc', 139 'animation/animation_container.cc',
141 'animation/animation_container.h', 140 'animation/animation_container.h',
142 'animation/animation_container_element.h', 141 'animation/animation_container_element.h',
143 'animation/animation_container_observer.h', 142 'animation/animation_container_observer.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 ], 580 ],
582 'variables': { 581 'variables': {
583 'jni_gen_package': 'ui/gfx', 582 'jni_gen_package': 'ui/gfx',
584 }, 583 },
585 'includes': [ '../../build/jni_generator.gypi' ], 584 'includes': [ '../../build/jni_generator.gypi' ],
586 }, 585 },
587 ], 586 ],
588 }], 587 }],
589 ], 588 ],
590 } 589 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698