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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'base/resource/resource_bundle.h', | 218 'base/resource/resource_bundle.h', |
219 'base/resource/resource_bundle_android.cc', | 219 'base/resource/resource_bundle_android.cc', |
220 'base/resource/resource_bundle_aurax11.cc', | 220 'base/resource/resource_bundle_aurax11.cc', |
221 'base/resource/resource_bundle_gtk.cc', | 221 'base/resource/resource_bundle_gtk.cc', |
222 'base/resource/resource_bundle_linux.cc', | 222 'base/resource/resource_bundle_linux.cc', |
223 'base/resource/resource_bundle_mac.mm', | 223 'base/resource/resource_bundle_mac.mm', |
224 'base/resource/resource_bundle_win.cc', | 224 'base/resource/resource_bundle_win.cc', |
225 'base/resource/resource_bundle_win.h', | 225 'base/resource/resource_bundle_win.h', |
226 'base/resource/resource_data_dll_win.cc', | 226 'base/resource/resource_data_dll_win.cc', |
227 'base/resource/resource_data_dll_win.h', | 227 'base/resource/resource_data_dll_win.h', |
| 228 'base/resource/resource_handle.cc', |
228 'base/resource/resource_handle.h', | 229 'base/resource/resource_handle.h', |
229 'base/text/bytes_formatting.cc', | 230 'base/text/bytes_formatting.cc', |
230 'base/text/bytes_formatting.h', | 231 'base/text/bytes_formatting.h', |
231 'base/text/text_elider.cc', | 232 'base/text/text_elider.cc', |
232 'base/text/text_elider.h', | 233 'base/text/text_elider.h', |
233 'base/text/utf16_indexing.cc', | 234 'base/text/utf16_indexing.cc', |
234 'base/text/utf16_indexing.h', | 235 'base/text/utf16_indexing.h', |
235 'base/theme_provider.cc', | 236 'base/theme_provider.cc', |
236 'base/theme_provider.h', | 237 'base/theme_provider.h', |
237 'base/touch/touch_factory.cc', | 238 'base/touch/touch_factory.cc', |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 736 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
736 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 737 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
737 ] | 738 ] |
738 } | 739 } |
739 ], | 740 ], |
740 }, | 741 }, |
741 ], | 742 ], |
742 }], | 743 }], |
743 ], | 744 ], |
744 } | 745 } |
OLD | NEW |