| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'common/devtools_messages.h', | 175 'common/devtools_messages.h', |
| 176 'common/devtools_messages_internal.h', | 176 'common/devtools_messages_internal.h', |
| 177 'common/drag_drop_types.cc', | 177 'common/drag_drop_types.cc', |
| 178 'common/drag_drop_types.h', | 178 'common/drag_drop_types.h', |
| 179 'common/env_vars.cc', | 179 'common/env_vars.cc', |
| 180 'common/env_vars.h', | 180 'common/env_vars.h', |
| 181 'common/file_descriptor_set_posix.cc', | 181 'common/file_descriptor_set_posix.cc', |
| 182 'common/file_descriptor_set_posix.h', | 182 'common/file_descriptor_set_posix.h', |
| 183 'common/filter_policy.h', | 183 'common/filter_policy.h', |
| 184 'common/gears_api.h', | 184 'common/gears_api.h', |
| 185 'common/important_file_writer.cc', |
| 186 'common/important_file_writer.h', |
| 185 'common/ipc_channel.h', | 187 'common/ipc_channel.h', |
| 186 'common/ipc_channel_posix.cc', | 188 'common/ipc_channel_posix.cc', |
| 187 'common/ipc_channel_posix.h', | 189 'common/ipc_channel_posix.h', |
| 188 'common/ipc_channel_proxy.cc', | 190 'common/ipc_channel_proxy.cc', |
| 189 'common/ipc_channel_proxy.h', | 191 'common/ipc_channel_proxy.h', |
| 190 'common/ipc_channel_win.cc', | 192 'common/ipc_channel_win.cc', |
| 191 'common/ipc_channel_win.h', | 193 'common/ipc_channel_win.h', |
| 192 'common/ipc_logging.cc', | 194 'common/ipc_logging.cc', |
| 193 'common/ipc_logging.h', | 195 'common/ipc_logging.h', |
| 194 'common/ipc_message.cc', | 196 'common/ipc_message.cc', |
| (...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2302 'common/animation_unittest.cc', | 2304 'common/animation_unittest.cc', |
| 2303 'common/bzip2_unittest.cc', | 2305 'common/bzip2_unittest.cc', |
| 2304 'common/chrome_plugin_unittest.cc', | 2306 'common/chrome_plugin_unittest.cc', |
| 2305 'common/extensions/url_pattern_unittest.cc', | 2307 'common/extensions/url_pattern_unittest.cc', |
| 2306 'common/extensions/user_script_unittest.cc', | 2308 'common/extensions/user_script_unittest.cc', |
| 2307 'common/file_descriptor_set_unittest.cc', | 2309 'common/file_descriptor_set_unittest.cc', |
| 2308 'common/gfx/chrome_font_unittest.cc', | 2310 'common/gfx/chrome_font_unittest.cc', |
| 2309 'common/gfx/emf_unittest.cc', | 2311 'common/gfx/emf_unittest.cc', |
| 2310 'common/gfx/icon_util_unittest.cc', | 2312 'common/gfx/icon_util_unittest.cc', |
| 2311 'common/gfx/text_elider_unittest.cc', | 2313 'common/gfx/text_elider_unittest.cc', |
| 2314 'common/important_file_writer_unittest.cc', |
| 2312 'common/ipc_message_unittest.cc', | 2315 'common/ipc_message_unittest.cc', |
| 2313 'common/ipc_sync_channel_unittest.cc', | 2316 'common/ipc_sync_channel_unittest.cc', |
| 2314 'common/ipc_sync_message_unittest.cc', | 2317 'common/ipc_sync_message_unittest.cc', |
| 2315 'common/ipc_sync_message_unittest.h', | 2318 'common/ipc_sync_message_unittest.h', |
| 2316 'common/json_value_serializer_unittest.cc', | 2319 'common/json_value_serializer_unittest.cc', |
| 2317 'common/l10n_util_unittest.cc', | 2320 'common/l10n_util_unittest.cc', |
| 2318 'common/mru_cache_unittest.cc', | 2321 'common/mru_cache_unittest.cc', |
| 2319 'common/net/url_util_unittest.cc', | 2322 'common/net/url_util_unittest.cc', |
| 2320 'common/notification_service_unittest.cc', | 2323 'common/notification_service_unittest.cc', |
| 2321 'common/os_exchange_data_unittest.cc', | 2324 'common/os_exchange_data_unittest.cc', |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3013 '../tools/code_coverage/coverage_posix.py', | 3016 '../tools/code_coverage/coverage_posix.py', |
| 3014 '--directory', | 3017 '--directory', |
| 3015 '<(PRODUCT_DIR)' ], | 3018 '<(PRODUCT_DIR)' ], |
| 3016 }, | 3019 }, |
| 3017 ], # 'actions' | 3020 ], # 'actions' |
| 3018 }, | 3021 }, |
| 3019 ] | 3022 ] |
| 3020 }], | 3023 }], |
| 3021 ], # 'conditions' | 3024 ], # 'conditions' |
| 3022 } | 3025 } |
| OLD | NEW |