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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
247 'scoped_canvas.h', | 247 'scoped_canvas.h', |
248 'scoped_cg_context_save_gstate_mac.h', | 248 'scoped_cg_context_save_gstate_mac.h', |
249 'scoped_ns_graphics_context_save_gstate_mac.h', | 249 'scoped_ns_graphics_context_save_gstate_mac.h', |
250 'scoped_ns_graphics_context_save_gstate_mac.mm', | 250 'scoped_ns_graphics_context_save_gstate_mac.mm', |
251 'scoped_ui_graphics_push_context_ios.h', | 251 'scoped_ui_graphics_push_context_ios.h', |
252 'scoped_ui_graphics_push_context_ios.mm', | 252 'scoped_ui_graphics_push_context_ios.mm', |
253 'screen.cc', | 253 'screen.cc', |
254 'screen.h', | 254 'screen.h', |
255 'screen_android.cc', | 255 'screen_android.cc', |
256 'screen_aura.cc', | 256 'screen_aura.cc', |
257 'screen_display_observer_delegate.cc', | |
258 'screen_display_observer_delegate.h', | |
oshima
2014/07/10 18:11:58
this needs to be updated.
mlamouri (slow - plz ping)
2014/07/11 13:47:43
Done.
| |
257 'screen_ios.mm', | 259 'screen_ios.mm', |
258 'screen_mac.mm', | 260 'screen_mac.mm', |
259 'screen_win.cc', | 261 'screen_win.cc', |
260 'screen_win.h', | 262 'screen_win.h', |
261 'scrollbar_size.cc', | 263 'scrollbar_size.cc', |
262 'scrollbar_size.h', | 264 'scrollbar_size.h', |
263 'selection_model.cc', | 265 'selection_model.cc', |
264 'selection_model.h', | 266 'selection_model.h', |
265 'sequential_id_generator.cc', | 267 'sequential_id_generator.cc', |
266 'sequential_id_generator.h', | 268 'sequential_id_generator.h', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
456 ], | 458 ], |
457 'variables': { | 459 'variables': { |
458 'jni_gen_package': 'ui/gfx', | 460 'jni_gen_package': 'ui/gfx', |
459 }, | 461 }, |
460 'includes': [ '../../build/jni_generator.gypi' ], | 462 'includes': [ '../../build/jni_generator.gypi' ], |
461 }, | 463 }, |
462 ], | 464 ], |
463 }], | 465 }], |
464 ], | 466 ], |
465 } | 467 } |
OLD | NEW |