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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'common/chrome_counters.cc', | 50 'common/chrome_counters.cc', |
51 'common/chrome_counters.h', | 51 'common/chrome_counters.h', |
52 'common/common_param_traits.cc', | 52 'common/common_param_traits.cc', |
53 'common/common_param_traits.h', | 53 'common/common_param_traits.h', |
54 'common/debug_flags.cc', | 54 'common/debug_flags.cc', |
55 'common/debug_flags.h', | 55 'common/debug_flags.h', |
56 'common/devtools_messages.h', | 56 'common/devtools_messages.h', |
57 'common/devtools_messages_internal.h', | 57 'common/devtools_messages_internal.h', |
58 'common/gpu_messages.h', | 58 'common/gpu_messages.h', |
59 'common/gpu_messages_internal.h', | 59 'common/gpu_messages_internal.h', |
| 60 'common/io_surface_support_mac.cc', |
| 61 'common/io_surface_support_mac.h', |
60 'common/logging_chrome.cc', | 62 'common/logging_chrome.cc', |
61 'common/logging_chrome.h', | 63 'common/logging_chrome.h', |
62 'common/main_function_params.h', | 64 'common/main_function_params.h', |
63 'common/message_router.cc', | 65 'common/message_router.cc', |
64 'common/message_router.h', | 66 'common/message_router.h', |
65 'common/nacl_cmd_line.cc', | 67 'common/nacl_cmd_line.cc', |
66 'common/nacl_cmd_line.h', | 68 'common/nacl_cmd_line.h', |
67 'common/nacl_messages.h', | 69 'common/nacl_messages.h', |
68 'common/nacl_types.h', | 70 'common/nacl_types.h', |
69 'common/nacl_messages_internal.h', | 71 'common/nacl_messages_internal.h', |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'configurations': { | 387 'configurations': { |
386 'Common_Base': { | 388 'Common_Base': { |
387 'msvs_target_platform': 'x64', | 389 'msvs_target_platform': 'x64', |
388 }, | 390 }, |
389 }, | 391 }, |
390 }, | 392 }, |
391 ], | 393 ], |
392 }], | 394 }], |
393 ], | 395 ], |
394 } | 396 } |
OLD | NEW |