| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 'native_theme.cc', | 26 'native_theme.cc', |
| 27 'native_theme.h', | 27 'native_theme.h', |
| 28 'native_theme_android.cc', | 28 'native_theme_android.cc', |
| 29 'native_theme_android.h', | 29 'native_theme_android.h', |
| 30 'native_theme_aura.cc', | 30 'native_theme_aura.cc', |
| 31 'native_theme_aura.h', | 31 'native_theme_aura.h', |
| 32 'native_theme_base.cc', | 32 'native_theme_base.cc', |
| 33 'native_theme_base.h', | 33 'native_theme_base.h', |
| 34 'native_theme_gtk.cc', | 34 'native_theme_gtk.cc', |
| 35 'native_theme_gtk.h', | 35 'native_theme_gtk.h', |
| 36 'native_theme_mac.h', |
| 37 'native_theme_mac.mm', |
| 36 'native_theme_win.cc', | 38 'native_theme_win.cc', |
| 37 'native_theme_win.h', | 39 'native_theme_win.h', |
| 38 ], | 40 ], |
| 39 }, | 41 }, |
| 40 ], | 42 ], |
| 41 } | 43 } |
| OLD | NEW |