OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 'base/x/events_x.cc', | 320 'base/x/events_x.cc', |
321 'base/x/root_window_property_watcher_x.cc', | 321 'base/x/root_window_property_watcher_x.cc', |
322 'base/x/root_window_property_watcher_x.h', | 322 'base/x/root_window_property_watcher_x.h', |
323 'base/x/valuators.cc', | 323 'base/x/valuators.cc', |
324 'base/x/valuators.h', | 324 'base/x/valuators.h', |
325 'base/x/work_area_watcher_x.cc', | 325 'base/x/work_area_watcher_x.cc', |
326 'base/x/work_area_watcher_x.h', | 326 'base/x/work_area_watcher_x.h', |
327 'base/x/x11_util.cc', | 327 'base/x/x11_util.cc', |
328 'base/x/x11_util.h', | 328 'base/x/x11_util.h', |
329 'base/x/x11_util_internal.h', | 329 'base/x/x11_util_internal.h', |
| 330 'gfx/android/bitmap_android.cc', |
| 331 'gfx/android/bitmap_android.h', |
| 332 'gfx/android/gfx_jni_registrar.cc', |
| 333 'gfx/android/gfx_jni_registrar.h', |
330 'gfx/blit.cc', | 334 'gfx/blit.cc', |
331 'gfx/blit.h', | 335 'gfx/blit.h', |
332 'gfx/canvas.cc', | 336 'gfx/canvas.cc', |
333 'gfx/canvas.h', | 337 'gfx/canvas.h', |
334 'gfx/canvas_android.cc', | 338 'gfx/canvas_android.cc', |
335 'gfx/canvas_linux.cc', | 339 'gfx/canvas_linux.cc', |
336 'gfx/canvas_mac.mm', | 340 'gfx/canvas_mac.mm', |
337 'gfx/canvas_paint.h', | 341 'gfx/canvas_paint.h', |
338 'gfx/canvas_paint_win.cc', | 342 'gfx/canvas_paint_win.cc', |
339 'gfx/canvas_skia.cc', | 343 'gfx/canvas_skia.cc', |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 795 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
792 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 796 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
793 ] | 797 ] |
794 } | 798 } |
795 ], | 799 ], |
796 }, | 800 }, |
797 ], | 801 ], |
798 }], | 802 }], |
799 ], | 803 ], |
800 } | 804 } |
OLD | NEW |