OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 '../third_party/icu38/icu38.gyp:icui18n', | 119 '../third_party/icu38/icu38.gyp:icui18n', |
120 '../third_party/icu38/icu38.gyp:icuuc', | 120 '../third_party/icu38/icu38.gyp:icuuc', |
121 ], | 121 ], |
122 'include_dirs': [ | 122 'include_dirs': [ |
123 '..', | 123 '..', |
124 ], | 124 ], |
125 'sources': [ | 125 'sources': [ |
126 # All .cc, .h, and .mm files under app/ except for tests. | 126 # All .cc, .h, and .mm files under app/ except for tests. |
127 '../app/animation.cc', | 127 '../app/animation.cc', |
128 '../app/animation.h', | 128 '../app/animation.h', |
| 129 '../app/l10n_util.cc', |
| 130 '../app/l10n_util.h', |
| 131 '../app/l10n_util_posix.cc', |
| 132 '../app/l10n_util_win.cc', |
| 133 '../app/l10n_util_win.h', |
129 '../app/resource_bundle.cc', | 134 '../app/resource_bundle.cc', |
130 '../app/resource_bundle.h', | 135 '../app/resource_bundle.h', |
131 '../app/resource_bundle_win.cc', | 136 '../app/resource_bundle_win.cc', |
132 '../app/resource_bundle_linux.cc', | 137 '../app/resource_bundle_linux.cc', |
133 '../app/resource_bundle_mac.mm', | 138 '../app/resource_bundle_mac.mm', |
134 '../app/slide_animation.cc', | 139 '../app/slide_animation.cc', |
135 '../app/slide_animation.h', | 140 '../app/slide_animation.h', |
136 '../app/throb_animation.cc', | 141 '../app/throb_animation.cc', |
137 '../app/throb_animation.h', | 142 '../app/throb_animation.h', |
138 ], | 143 ], |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 'common/ipc_message_utils.cc', | 311 'common/ipc_message_utils.cc', |
307 'common/ipc_message_utils.h', | 312 'common/ipc_message_utils.h', |
308 'common/ipc_sync_channel.cc', | 313 'common/ipc_sync_channel.cc', |
309 'common/ipc_sync_channel.h', | 314 'common/ipc_sync_channel.h', |
310 'common/ipc_sync_message.cc', | 315 'common/ipc_sync_message.cc', |
311 'common/ipc_sync_message.h', | 316 'common/ipc_sync_message.h', |
312 'common/json_value_serializer.cc', | 317 'common/json_value_serializer.cc', |
313 'common/json_value_serializer.h', | 318 'common/json_value_serializer.h', |
314 'common/jstemplate_builder.cc', | 319 'common/jstemplate_builder.cc', |
315 'common/jstemplate_builder.h', | 320 'common/jstemplate_builder.h', |
316 'common/l10n_util.cc', | |
317 'common/l10n_util.h', | |
318 'common/l10n_util_posix.cc', | |
319 'common/l10n_util_win.cc', | |
320 'common/l10n_util_win.h', | |
321 'common/libxml_utils.cc', | 321 'common/libxml_utils.cc', |
322 'common/libxml_utils.h', | 322 'common/libxml_utils.h', |
323 'common/logging_chrome.cc', | 323 'common/logging_chrome.cc', |
324 'common/logging_chrome.h', | 324 'common/logging_chrome.h', |
325 'common/main_function_params.h', | 325 'common/main_function_params.h', |
326 'common/message_box_flags.h', | 326 'common/message_box_flags.h', |
327 'common/message_router.cc', | 327 'common/message_router.cc', |
328 'common/message_router.h', | 328 'common/message_router.h', |
329 'common/modal_dialog_event.h', | 329 'common/modal_dialog_event.h', |
330 'common/mru_cache.h', | 330 'common/mru_cache.h', |
(...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2491 'common/gfx/chrome_font_unittest.cc', | 2491 'common/gfx/chrome_font_unittest.cc', |
2492 'common/gfx/emf_unittest.cc', | 2492 'common/gfx/emf_unittest.cc', |
2493 'common/gfx/icon_util_unittest.cc', | 2493 'common/gfx/icon_util_unittest.cc', |
2494 'common/gfx/text_elider_unittest.cc', | 2494 'common/gfx/text_elider_unittest.cc', |
2495 'common/important_file_writer_unittest.cc', | 2495 'common/important_file_writer_unittest.cc', |
2496 'common/ipc_message_unittest.cc', | 2496 'common/ipc_message_unittest.cc', |
2497 'common/ipc_sync_channel_unittest.cc', | 2497 'common/ipc_sync_channel_unittest.cc', |
2498 'common/ipc_sync_message_unittest.cc', | 2498 'common/ipc_sync_message_unittest.cc', |
2499 'common/ipc_sync_message_unittest.h', | 2499 'common/ipc_sync_message_unittest.h', |
2500 'common/json_value_serializer_unittest.cc', | 2500 'common/json_value_serializer_unittest.cc', |
2501 'common/l10n_util_unittest.cc', | 2501 '../app/l10n_util_unittest.cc', |
2502 'common/mru_cache_unittest.cc', | 2502 'common/mru_cache_unittest.cc', |
2503 'common/net/url_util_unittest.cc', | 2503 'common/net/url_util_unittest.cc', |
2504 'common/notification_service_unittest.cc', | 2504 'common/notification_service_unittest.cc', |
2505 'common/os_exchange_data_unittest.cc', | 2505 'common/os_exchange_data_unittest.cc', |
2506 'common/pref_member_unittest.cc', | 2506 'common/pref_member_unittest.cc', |
2507 'common/pref_service_unittest.cc', | 2507 'common/pref_service_unittest.cc', |
2508 'common/property_bag_unittest.cc', | 2508 'common/property_bag_unittest.cc', |
2509 'common/resource_dispatcher_unittest.cc', | 2509 'common/resource_dispatcher_unittest.cc', |
2510 'common/time_format_unittest.cc', | 2510 'common/time_format_unittest.cc', |
2511 'common/unzip_unittest.cc', | 2511 'common/unzip_unittest.cc', |
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3234 # Use outputs of this action as inputs for the main target build. | 3234 # Use outputs of this action as inputs for the main target build. |
3235 # Seems as a misnomer but makes this happy on Linux (scons). | 3235 # Seems as a misnomer but makes this happy on Linux (scons). |
3236 'process_outputs_as_sources': 1, | 3236 'process_outputs_as_sources': 1, |
3237 }, | 3237 }, |
3238 ], # 'actions' | 3238 ], # 'actions' |
3239 }, | 3239 }, |
3240 ] | 3240 ] |
3241 }], | 3241 }], |
3242 ], # 'conditions' | 3242 ], # 'conditions' |
3243 } | 3243 } |
OLD | NEW |