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