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

Side by Side Diff: ui/ui.gyp

Issue 8497054: Upstream: ui implementation in Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: init Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'base/models/tree_node_iterator.h', 167 'base/models/tree_node_iterator.h',
168 'base/models/tree_node_model.h', 168 'base/models/tree_node_model.h',
169 'base/range/range.cc', 169 'base/range/range.cc',
170 'base/range/range.h', 170 'base/range/range.h',
171 'base/range/range_mac.mm', 171 'base/range/range_mac.mm',
172 'base/range/range_win.cc', 172 'base/range/range_win.cc',
173 'base/resource/data_pack.cc', 173 'base/resource/data_pack.cc',
174 'base/resource/data_pack.h', 174 'base/resource/data_pack.h',
175 'base/resource/resource_bundle.cc', 175 'base/resource/resource_bundle.cc',
176 'base/resource/resource_bundle.h', 176 'base/resource/resource_bundle.h',
177 'base/resource/resource_bundle_android.cc',
177 'base/resource/resource_bundle_aurax11.cc', 178 'base/resource/resource_bundle_aurax11.cc',
178 'base/resource/resource_bundle_gtk.cc', 179 'base/resource/resource_bundle_gtk.cc',
179 'base/resource/resource_bundle_linux.cc', 180 'base/resource/resource_bundle_linux.cc',
180 'base/resource/resource_bundle_mac.mm', 181 'base/resource/resource_bundle_mac.mm',
181 'base/resource/resource_bundle_posix.cc', 182 'base/resource/resource_bundle_posix.cc',
182 'base/resource/resource_bundle_win.cc', 183 'base/resource/resource_bundle_win.cc',
183 'base/text/bytes_formatting.cc', 184 'base/text/bytes_formatting.cc',
184 'base/text/bytes_formatting.h', 185 'base/text/bytes_formatting.h',
185 'base/text/text_elider.cc', 186 'base/text/text_elider.cc',
186 'base/text/text_elider.h', 187 'base/text/text_elider.h',
(...skipping 28 matching lines...) Expand all
215 'base/x/x11_util.cc', 216 'base/x/x11_util.cc',
216 'base/x/x11_util.h', 217 'base/x/x11_util.h',
217 'base/x/x11_util_internal.h', 218 'base/x/x11_util_internal.h',
218 'gfx/blit.cc', 219 'gfx/blit.cc',
219 'gfx/blit.h', 220 'gfx/blit.h',
220 'gfx/brush.h', 221 'gfx/brush.h',
221 'gfx/canvas.cc', 222 'gfx/canvas.cc',
222 'gfx/canvas.h', 223 'gfx/canvas.h',
223 'gfx/canvas_skia.h', 224 'gfx/canvas_skia.h',
224 'gfx/canvas_skia.cc', 225 'gfx/canvas_skia.cc',
226 'gfx/canvas_skia_android.cc',
225 'gfx/canvas_skia_linux.cc', 227 'gfx/canvas_skia_linux.cc',
226 'gfx/canvas_skia_mac.mm', 228 'gfx/canvas_skia_mac.mm',
227 'gfx/canvas_skia_paint.h', 229 'gfx/canvas_skia_paint.h',
228 'gfx/canvas_skia_win.cc', 230 'gfx/canvas_skia_win.cc',
229 'gfx/codec/jpeg_codec.cc', 231 'gfx/codec/jpeg_codec.cc',
230 'gfx/codec/jpeg_codec.h', 232 'gfx/codec/jpeg_codec.h',
231 'gfx/codec/png_codec.cc', 233 'gfx/codec/png_codec.cc',
232 'gfx/codec/png_codec.h', 234 'gfx/codec/png_codec.h',
233 'gfx/color_analysis.cc', 235 'gfx/color_analysis.cc',
234 'gfx/color_analysis.h', 236 'gfx/color_analysis.h',
(...skipping 12 matching lines...) Expand all
247 'gfx/image/image_util.h', 249 'gfx/image/image_util.h',
248 'gfx/insets.cc', 250 'gfx/insets.cc',
249 'gfx/insets.h', 251 'gfx/insets.h',
250 'gfx/interpolated_transform.h', 252 'gfx/interpolated_transform.h',
251 'gfx/interpolated_transform.cc', 253 'gfx/interpolated_transform.cc',
252 'gfx/mac/nsimage_cache.h', 254 'gfx/mac/nsimage_cache.h',
253 'gfx/mac/nsimage_cache.mm', 255 'gfx/mac/nsimage_cache.mm',
254 'gfx/mac/scoped_ns_disable_screen_updates.h', 256 'gfx/mac/scoped_ns_disable_screen_updates.h',
255 'gfx/native_theme.cc', 257 'gfx/native_theme.cc',
256 'gfx/native_theme.h', 258 'gfx/native_theme.h',
259 'gfx/native_theme_android.cc',
260 'gfx/native_theme_android.h',
257 'gfx/native_theme_aura.cc', 261 'gfx/native_theme_aura.cc',
258 'gfx/native_theme_aura.h', 262 'gfx/native_theme_aura.h',
259 'gfx/native_theme_base.cc', 263 'gfx/native_theme_base.cc',
260 'gfx/native_theme_base.h', 264 'gfx/native_theme_base.h',
261 'gfx/native_theme_chromeos.cc', 265 'gfx/native_theme_chromeos.cc',
262 'gfx/native_theme_chromeos.h', 266 'gfx/native_theme_chromeos.h',
263 'gfx/native_theme_gtk.cc', 267 'gfx/native_theme_gtk.cc',
264 'gfx/native_theme_gtk.h', 268 'gfx/native_theme_gtk.h',
265 'gfx/native_theme_win.cc', 269 'gfx/native_theme_win.cc',
266 'gfx/native_theme_win.h', 270 'gfx/native_theme_win.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'gfx/platform_font_pango.h', 491 'gfx/platform_font_pango.h',
488 'gfx/platform_font_pango.cc', 492 'gfx/platform_font_pango.cc',
489 ], 493 ],
490 'link_settings': { 494 'link_settings': {
491 'libraries': [ 495 'libraries': [
492 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 496 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
493 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 497 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
494 ], 498 ],
495 }, 499 },
496 }], 500 }],
501 ['OS=="android"', {
502 'sources!': [
503 'gfx/pango_util.h',
504 'gfx/pango_util.cc',
505 'gfx/platform_font_pango.h',
506 'gfx/platform_font_pango.cc',
507 ],
508 }],
497 ['use_x11==1', { 509 ['use_x11==1', {
498 'all_dependent_settings': { 510 'all_dependent_settings': {
499 'ldflags': [ 511 'ldflags': [
500 '-L<(PRODUCT_DIR)', 512 '-L<(PRODUCT_DIR)',
501 ], 513 ],
502 'link_settings': { 514 'link_settings': {
503 'libraries': [ 515 'libraries': [
504 '-lX11', 516 '-lX11',
505 ], 517 ],
506 }, 518 },
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 621 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
610 'os.chmod(\'<(ui_copy_dest)\', 0700)' 622 'os.chmod(\'<(ui_copy_dest)\', 0700)'
611 ] 623 ]
612 } 624 }
613 ], 625 ],
614 }, 626 },
615 ], 627 ],
616 }], 628 }],
617 ], 629 ],
618 } 630 }
OLDNEW
« ui/gfx/platform_font_android.cc ('K') | « ui/gfx/platform_font_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698