| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'common/geoposition.h', | 58 'common/geoposition.h', |
| 59 'common/gpu_info.h', | 59 'common/gpu_info.h', |
| 60 'common/gpu_info.cc', | 60 'common/gpu_info.cc', |
| 61 'common/gpu_messages.cc', | 61 'common/gpu_messages.cc', |
| 62 'common/gpu_messages.h', | 62 'common/gpu_messages.h', |
| 63 'common/gpu_messages_internal.h', | 63 'common/gpu_messages_internal.h', |
| 64 'common/gpu_video_common.cc', | 64 'common/gpu_video_common.cc', |
| 65 'common/gpu_video_common.h', | 65 'common/gpu_video_common.h', |
| 66 'common/indexed_db_key.cc', | 66 'common/indexed_db_key.cc', |
| 67 'common/indexed_db_key.h', | 67 'common/indexed_db_key.h', |
| 68 'common/indexed_param_traits.h', |
| 68 'common/logging_chrome.cc', | 69 'common/logging_chrome.cc', |
| 69 'common/logging_chrome.h', | 70 'common/logging_chrome.h', |
| 70 'common/main_function_params.h', | 71 'common/main_function_params.h', |
| 71 'common/message_router.cc', | 72 'common/message_router.cc', |
| 72 'common/message_router.h', | 73 'common/message_router.h', |
| 73 'common/metrics_helpers.cc', | 74 'common/metrics_helpers.cc', |
| 74 'common/metrics_helpers.h', | 75 'common/metrics_helpers.h', |
| 75 'common/nacl_cmd_line.cc', | 76 'common/nacl_cmd_line.cc', |
| 76 'common/nacl_cmd_line.h', | 77 'common/nacl_cmd_line.h', |
| 77 'common/nacl_messages.cc', | 78 'common/nacl_messages.cc', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 'configurations': { | 441 'configurations': { |
| 441 'Common_Base': { | 442 'Common_Base': { |
| 442 'msvs_target_platform': 'x64', | 443 'msvs_target_platform': 'x64', |
| 443 }, | 444 }, |
| 444 }, | 445 }, |
| 445 }, | 446 }, |
| 446 ], | 447 ], |
| 447 }], | 448 }], |
| 448 ], | 449 ], |
| 449 } | 450 } |
| OLD | NEW |