OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'common/native_web_keyboard_event_win.cc', | 239 'common/native_web_keyboard_event_win.cc', |
240 'common/native_window_notification_source.h', | 240 'common/native_window_notification_source.h', |
241 'common/navigation_gesture.h', | 241 'common/navigation_gesture.h', |
242 'common/navigation_types.h', | 242 'common/navigation_types.h', |
243 'common/page_transition_types.cc', | 243 'common/page_transition_types.cc', |
244 'common/page_transition_types.h', | 244 'common/page_transition_types.h', |
245 'common/page_type.h', | 245 'common/page_type.h', |
246 'common/page_zoom.h', | 246 'common/page_zoom.h', |
247 'common/pepper_plugin_registry.cc', | 247 'common/pepper_plugin_registry.cc', |
248 'common/pepper_plugin_registry.h', | 248 'common/pepper_plugin_registry.h', |
249 'common/plugin_carbon_interpose_constants_mac.cc', | |
250 'common/plugin_carbon_interpose_constants_mac.h', | |
251 'common/persistent_pref_store.h', | 249 'common/persistent_pref_store.h', |
252 'common/pref_store.cc', | 250 'common/pref_store.cc', |
253 'common/pref_store.h', | 251 'common/pref_store.h', |
254 'common/remoting/chromoting_host_info.cc', | 252 'common/remoting/chromoting_host_info.cc', |
255 'common/remoting/chromoting_host_info.h', | 253 'common/remoting/chromoting_host_info.h', |
256 'common/render_messages.cc', | 254 'common/render_messages.cc', |
257 'common/render_messages.h', | 255 'common/render_messages.h', |
258 'common/render_messages_internal.h', | 256 'common/render_messages_internal.h', |
259 'common/render_messages_params.cc', | 257 'common/render_messages_params.cc', |
260 'common/render_messages_params.h', | 258 'common/render_messages_params.h', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 'configurations': { | 539 'configurations': { |
542 'Common_Base': { | 540 'Common_Base': { |
543 'msvs_target_platform': 'x64', | 541 'msvs_target_platform': 'x64', |
544 }, | 542 }, |
545 }, | 543 }, |
546 }, | 544 }, |
547 ], | 545 ], |
548 }], | 546 }], |
549 ], | 547 ], |
550 } | 548 } |
OLD | NEW |