| OLD | NEW |
| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'color_profile_mac.cc', | 79 'color_profile_mac.cc', |
| 80 'color_profile_win.cc', | 80 'color_profile_win.cc', |
| 81 'color_utils.cc', | 81 'color_utils.cc', |
| 82 'color_utils.h', | 82 'color_utils.h', |
| 83 'display.cc', | 83 'display.cc', |
| 84 'display.h', | 84 'display.h', |
| 85 'display_observer.cc', | 85 'display_observer.cc', |
| 86 'display_observer.h', | 86 'display_observer.h', |
| 87 'favicon_size.cc', | 87 'favicon_size.cc', |
| 88 'favicon_size.h', | 88 'favicon_size.h', |
| 89 'frame_time.h', |
| 89 'font.cc', | 90 'font.cc', |
| 90 'font.h', | 91 'font.h', |
| 91 'font_fallback_win.cc', | 92 'font_fallback_win.cc', |
| 92 'font_fallback_win.h', | 93 'font_fallback_win.h', |
| 93 'font_list.cc', | 94 'font_list.cc', |
| 94 'font_list.h', | 95 'font_list.h', |
| 95 'font_render_params_android.cc', | 96 'font_render_params_android.cc', |
| 96 'font_render_params_linux.cc', | 97 'font_render_params_linux.cc', |
| 97 'font_render_params_linux.h', | 98 'font_render_params_linux.h', |
| 98 'font_smoothing_win.cc', | 99 'font_smoothing_win.cc', |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 ], | 412 ], |
| 412 'variables': { | 413 'variables': { |
| 413 'jni_gen_package': 'ui/gfx', | 414 'jni_gen_package': 'ui/gfx', |
| 414 }, | 415 }, |
| 415 'includes': [ '../../build/jni_generator.gypi' ], | 416 'includes': [ '../../build/jni_generator.gypi' ], |
| 416 }, | 417 }, |
| 417 ], | 418 ], |
| 418 }], | 419 }], |
| 419 ], | 420 ], |
| 420 } | 421 } |
| OLD | NEW |