| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'common/content_settings_helper.h', | 50 'common/content_settings_helper.h', |
| 51 'common/content_settings_types.h', | 51 'common/content_settings_types.h', |
| 52 'common/devtools_messages.cc', | 52 'common/devtools_messages.cc', |
| 53 'common/devtools_messages.h', | 53 'common/devtools_messages.h', |
| 54 'common/gfx_resource_provider.cc', | 54 'common/gfx_resource_provider.cc', |
| 55 'common/gfx_resource_provider.h', | 55 'common/gfx_resource_provider.h', |
| 56 'common/guid.cc', | 56 'common/guid.cc', |
| 57 'common/guid.h', | 57 'common/guid.h', |
| 58 'common/guid_posix.cc', | 58 'common/guid_posix.cc', |
| 59 'common/guid_win.cc', | 59 'common/guid_win.cc', |
| 60 'common/icon_messages.cc', |
| 61 'common/icon_messages.h', |
| 60 'common/instant_types.h', | 62 'common/instant_types.h', |
| 61 'common/logging_chrome.cc', | 63 'common/logging_chrome.cc', |
| 62 'common/logging_chrome.h', | 64 'common/logging_chrome.h', |
| 63 'common/metrics_helpers.cc', | 65 'common/metrics_helpers.cc', |
| 64 'common/metrics_helpers.h', | 66 'common/metrics_helpers.h', |
| 65 'common/multi_process_lock.h', | 67 'common/multi_process_lock.h', |
| 66 'common/multi_process_lock_linux.cc', | 68 'common/multi_process_lock_linux.cc', |
| 67 'common/multi_process_lock_mac.cc', | 69 'common/multi_process_lock_mac.cc', |
| 68 'common/multi_process_lock_win.cc', | 70 'common/multi_process_lock_win.cc', |
| 69 'common/nacl_cmd_line.cc', | 71 'common/nacl_cmd_line.cc', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'configurations': { | 483 'configurations': { |
| 482 'Common_Base': { | 484 'Common_Base': { |
| 483 'msvs_target_platform': 'x64', | 485 'msvs_target_platform': 'x64', |
| 484 }, | 486 }, |
| 485 }, | 487 }, |
| 486 }, | 488 }, |
| 487 ], | 489 ], |
| 488 }], | 490 }], |
| 489 ], | 491 ], |
| 490 } | 492 } |
| OLD | NEW |