OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'base/dragdrop/os_exchange_data.h', | 98 'base/dragdrop/os_exchange_data.h', |
99 'base/dragdrop/os_exchange_data_provider_aura.cc', | 99 'base/dragdrop/os_exchange_data_provider_aura.cc', |
100 'base/dragdrop/os_exchange_data_provider_aura.h', | 100 'base/dragdrop/os_exchange_data_provider_aura.h', |
101 'base/dragdrop/os_exchange_data_provider_gtk.cc', | 101 'base/dragdrop/os_exchange_data_provider_gtk.cc', |
102 'base/dragdrop/os_exchange_data_provider_gtk.h', | 102 'base/dragdrop/os_exchange_data_provider_gtk.h', |
103 'base/dragdrop/os_exchange_data_provider_win.cc', | 103 'base/dragdrop/os_exchange_data_provider_win.cc', |
104 'base/dragdrop/os_exchange_data_provider_win.h', | 104 'base/dragdrop/os_exchange_data_provider_win.h', |
105 'base/events.h', | 105 'base/events.h', |
106 'base/gtk/event_synthesis_gtk.cc', | 106 'base/gtk/event_synthesis_gtk.cc', |
107 'base/gtk/event_synthesis_gtk.h', | 107 'base/gtk/event_synthesis_gtk.h', |
| 108 'base/gtk/focus_store_gtk.cc', |
| 109 'base/gtk/focus_store_gtk.h', |
108 'base/gtk/g_object_destructor_filo.cc', | 110 'base/gtk/g_object_destructor_filo.cc', |
109 'base/gtk/g_object_destructor_filo.h', | 111 'base/gtk/g_object_destructor_filo.h', |
110 'base/gtk/gtk_expanded_container.cc', | 112 'base/gtk/gtk_expanded_container.cc', |
111 'base/gtk/gtk_expanded_container.h', | 113 'base/gtk/gtk_expanded_container.h', |
112 'base/gtk/gtk_floating_container.cc', | 114 'base/gtk/gtk_floating_container.cc', |
113 'base/gtk/gtk_floating_container.h', | 115 'base/gtk/gtk_floating_container.h', |
114 'base/gtk/gtk_im_context_util.cc', | 116 'base/gtk/gtk_im_context_util.cc', |
115 'base/gtk/gtk_im_context_util.h', | 117 'base/gtk/gtk_im_context_util.h', |
116 'base/gtk/gtk_hig_constants.h', | 118 'base/gtk/gtk_hig_constants.h', |
117 'base/gtk/gtk_screen_utils.cc', | 119 'base/gtk/gtk_screen_utils.cc', |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 644 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
643 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 645 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
644 ] | 646 ] |
645 } | 647 } |
646 ], | 648 ], |
647 }, | 649 }, |
648 ], | 650 ], |
649 }], | 651 }], |
650 ], | 652 ], |
651 } | 653 } |
OLD | NEW |