| 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 17 matching lines...) Expand all Loading... |
| 28 'common/app_mode_common_mac.h', | 28 'common/app_mode_common_mac.h', |
| 29 'common/app_mode_common_mac.mm', | 29 'common/app_mode_common_mac.mm', |
| 30 'common/attrition_experiments.h', | 30 'common/attrition_experiments.h', |
| 31 'common/auto_start_linux.cc', | 31 'common/auto_start_linux.cc', |
| 32 'common/auto_start_linux.h', | 32 'common/auto_start_linux.h', |
| 33 'common/autofill_messages.h', | 33 'common/autofill_messages.h', |
| 34 'common/child_process_logging.h', | 34 'common/child_process_logging.h', |
| 35 'common/child_process_logging_linux.cc', | 35 'common/child_process_logging_linux.cc', |
| 36 'common/child_process_logging_mac.mm', | 36 'common/child_process_logging_mac.mm', |
| 37 'common/child_process_logging_win.cc', | 37 'common/child_process_logging_win.cc', |
| 38 'common/chrome_counters.cc', | |
| 39 'common/chrome_counters.h', | |
| 40 'common/chrome_version_info.cc', | 38 'common/chrome_version_info.cc', |
| 41 'common/chrome_version_info.h', | 39 'common/chrome_version_info.h', |
| 42 'common/content_restriction.h', | 40 'common/content_restriction.h', |
| 43 'common/content_settings.cc', | 41 'common/content_settings.cc', |
| 44 'common/content_settings.h', | 42 'common/content_settings.h', |
| 45 'common/content_settings_helper.cc', | 43 'common/content_settings_helper.cc', |
| 46 'common/content_settings_helper.h', | 44 'common/content_settings_helper.h', |
| 47 'common/content_settings_types.h', | 45 'common/content_settings_types.h', |
| 48 'common/devtools_messages.h', | 46 'common/devtools_messages.h', |
| 49 'common/guid.cc', | 47 'common/guid.cc', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'configurations': { | 525 'configurations': { |
| 528 'Common_Base': { | 526 'Common_Base': { |
| 529 'msvs_target_platform': 'x64', | 527 'msvs_target_platform': 'x64', |
| 530 }, | 528 }, |
| 531 }, | 529 }, |
| 532 }, | 530 }, |
| 533 ], | 531 ], |
| 534 }], | 532 }], |
| 535 ], | 533 ], |
| 536 } | 534 } |
| OLD | NEW |