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

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: Address comments and sync 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
« no previous file with comments | « ui/gfx/platform_font_android.cc ('k') | 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) 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'base/models/tree_node_iterator.h', 173 'base/models/tree_node_iterator.h',
174 'base/models/tree_node_model.h', 174 'base/models/tree_node_model.h',
175 'base/range/range.cc', 175 'base/range/range.cc',
176 'base/range/range.h', 176 'base/range/range.h',
177 'base/range/range_mac.mm', 177 'base/range/range_mac.mm',
178 'base/range/range_win.cc', 178 'base/range/range_win.cc',
179 'base/resource/data_pack.cc', 179 'base/resource/data_pack.cc',
180 'base/resource/data_pack.h', 180 'base/resource/data_pack.h',
181 'base/resource/resource_bundle.cc', 181 'base/resource/resource_bundle.cc',
182 'base/resource/resource_bundle.h', 182 'base/resource/resource_bundle.h',
183 'base/resource/resource_bundle_android.cc',
183 'base/resource/resource_bundle_aurax11.cc', 184 'base/resource/resource_bundle_aurax11.cc',
184 'base/resource/resource_bundle_gtk.cc', 185 'base/resource/resource_bundle_gtk.cc',
185 'base/resource/resource_bundle_linux.cc', 186 'base/resource/resource_bundle_linux.cc',
186 'base/resource/resource_bundle_mac.mm', 187 'base/resource/resource_bundle_mac.mm',
187 'base/resource/resource_bundle_posix.cc', 188 'base/resource/resource_bundle_posix.cc',
188 'base/resource/resource_bundle_win.cc', 189 'base/resource/resource_bundle_win.cc',
189 'base/text/bytes_formatting.cc', 190 'base/text/bytes_formatting.cc',
190 'base/text/bytes_formatting.h', 191 'base/text/bytes_formatting.h',
191 'base/text/text_elider.cc', 192 'base/text/text_elider.cc',
192 'base/text/text_elider.h', 193 'base/text/text_elider.h',
(...skipping 28 matching lines...) Expand all
221 'base/x/x11_util.cc', 222 'base/x/x11_util.cc',
222 'base/x/x11_util.h', 223 'base/x/x11_util.h',
223 'base/x/x11_util_internal.h', 224 'base/x/x11_util_internal.h',
224 'gfx/blit.cc', 225 'gfx/blit.cc',
225 'gfx/blit.h', 226 'gfx/blit.h',
226 'gfx/brush.h', 227 'gfx/brush.h',
227 'gfx/canvas.cc', 228 'gfx/canvas.cc',
228 'gfx/canvas.h', 229 'gfx/canvas.h',
229 'gfx/canvas_skia.h', 230 'gfx/canvas_skia.h',
230 'gfx/canvas_skia.cc', 231 'gfx/canvas_skia.cc',
232 'gfx/canvas_skia_android.cc',
231 'gfx/canvas_skia_linux.cc', 233 'gfx/canvas_skia_linux.cc',
232 'gfx/canvas_skia_mac.mm', 234 'gfx/canvas_skia_mac.mm',
233 'gfx/canvas_skia_paint.h', 235 'gfx/canvas_skia_paint.h',
234 'gfx/canvas_skia_win.cc', 236 'gfx/canvas_skia_win.cc',
235 'gfx/codec/jpeg_codec.cc', 237 'gfx/codec/jpeg_codec.cc',
236 'gfx/codec/jpeg_codec.h', 238 'gfx/codec/jpeg_codec.h',
237 'gfx/codec/png_codec.cc', 239 'gfx/codec/png_codec.cc',
238 'gfx/codec/png_codec.h', 240 'gfx/codec/png_codec.h',
239 'gfx/color_analysis.cc', 241 'gfx/color_analysis.cc',
240 'gfx/color_analysis.h', 242 'gfx/color_analysis.h',
(...skipping 12 matching lines...) Expand all
253 'gfx/image/image_util.h', 255 'gfx/image/image_util.h',
254 'gfx/insets.cc', 256 'gfx/insets.cc',
255 'gfx/insets.h', 257 'gfx/insets.h',
256 'gfx/interpolated_transform.h', 258 'gfx/interpolated_transform.h',
257 'gfx/interpolated_transform.cc', 259 'gfx/interpolated_transform.cc',
258 'gfx/mac/nsimage_cache.h', 260 'gfx/mac/nsimage_cache.h',
259 'gfx/mac/nsimage_cache.mm', 261 'gfx/mac/nsimage_cache.mm',
260 'gfx/mac/scoped_ns_disable_screen_updates.h', 262 'gfx/mac/scoped_ns_disable_screen_updates.h',
261 'gfx/native_theme.cc', 263 'gfx/native_theme.cc',
262 'gfx/native_theme.h', 264 'gfx/native_theme.h',
265 'gfx/native_theme_android.cc',
266 'gfx/native_theme_android.h',
263 'gfx/native_theme_aura.cc', 267 'gfx/native_theme_aura.cc',
264 'gfx/native_theme_aura.h', 268 'gfx/native_theme_aura.h',
265 'gfx/native_theme_base.cc', 269 'gfx/native_theme_base.cc',
266 'gfx/native_theme_base.h', 270 'gfx/native_theme_base.h',
267 'gfx/native_theme_chromeos.cc', 271 'gfx/native_theme_chromeos.cc',
268 'gfx/native_theme_chromeos.h', 272 'gfx/native_theme_chromeos.h',
269 'gfx/native_theme_gtk.cc', 273 'gfx/native_theme_gtk.cc',
270 'gfx/native_theme_gtk.h', 274 'gfx/native_theme_gtk.h',
271 'gfx/native_theme_win.cc', 275 'gfx/native_theme_win.cc',
272 'gfx/native_theme_win.h', 276 'gfx/native_theme_win.h',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'gfx/platform_font_pango.h', 504 'gfx/platform_font_pango.h',
501 'gfx/platform_font_pango.cc', 505 'gfx/platform_font_pango.cc',
502 ], 506 ],
503 'link_settings': { 507 'link_settings': {
504 'libraries': [ 508 'libraries': [
505 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 509 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
506 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 510 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
507 ], 511 ],
508 }, 512 },
509 }], 513 }],
514 ['OS=="android"', {
515 'sources!': [
516 'gfx/pango_util.h',
517 'gfx/pango_util.cc',
518 'gfx/platform_font_pango.h',
519 'gfx/platform_font_pango.cc',
520 ],
521 }],
510 ['use_x11==1', { 522 ['use_x11==1', {
511 'all_dependent_settings': { 523 'all_dependent_settings': {
512 'ldflags': [ 524 'ldflags': [
513 '-L<(PRODUCT_DIR)', 525 '-L<(PRODUCT_DIR)',
514 ], 526 ],
515 'link_settings': { 527 'link_settings': {
516 'libraries': [ 528 'libraries': [
517 '-lX11', 529 '-lX11',
518 ], 530 ],
519 }, 531 },
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 634 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
623 'os.chmod(\'<(ui_copy_dest)\', 0700)' 635 'os.chmod(\'<(ui_copy_dest)\', 0700)'
624 ] 636 ]
625 } 637 }
626 ], 638 ],
627 }, 639 },
628 ], 640 ],
629 }], 641 }],
630 ], 642 ],
631 } 643 }
OLDNEW
« no previous file with comments | « ui/gfx/platform_font_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698