| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'common/extensions/user_script.cc', | 190 'common/extensions/user_script.cc', |
| 191 'common/extensions/user_script.h', | 191 'common/extensions/user_script.h', |
| 192 'common/important_file_writer.cc', | 192 'common/important_file_writer.cc', |
| 193 'common/important_file_writer.h', | 193 'common/important_file_writer.h', |
| 194 'common/json_pref_store.cc', | 194 'common/json_pref_store.cc', |
| 195 'common/json_pref_store.h', | 195 'common/json_pref_store.h', |
| 196 'common/json_schema_validator.cc', | 196 'common/json_schema_validator.cc', |
| 197 'common/json_schema_validator.h', | 197 'common/json_schema_validator.h', |
| 198 'common/jstemplate_builder.cc', | 198 'common/jstemplate_builder.cc', |
| 199 'common/jstemplate_builder.h', | 199 'common/jstemplate_builder.h', |
| 200 'common/launchd_mac.h', |
| 201 'common/launchd_mac.mm', |
| 200 'common/libxml_utils.cc', | 202 'common/libxml_utils.cc', |
| 201 'common/libxml_utils.h', | 203 'common/libxml_utils.h', |
| 202 'common/native_window_notification_source.h', | 204 'common/native_window_notification_source.h', |
| 203 'common/pepper_plugin_registry.cc', | 205 'common/pepper_plugin_registry.cc', |
| 204 'common/pepper_plugin_registry.h', | 206 'common/pepper_plugin_registry.h', |
| 205 'common/persistent_pref_store.h', | 207 'common/persistent_pref_store.h', |
| 206 'common/pref_store.cc', | 208 'common/pref_store.cc', |
| 207 'common/pref_store.h', | 209 'common/pref_store.h', |
| 208 'common/remoting/chromoting_host_info.cc', | 210 'common/remoting/chromoting_host_info.cc', |
| 209 'common/remoting/chromoting_host_info.h', | 211 'common/remoting/chromoting_host_info.h', |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'configurations': { | 485 'configurations': { |
| 484 'Common_Base': { | 486 'Common_Base': { |
| 485 'msvs_target_platform': 'x64', | 487 'msvs_target_platform': 'x64', |
| 486 }, | 488 }, |
| 487 }, | 489 }, |
| 488 }, | 490 }, |
| 489 ], | 491 ], |
| 490 }], | 492 }], |
| 491 ], | 493 ], |
| 492 } | 494 } |
| OLD | NEW |