| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'common/jstemplate_builder.h', | 202 'common/jstemplate_builder.h', |
| 203 'common/launchd_mac.h', | 203 'common/launchd_mac.h', |
| 204 'common/launchd_mac.mm', | 204 'common/launchd_mac.mm', |
| 205 'common/libxml_utils.cc', | 205 'common/libxml_utils.cc', |
| 206 'common/libxml_utils.h', | 206 'common/libxml_utils.h', |
| 207 'common/native_window_notification_source.h', | 207 'common/native_window_notification_source.h', |
| 208 'common/persistent_pref_store.h', | 208 'common/persistent_pref_store.h', |
| 209 'common/pref_store.cc', | 209 'common/pref_store.cc', |
| 210 'common/pref_store.h', | 210 'common/pref_store.h', |
| 211 'common/print_messages.h', | 211 'common/print_messages.h', |
| 212 'common/random.cc', |
| 213 'common/random.h', |
| 212 'common/remoting/chromoting_host_info.cc', | 214 'common/remoting/chromoting_host_info.cc', |
| 213 'common/remoting/chromoting_host_info.h', | 215 'common/remoting/chromoting_host_info.h', |
| 214 'common/render_messages.cc', | 216 'common/render_messages.cc', |
| 215 'common/render_messages.h', | 217 'common/render_messages.h', |
| 216 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', | 218 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', |
| 217 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', | 219 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', |
| 218 'common/search_provider.h', | 220 'common/search_provider.h', |
| 219 'common/security_style.h', | 221 'common/security_style.h', |
| 220 'common/service_messages.h', | 222 'common/service_messages.h', |
| 221 'common/service_process_util.cc', | 223 'common/service_process_util.cc', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'configurations': { | 531 'configurations': { |
| 530 'Common_Base': { | 532 'Common_Base': { |
| 531 'msvs_target_platform': 'x64', | 533 'msvs_target_platform': 'x64', |
| 532 }, | 534 }, |
| 533 }, | 535 }, |
| 534 }, | 536 }, |
| 535 ], | 537 ], |
| 536 }], | 538 }], |
| 537 ], | 539 ], |
| 538 } | 540 } |
| OLD | NEW |