| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'common/pepper_plugin_registry.cc', | 204 'common/pepper_plugin_registry.cc', |
| 205 'common/pepper_plugin_registry.h', | 205 'common/pepper_plugin_registry.h', |
| 206 'common/persistent_pref_store.h', | 206 'common/persistent_pref_store.h', |
| 207 'common/pref_store.cc', | 207 'common/pref_store.cc', |
| 208 'common/pref_store.h', | 208 'common/pref_store.h', |
| 209 'common/print_messages.h', | 209 'common/print_messages.h', |
| 210 'common/remoting/chromoting_host_info.cc', | 210 'common/remoting/chromoting_host_info.cc', |
| 211 'common/remoting/chromoting_host_info.h', | 211 'common/remoting/chromoting_host_info.h', |
| 212 'common/render_messages.cc', | 212 'common/render_messages.cc', |
| 213 'common/render_messages.h', | 213 'common/render_messages.h', |
| 214 'common/render_messages_params.cc', | 214 'common/search_provider.h', |
| 215 'common/render_messages_params.h', | |
| 216 'common/security_style.h', | 215 'common/security_style.h', |
| 217 'common/service_messages.h', | 216 'common/service_messages.h', |
| 218 'common/service_process_util.cc', | 217 'common/service_process_util.cc', |
| 219 'common/service_process_util.h', | 218 'common/service_process_util.h', |
| 220 'common/service_process_util_linux.cc', | 219 'common/service_process_util_linux.cc', |
| 221 'common/service_process_util_mac.mm', | 220 'common/service_process_util_mac.mm', |
| 222 'common/service_process_util_posix.cc', | 221 'common/service_process_util_posix.cc', |
| 223 'common/service_process_util_posix.h', | 222 'common/service_process_util_posix.h', |
| 224 'common/service_process_util_win.cc', | 223 'common/service_process_util_win.cc', |
| 225 'common/spellcheck_common.cc', | 224 'common/spellcheck_common.cc', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'configurations': { | 480 'configurations': { |
| 482 'Common_Base': { | 481 'Common_Base': { |
| 483 'msvs_target_platform': 'x64', | 482 'msvs_target_platform': 'x64', |
| 484 }, | 483 }, |
| 485 }, | 484 }, |
| 486 }, | 485 }, |
| 487 ], | 486 ], |
| 488 }], | 487 }], |
| 489 ], | 488 ], |
| 490 } | 489 } |
| OLD | NEW |