| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'menu_util.h', | 75 'menu_util.h', |
| 76 'native_theme_gtk2.cc', | 76 'native_theme_gtk2.cc', |
| 77 'native_theme_gtk2.h', | 77 'native_theme_gtk2.h', |
| 78 'print_dialog_gtk2.cc', | 78 'print_dialog_gtk2.cc', |
| 79 'print_dialog_gtk2.h', | 79 'print_dialog_gtk2.h', |
| 80 'printing_gtk2_util.cc', | 80 'printing_gtk2_util.cc', |
| 81 'printing_gtk2_util.h', | 81 'printing_gtk2_util.h', |
| 82 'select_file_dialog_impl.cc', | 82 'select_file_dialog_impl.cc', |
| 83 'select_file_dialog_impl.h', | 83 'select_file_dialog_impl.h', |
| 84 'select_file_dialog_impl_gtk2.cc', | 84 'select_file_dialog_impl_gtk2.cc', |
| 85 'select_file_dialog_impl_gtk2.h', |
| 85 'select_file_dialog_impl_kde.cc', | 86 'select_file_dialog_impl_kde.cc', |
| 86 'skia_utils_gtk2.cc', | 87 'skia_utils_gtk2.cc', |
| 87 'skia_utils_gtk2.h', | 88 'skia_utils_gtk2.h', |
| 88 'unity_service.cc', | 89 'unity_service.cc', |
| 89 'unity_service.h', | 90 'unity_service.h', |
| 90 'x11_input_method_context_impl_gtk2.cc', | 91 'x11_input_method_context_impl_gtk2.cc', |
| 91 'x11_input_method_context_impl_gtk2.h', | 92 'x11_input_method_context_impl_gtk2.h', |
| 92 ], | 93 ], |
| 93 'conditions': [ | 94 'conditions': [ |
| 94 ['use_gconf==0', { | 95 ['use_gconf==0', { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 115 '-Wno-unused-function', | 116 '-Wno-unused-function', |
| 116 | 117 |
| 117 # G_STATIC_ASSERT uses a typedef as a static_assert. | 118 # G_STATIC_ASSERT uses a typedef as a static_assert. |
| 118 '-Wno-unused-local-typedef', | 119 '-Wno-unused-local-typedef', |
| 119 ], | 120 ], |
| 120 }], | 121 }], |
| 121 ], | 122 ], |
| 122 }, | 123 }, |
| 123 ], | 124 ], |
| 124 } | 125 } |
| OLD | NEW |