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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'base/win/window_impl.h', | 288 'base/win/window_impl.h', |
289 'base/work_area_watcher_observer.h', | 289 'base/work_area_watcher_observer.h', |
290 'base/x/active_window_watcher_x.cc', | 290 'base/x/active_window_watcher_x.cc', |
291 'base/x/active_window_watcher_x.h', | 291 'base/x/active_window_watcher_x.h', |
292 'base/x/active_window_watcher_x_observer.h', | 292 'base/x/active_window_watcher_x_observer.h', |
293 'base/x/events_x.cc', | 293 'base/x/events_x.cc', |
294 'base/x/root_window_property_watcher_x.cc', | 294 'base/x/root_window_property_watcher_x.cc', |
295 'base/x/root_window_property_watcher_x.h', | 295 'base/x/root_window_property_watcher_x.h', |
296 'base/x/work_area_watcher_x.cc', | 296 'base/x/work_area_watcher_x.cc', |
297 'base/x/work_area_watcher_x.h', | 297 'base/x/work_area_watcher_x.h', |
298 'base/x/x11_atom_cache.cc', | |
299 'base/x/x11_atom_cache.h', | |
300 'base/x/x11_util.cc', | 298 'base/x/x11_util.cc', |
301 'base/x/x11_util.h', | 299 'base/x/x11_util.h', |
302 'base/x/x11_util_internal.h', | 300 'base/x/x11_util_internal.h', |
303 'gfx/blit.cc', | 301 'gfx/blit.cc', |
304 'gfx/blit.h', | 302 'gfx/blit.h', |
305 'gfx/canvas.cc', | 303 'gfx/canvas.cc', |
306 'gfx/canvas.h', | 304 'gfx/canvas.h', |
307 'gfx/canvas_android.cc', | 305 'gfx/canvas_android.cc', |
308 'gfx/canvas_linux.cc', | 306 'gfx/canvas_linux.cc', |
309 'gfx/canvas_mac.mm', | 307 'gfx/canvas_mac.mm', |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 741 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 742 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
745 ] | 743 ] |
746 } | 744 } |
747 ], | 745 ], |
748 }, | 746 }, |
749 ], | 747 ], |
750 }], | 748 }], |
751 ], | 749 ], |
752 } | 750 } |
OLD | NEW |