| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'common/ipc_sync_channel.cc', | 190 'common/ipc_sync_channel.cc', |
| 191 'common/ipc_sync_channel.h', | 191 'common/ipc_sync_channel.h', |
| 192 'common/ipc_sync_message.cc', | 192 'common/ipc_sync_message.cc', |
| 193 'common/ipc_sync_message.h', | 193 'common/ipc_sync_message.h', |
| 194 'common/json_value_serializer.cc', | 194 'common/json_value_serializer.cc', |
| 195 'common/json_value_serializer.h', | 195 'common/json_value_serializer.h', |
| 196 'common/jstemplate_builder.cc', | 196 'common/jstemplate_builder.cc', |
| 197 'common/jstemplate_builder.h', | 197 'common/jstemplate_builder.h', |
| 198 'common/l10n_util.cc', | 198 'common/l10n_util.cc', |
| 199 'common/l10n_util.h', | 199 'common/l10n_util.h', |
| 200 'common/l10n_util_posix.cc', |
| 200 'common/l10n_util_win.cc', | 201 'common/l10n_util_win.cc', |
| 201 'common/l10n_util_win.h', | 202 'common/l10n_util_win.h', |
| 202 'common/libxml_utils.cc', | 203 'common/libxml_utils.cc', |
| 203 'common/libxml_utils.h', | 204 'common/libxml_utils.h', |
| 204 'common/logging_chrome.cc', | 205 'common/logging_chrome.cc', |
| 205 'common/logging_chrome.h', | 206 'common/logging_chrome.h', |
| 206 'common/mach_ipc_mac.h', | 207 'common/mach_ipc_mac.h', |
| 207 'common/mach_ipc_mac.mm', | 208 'common/mach_ipc_mac.mm', |
| 208 'common/mach_message_source_mac.cc', | 209 'common/mach_message_source_mac.cc', |
| 209 'common/mach_message_source_mac.h', | 210 'common/mach_message_source_mac.h', |
| (...skipping 2525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2735 'Debug': { | 2736 'Debug': { |
| 2736 'msvs_precompiled_header': 'tools/build/win/precompiled.h', | 2737 'msvs_precompiled_header': 'tools/build/win/precompiled.h', |
| 2737 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', | 2738 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', |
| 2738 }, | 2739 }, |
| 2739 }, | 2740 }, |
| 2740 }, | 2741 }, |
| 2741 ]}, # 'targets' | 2742 ]}, # 'targets' |
| 2742 ], # OS=="win" | 2743 ], # OS=="win" |
| 2743 ], # 'conditions' | 2744 ], # 'conditions' |
| 2744 } | 2745 } |
| OLD | NEW |