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