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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'common/notification_service.cc', | 224 'common/notification_service.cc', |
225 'common/notification_service.h', | 225 'common/notification_service.h', |
226 'common/notification_source.h', | 226 'common/notification_source.h', |
227 'common/notification_type.h', | 227 'common/notification_type.h', |
228 'common/os_exchange_data.cc', | 228 'common/os_exchange_data.cc', |
229 'common/os_exchange_data.h', | 229 'common/os_exchange_data.h', |
230 'common/owned_widget_gtk.cc', | 230 'common/owned_widget_gtk.cc', |
231 'common/owned_widget_gtk.h', | 231 'common/owned_widget_gtk.h', |
232 'common/page_transition_types.h', | 232 'common/page_transition_types.h', |
233 'common/page_zoom.h', | 233 'common/page_zoom.h', |
| 234 'common/platform_util.h', |
| 235 'common/platform_util_linux.cc', |
| 236 'common/platform_util_mac.mm', |
| 237 'common/platform_util_win.cc', |
234 'common/plugin_messages.h', | 238 'common/plugin_messages.h', |
235 'common/plugin_messages_internal.h', | 239 'common/plugin_messages_internal.h', |
236 'common/pref_member.cc', | 240 'common/pref_member.cc', |
237 'common/pref_member.h', | 241 'common/pref_member.h', |
238 'common/pref_names.cc', | 242 'common/pref_names.cc', |
239 'common/pref_names.h', | 243 'common/pref_names.h', |
240 'common/pref_service.cc', | 244 'common/pref_service.cc', |
241 'common/pref_service.h', | 245 'common/pref_service.h', |
242 'common/process_watcher.cc', | 246 'common/process_watcher.cc', |
243 'common/process_watcher.h', | 247 'common/process_watcher.h', |
(...skipping 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2700 'Debug': { | 2704 'Debug': { |
2701 'msvs_precompiled_header': 'tools/build/win/precompiled.h', | 2705 'msvs_precompiled_header': 'tools/build/win/precompiled.h', |
2702 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', | 2706 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', |
2703 }, | 2707 }, |
2704 }, | 2708 }, |
2705 }, | 2709 }, |
2706 ]}, # 'targets' | 2710 ]}, # 'targets' |
2707 ], # OS=="win" | 2711 ], # OS=="win" |
2708 ], # 'conditions' | 2712 ], # 'conditions' |
2709 } | 2713 } |
OLD | NEW |