| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'common/process_watcher_mac.cc', | 93 'common/process_watcher_mac.cc', |
| 94 'common/process_watcher_posix.cc', | 94 'common/process_watcher_posix.cc', |
| 95 'common/process_watcher_win.cc', | 95 'common/process_watcher_win.cc', |
| 96 'common/profiling.cc', | 96 'common/profiling.cc', |
| 97 'common/profiling.h', | 97 'common/profiling.h', |
| 98 'common/ref_counted_util.h', | 98 'common/ref_counted_util.h', |
| 99 'common/result_codes.h', | 99 'common/result_codes.h', |
| 100 'common/safebrowsing_messages.h', | 100 'common/safebrowsing_messages.h', |
| 101 'common/sandbox_policy.cc', | 101 'common/sandbox_policy.cc', |
| 102 'common/sandbox_policy.h', | 102 'common/sandbox_policy.h', |
| 103 'common/section_util_win.cc', | |
| 104 'common/section_util_win.h', | |
| 105 'common/serialized_script_value.cc', | 103 'common/serialized_script_value.cc', |
| 106 'common/serialized_script_value.h', | 104 'common/serialized_script_value.h', |
| 107 'common/set_process_title.cc', | 105 'common/set_process_title.cc', |
| 108 'common/set_process_title.h', | 106 'common/set_process_title.h', |
| 109 'common/set_process_title_linux.cc', | 107 'common/set_process_title_linux.cc', |
| 110 'common/set_process_title_linux.h', | 108 'common/set_process_title_linux.h', |
| 111 'common/speech_input_messages.h', | 109 'common/speech_input_messages.h', |
| 112 'common/switch_utils.cc', | 110 'common/switch_utils.cc', |
| 113 'common/switch_utils.h', | 111 'common/switch_utils.h', |
| 114 'common/time_format.cc', | 112 'common/time_format.cc', |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'configurations': { | 534 'configurations': { |
| 537 'Common_Base': { | 535 'Common_Base': { |
| 538 'msvs_target_platform': 'x64', | 536 'msvs_target_platform': 'x64', |
| 539 }, | 537 }, |
| 540 }, | 538 }, |
| 541 }, | 539 }, |
| 542 ], | 540 ], |
| 543 }], | 541 }], |
| 544 ], | 542 ], |
| 545 } | 543 } |
| OLD | NEW |