| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'color_profile.cc', | 146 'color_profile.cc', |
| 147 'color_profile.h', | 147 'color_profile.h', |
| 148 'color_profile_mac.mm', | 148 'color_profile_mac.mm', |
| 149 'color_profile_win.cc', | 149 'color_profile_win.cc', |
| 150 'color_utils.cc', | 150 'color_utils.cc', |
| 151 'color_utils.h', | 151 'color_utils.h', |
| 152 'display.cc', | 152 'display.cc', |
| 153 'display.h', | 153 'display.h', |
| 154 'display_change_notifier.cc', | 154 'display_change_notifier.cc', |
| 155 'display_change_notifier.h', | 155 'display_change_notifier.h', |
| 156 'display_finder.cc', | |
| 157 'display_finder.h', | |
| 158 'display_observer.cc', | 156 'display_observer.cc', |
| 159 'display_observer.h', | 157 'display_observer.h', |
| 160 'favicon_size.cc', | 158 'favicon_size.cc', |
| 161 'favicon_size.h', | 159 'favicon_size.h', |
| 162 'font.cc', | 160 'font.cc', |
| 163 'font.h', | 161 'font.h', |
| 164 'font_fallback.h', | 162 'font_fallback.h', |
| 165 'font_fallback_linux.cc', | 163 'font_fallback_linux.cc', |
| 166 'font_fallback_mac.mm', | 164 'font_fallback_mac.mm', |
| 167 'font_fallback_win.cc', | 165 'font_fallback_win.cc', |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 ], | 574 ], |
| 577 'variables': { | 575 'variables': { |
| 578 'jni_gen_package': 'ui/gfx', | 576 'jni_gen_package': 'ui/gfx', |
| 579 }, | 577 }, |
| 580 'includes': [ '../../build/jni_generator.gypi' ], | 578 'includes': [ '../../build/jni_generator.gypi' ], |
| 581 }, | 579 }, |
| 582 ], | 580 ], |
| 583 }], | 581 }], |
| 584 ], | 582 ], |
| 585 } | 583 } |
| OLD | NEW |