| 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 13 matching lines...) Expand all Loading... |
| 24 ], | 24 ], |
| 25 'sources': [ | 25 'sources': [ |
| 26 'common_theme.cc', | 26 'common_theme.cc', |
| 27 'common_theme.h', | 27 'common_theme.h', |
| 28 'native_theme.cc', | 28 'native_theme.cc', |
| 29 'native_theme.h', | 29 'native_theme.h', |
| 30 'native_theme_android.cc', | 30 'native_theme_android.cc', |
| 31 'native_theme_android.h', | 31 'native_theme_android.h', |
| 32 'native_theme_aura.cc', | 32 'native_theme_aura.cc', |
| 33 'native_theme_aura.h', | 33 'native_theme_aura.h', |
| 34 'native_theme_aura_dark.cc', |
| 35 'native_theme_aura_dark.h', |
| 34 'native_theme_aurawin.cc', | 36 'native_theme_aurawin.cc', |
| 35 'native_theme_aurawin.h', | 37 'native_theme_aurawin.h', |
| 36 'native_theme_base.cc', | 38 'native_theme_base.cc', |
| 37 'native_theme_base.h', | 39 'native_theme_base.h', |
| 38 'native_theme_mac.h', | 40 'native_theme_mac.h', |
| 39 'native_theme_mac.mm', | 41 'native_theme_mac.mm', |
| 40 'native_theme_observer.cc', | 42 'native_theme_observer.cc', |
| 41 'native_theme_observer.h', | 43 'native_theme_observer.h', |
| 42 'native_theme_switches.cc', | 44 'native_theme_switches.cc', |
| 43 'native_theme_switches.h', | 45 'native_theme_switches.h', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 55 '../../testing/gtest.gyp:gtest', | 57 '../../testing/gtest.gyp:gtest', |
| 56 'native_theme', | 58 'native_theme', |
| 57 ], | 59 ], |
| 58 'sources': [ | 60 'sources': [ |
| 59 '../../base/test/run_all_unittests.cc', | 61 '../../base/test/run_all_unittests.cc', |
| 60 'native_theme_mac_unittest.cc', | 62 'native_theme_mac_unittest.cc', |
| 61 ], | 63 ], |
| 62 }, | 64 }, |
| 63 ], | 65 ], |
| 64 } | 66 } |
| OLD | NEW |