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