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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'selection_model.cc', | 271 'selection_model.cc', |
272 'selection_model.h', | 272 'selection_model.h', |
273 'sequential_id_generator.cc', | 273 'sequential_id_generator.cc', |
274 'sequential_id_generator.h', | 274 'sequential_id_generator.h', |
275 'shadow_value.cc', | 275 'shadow_value.cc', |
276 'shadow_value.h', | 276 'shadow_value.h', |
277 'skbitmap_operations.cc', | 277 'skbitmap_operations.cc', |
278 'skbitmap_operations.h', | 278 'skbitmap_operations.h', |
279 'skia_util.cc', | 279 'skia_util.cc', |
280 'skia_util.h', | 280 'skia_util.h', |
| 281 'swap_result.h', |
281 'switches.cc', | 282 'switches.cc', |
282 'switches.h', | 283 'switches.h', |
283 'sys_color_change_listener.cc', | 284 'sys_color_change_listener.cc', |
284 'sys_color_change_listener.h', | 285 'sys_color_change_listener.h', |
285 'text_constants.h', | 286 'text_constants.h', |
286 'text_elider.cc', | 287 'text_elider.cc', |
287 'text_elider.h', | 288 'text_elider.h', |
288 'text_utils.cc', | 289 'text_utils.cc', |
289 'text_utils.h', | 290 'text_utils.h', |
290 'text_utils_android.cc', | 291 'text_utils_android.cc', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 ], | 490 ], |
490 'variables': { | 491 'variables': { |
491 'jni_gen_package': 'ui/gfx', | 492 'jni_gen_package': 'ui/gfx', |
492 }, | 493 }, |
493 'includes': [ '../../build/jni_generator.gypi' ], | 494 'includes': [ '../../build/jni_generator.gypi' ], |
494 }, | 495 }, |
495 ], | 496 ], |
496 }], | 497 }], |
497 ], | 498 ], |
498 } | 499 } |
OLD | NEW |