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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 }], | 370 }], |
371 ['use_aura==1', { | 371 ['use_aura==1', { |
372 'sources/': [ | 372 'sources/': [ |
373 ['exclude', 'gfx/gtk_'], | 373 ['exclude', 'gfx/gtk_'], |
374 ['exclude', 'gfx/gtk_util.cc'], | 374 ['exclude', 'gfx/gtk_util.cc'], |
375 ['exclude', 'gfx/gtk_util.h'], | 375 ['exclude', 'gfx/gtk_util.h'], |
376 ['exclude', 'gfx/screen_gtk.cc'], | 376 ['exclude', 'gfx/screen_gtk.cc'], |
377 ['exclude', 'gfx/native_theme_chromeos.cc'], | 377 ['exclude', 'gfx/native_theme_chromeos.cc'], |
378 ['exclude', 'gfx/native_theme_chromeos.h'], | 378 ['exclude', 'gfx/native_theme_chromeos.h'], |
379 ['exclude', 'gfx/screen_win.cc'], | 379 ['exclude', 'gfx/screen_win.cc'], |
| 380 ['exclude', 'base/dragdrop/drag_utils_win.cc'], |
380 ['exclude', 'base/view_prop.cc'], | 381 ['exclude', 'base/view_prop.cc'], |
381 ['exclude', 'base/view_prop.h'], | 382 ['exclude', 'base/view_prop.h'], |
382 ['exclude', 'base/win/mouse_wheel_util.cc'], | 383 ['exclude', 'base/win/mouse_wheel_util.cc'], |
383 ['exclude', 'base/win/mouse_wheel_util.h'], | 384 ['exclude', 'base/win/mouse_wheel_util.h'], |
384 ['exclude', 'base/x/active_window_watcher_x.cc'], | 385 ['exclude', 'base/x/active_window_watcher_x.cc'], |
385 ['exclude', 'base/x/active_window_watcher_x.h'], | 386 ['exclude', 'base/x/active_window_watcher_x.h'], |
386 ['exclude', 'base/x/active_window_watcher_x_observer.h'], | 387 ['exclude', 'base/x/active_window_watcher_x_observer.h'], |
387 ['exclude', 'base/x/root_window_property_watcher_x.cc'], | 388 ['exclude', 'base/x/root_window_property_watcher_x.cc'], |
388 ['exclude', 'base/x/root_window_property_watcher_x.h'], | 389 ['exclude', 'base/x/root_window_property_watcher_x.h'], |
389 ['exclude', 'base/x/work_area_watcher_x.cc'], | 390 ['exclude', 'base/x/work_area_watcher_x.cc'], |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 687 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
687 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 688 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
688 ] | 689 ] |
689 } | 690 } |
690 ], | 691 ], |
691 }, | 692 }, |
692 ], | 693 ], |
693 }], | 694 }], |
694 ], | 695 ], |
695 } | 696 } |
OLD | NEW |