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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'color_analysis.cc', | 145 'color_analysis.cc', |
146 'color_analysis.h', | 146 'color_analysis.h', |
147 'color_profile.cc', | 147 'color_profile.cc', |
148 'color_profile.h', | 148 'color_profile.h', |
149 'color_profile_mac.mm', | 149 'color_profile_mac.mm', |
150 'color_profile_win.cc', | 150 'color_profile_win.cc', |
151 'color_utils.cc', | 151 'color_utils.cc', |
152 'color_utils.h', | 152 'color_utils.h', |
153 'display.cc', | 153 'display.cc', |
154 'display.h', | 154 'display.h', |
| 155 'display_change_notifier.cc', |
| 156 'display_change_notifier.h', |
155 'display_observer.cc', | 157 'display_observer.cc', |
156 'display_observer.h', | 158 'display_observer.h', |
157 'favicon_size.cc', | 159 'favicon_size.cc', |
158 'favicon_size.h', | 160 'favicon_size.h', |
159 'font.cc', | 161 'font.cc', |
160 'font.h', | 162 'font.h', |
161 'font_fallback_win.cc', | 163 'font_fallback_win.cc', |
162 'font_fallback_win.h', | 164 'font_fallback_win.h', |
163 'font_list.cc', | 165 'font_list.cc', |
164 'font_list.h', | 166 'font_list.h', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 ], | 466 ], |
465 'variables': { | 467 'variables': { |
466 'jni_gen_package': 'ui/gfx', | 468 'jni_gen_package': 'ui/gfx', |
467 }, | 469 }, |
468 'includes': [ '../../build/jni_generator.gypi' ], | 470 'includes': [ '../../build/jni_generator.gypi' ], |
469 }, | 471 }, |
470 ], | 472 ], |
471 }], | 473 }], |
472 ], | 474 ], |
473 } | 475 } |
OLD | NEW |