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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'common/devtools_messages.h', | 52 'common/devtools_messages.h', |
53 'common/devtools_messages_internal.h', | 53 'common/devtools_messages_internal.h', |
54 'common/font_descriptor_mac.h', | 54 'common/font_descriptor_mac.h', |
55 'common/font_descriptor_mac.mm', | 55 'common/font_descriptor_mac.mm', |
56 'common/geoposition.cc', | 56 'common/geoposition.cc', |
57 'common/geoposition.h', | 57 'common/geoposition.h', |
58 'common/gpu_info.h', | 58 'common/gpu_info.h', |
59 'common/gpu_info.cc', | 59 'common/gpu_info.cc', |
60 'common/gpu_messages.h', | 60 'common/gpu_messages.h', |
61 'common/gpu_messages_internal.h', | 61 'common/gpu_messages_internal.h', |
| 62 'common/gpu_video_common.cc', |
| 63 'common/gpu_video_common.h', |
62 'common/indexed_db_key.cc', | 64 'common/indexed_db_key.cc', |
63 'common/indexed_db_key.h', | 65 'common/indexed_db_key.h', |
64 'common/logging_chrome.cc', | 66 'common/logging_chrome.cc', |
65 'common/logging_chrome.h', | 67 'common/logging_chrome.h', |
66 'common/main_function_params.h', | 68 'common/main_function_params.h', |
67 'common/message_router.cc', | 69 'common/message_router.cc', |
68 'common/message_router.h', | 70 'common/message_router.h', |
69 'common/metrics_helpers.cc', | 71 'common/metrics_helpers.cc', |
70 'common/metrics_helpers.h', | 72 'common/metrics_helpers.h', |
71 'common/nacl_cmd_line.cc', | 73 'common/nacl_cmd_line.cc', |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'configurations': { | 428 'configurations': { |
427 'Common_Base': { | 429 'Common_Base': { |
428 'msvs_target_platform': 'x64', | 430 'msvs_target_platform': 'x64', |
429 }, | 431 }, |
430 }, | 432 }, |
431 }, | 433 }, |
432 ], | 434 ], |
433 }], | 435 }], |
434 ], | 436 ], |
435 } | 437 } |
OLD | NEW |