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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'gfx/rect_f.cc', | 461 'gfx/rect_f.cc', |
462 'gfx/rect_f.h', | 462 'gfx/rect_f.h', |
463 'gfx/render_text.cc', | 463 'gfx/render_text.cc', |
464 'gfx/render_text.h', | 464 'gfx/render_text.h', |
465 'gfx/render_text_linux.cc', | 465 'gfx/render_text_linux.cc', |
466 'gfx/render_text_linux.h', | 466 'gfx/render_text_linux.h', |
467 'gfx/render_text_mac.cc', | 467 'gfx/render_text_mac.cc', |
468 'gfx/render_text_mac.h', | 468 'gfx/render_text_mac.h', |
469 'gfx/render_text_win.cc', | 469 'gfx/render_text_win.cc', |
470 'gfx/render_text_win.h', | 470 'gfx/render_text_win.h', |
471 'gfx/safe_integer_conversions.cc', | |
472 'gfx/safe_integer_conversions.h', | 471 'gfx/safe_integer_conversions.h', |
473 'gfx/scoped_cg_context_save_gstate_mac.h', | 472 'gfx/scoped_cg_context_save_gstate_mac.h', |
474 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', | 473 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
475 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', | 474 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
476 'gfx/scoped_ui_graphics_push_context_ios.h', | 475 'gfx/scoped_ui_graphics_push_context_ios.h', |
477 'gfx/scoped_ui_graphics_push_context_ios.mm', | 476 'gfx/scoped_ui_graphics_push_context_ios.mm', |
478 'gfx/screen.cc', | 477 'gfx/screen.cc', |
479 'gfx/screen.h', | 478 'gfx/screen.h', |
480 'gfx/screen_android.cc', | 479 'gfx/screen_android.cc', |
481 'gfx/screen_aura.cc', | 480 'gfx/screen_aura.cc', |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 }, | 880 }, |
882 'dependencies': [ | 881 'dependencies': [ |
883 '../base/base.gyp:base_java', | 882 '../base/base.gyp:base_java', |
884 ], | 883 ], |
885 'includes': [ '../build/java.gypi' ], | 884 'includes': [ '../build/java.gypi' ], |
886 }, | 885 }, |
887 ], | 886 ], |
888 }], | 887 }], |
889 ], | 888 ], |
890 } | 889 } |
OLD | NEW |