| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 16 matching lines...) Expand all Loading... |
| 27 'common/hi_res_timer_manager.cc', | 27 'common/hi_res_timer_manager.cc', |
| 28 'common/hi_res_timer_manager.h', | 28 'common/hi_res_timer_manager.h', |
| 29 'common/temp_scaffolding_stubs.cc', | 29 'common/temp_scaffolding_stubs.cc', |
| 30 ], | 30 ], |
| 31 }], | 31 }], |
| 32 ], | 32 ], |
| 33 'sources': [ | 33 'sources': [ |
| 34 # .cc, .h, and .mm files under chrome/common that are used on all | 34 # .cc, .h, and .mm files under chrome/common that are used on all |
| 35 # platforms, including both 32-bit and 64-bit Windows. | 35 # platforms, including both 32-bit and 64-bit Windows. |
| 36 # Test files are not included. | 36 # Test files are not included. |
| 37 'common/accessibility_events.h', |
| 38 'common/accessibility_events.cc', |
| 37 'common/bindings_policy.h', | 39 'common/bindings_policy.h', |
| 38 'common/child_process.cc', | 40 'common/child_process.cc', |
| 39 'common/child_process.h', | 41 'common/child_process.h', |
| 40 'common/child_process_info.cc', | 42 'common/child_process_info.cc', |
| 41 'common/child_process_info.h', | 43 'common/child_process_info.h', |
| 42 'common/child_process_logging.h', | 44 'common/child_process_logging.h', |
| 43 'common/child_process_logging_linux.cc', | 45 'common/child_process_logging_linux.cc', |
| 44 'common/child_process_logging_mac.mm', | 46 'common/child_process_logging_mac.mm', |
| 45 'common/child_process_logging_win.cc', | 47 'common/child_process_logging_win.cc', |
| 46 'common/child_thread.cc', | 48 'common/child_thread.cc', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 'configurations': { | 381 'configurations': { |
| 380 'Common_Base': { | 382 'Common_Base': { |
| 381 'msvs_target_platform': 'x64', | 383 'msvs_target_platform': 'x64', |
| 382 }, | 384 }, |
| 383 }, | 385 }, |
| 384 }, | 386 }, |
| 385 ], | 387 ], |
| 386 }], | 388 }], |
| 387 ], | 389 ], |
| 388 } | 390 } |
| OLD | NEW |