| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'common/jstemplate_builder.cc', | 208 'common/jstemplate_builder.cc', |
| 209 'common/jstemplate_builder.h', | 209 'common/jstemplate_builder.h', |
| 210 'common/launchd_mac.h', | 210 'common/launchd_mac.h', |
| 211 'common/launchd_mac.mm', | 211 'common/launchd_mac.mm', |
| 212 'common/libxml_utils.cc', | 212 'common/libxml_utils.cc', |
| 213 'common/libxml_utils.h', | 213 'common/libxml_utils.h', |
| 214 'common/native_window_notification_source.h', | 214 'common/native_window_notification_source.h', |
| 215 'common/persistent_pref_store.h', | 215 'common/persistent_pref_store.h', |
| 216 'common/pref_store.cc', | 216 'common/pref_store.cc', |
| 217 'common/pref_store.h', | 217 'common/pref_store.h', |
| 218 'common/print_messages.cc', |
| 218 'common/print_messages.h', | 219 'common/print_messages.h', |
| 219 'common/random.cc', | 220 'common/random.cc', |
| 220 'common/random.h', | 221 'common/random.h', |
| 221 'common/render_messages.cc', | 222 'common/render_messages.cc', |
| 222 'common/render_messages.h', | 223 'common/render_messages.h', |
| 223 'common/scoped_co_mem.h', | 224 'common/scoped_co_mem.h', |
| 224 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', | 225 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.cc', |
| 225 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', | 226 '<(protoc_out_dir)/chrome/common/safe_browsing/client_model.pb.h', |
| 226 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', | 227 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', |
| 227 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', | 228 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 'configurations': { | 572 'configurations': { |
| 572 'Common_Base': { | 573 'Common_Base': { |
| 573 'msvs_target_platform': 'x64', | 574 'msvs_target_platform': 'x64', |
| 574 }, | 575 }, |
| 575 }, | 576 }, |
| 576 }, | 577 }, |
| 577 ], | 578 ], |
| 578 }], | 579 }], |
| 579 ], | 580 ], |
| 580 } | 581 } |
| OLD | NEW |