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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'common/content_settings.h', | 44 'common/content_settings.h', |
45 'common/content_settings_types.h', | 45 'common/content_settings_types.h', |
46 'common/debug_flags.cc', | 46 'common/debug_flags.cc', |
47 'common/debug_flags.h', | 47 'common/debug_flags.h', |
48 'common/devtools_messages.h', | 48 'common/devtools_messages.h', |
49 'common/devtools_messages_internal.h', | 49 'common/devtools_messages_internal.h', |
50 'common/geoposition.cc', | 50 'common/geoposition.cc', |
51 'common/geoposition.h', | 51 'common/geoposition.h', |
52 'common/gpu_messages.h', | 52 'common/gpu_messages.h', |
53 'common/gpu_messages_internal.h', | 53 'common/gpu_messages_internal.h', |
| 54 'common/importer_data_types.h', |
54 'common/logging_chrome.cc', | 55 'common/logging_chrome.cc', |
55 'common/logging_chrome.h', | 56 'common/logging_chrome.h', |
56 'common/main_function_params.h', | 57 'common/main_function_params.h', |
57 'common/message_router.cc', | 58 'common/message_router.cc', |
58 'common/message_router.h', | 59 'common/message_router.h', |
59 'common/nacl_cmd_line.cc', | 60 'common/nacl_cmd_line.cc', |
60 'common/nacl_cmd_line.h', | 61 'common/nacl_cmd_line.h', |
61 'common/nacl_messages.h', | 62 'common/nacl_messages.h', |
62 'common/nacl_types.h', | 63 'common/nacl_types.h', |
63 'common/nacl_messages_internal.h', | 64 'common/nacl_messages_internal.h', |
(...skipping 20 matching lines...) Expand all Loading... |
84 'common/sandbox_init_wrapper_win.cc', | 85 'common/sandbox_init_wrapper_win.cc', |
85 'common/sandbox_mac.h', | 86 'common/sandbox_mac.h', |
86 'common/sandbox_mac.mm', | 87 'common/sandbox_mac.mm', |
87 'common/sandbox_policy.cc', | 88 'common/sandbox_policy.cc', |
88 'common/sandbox_policy.h', | 89 'common/sandbox_policy.h', |
89 'common/task_queue.cc', | 90 'common/task_queue.cc', |
90 'common/task_queue.h', | 91 'common/task_queue.h', |
91 'common/time_format.cc', | 92 'common/time_format.cc', |
92 'common/time_format.h', | 93 'common/time_format.h', |
93 'common/transport_dib.h', | 94 'common/transport_dib.h', |
| 95 'common/url_row_type.cc', |
| 96 'common/url_row_type.h', |
94 'common/win_safe_util.cc', | 97 'common/win_safe_util.cc', |
95 'common/win_safe_util.h', | 98 'common/win_safe_util.h', |
96 ], | 99 ], |
97 }], | 100 }], |
98 ], | 101 ], |
99 }, | 102 }, |
100 'targets': [ | 103 'targets': [ |
101 { | 104 { |
102 'target_name': 'common', | 105 'target_name': 'common', |
103 'type': '<(library)', | 106 'type': '<(library)', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'configurations': { | 394 'configurations': { |
392 'Common_Base': { | 395 'Common_Base': { |
393 'msvs_target_platform': 'x64', | 396 'msvs_target_platform': 'x64', |
394 }, | 397 }, |
395 }, | 398 }, |
396 }, | 399 }, |
397 ], | 400 ], |
398 }], | 401 }], |
399 ], | 402 ], |
400 } | 403 } |
OLD | NEW |