| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'common/mru_cache.h', | 210 'common/mru_cache.h', |
| 211 'common/navigation_gesture.h', | 211 'common/navigation_gesture.h', |
| 212 'common/navigation_types.h', | 212 'common/navigation_types.h', |
| 213 'common/native_web_keyboard_event.h', | 213 'common/native_web_keyboard_event.h', |
| 214 'common/native_web_keyboard_event_linux.cc', | 214 'common/native_web_keyboard_event_linux.cc', |
| 215 'common/native_web_keyboard_event_mac.mm', | 215 'common/native_web_keyboard_event_mac.mm', |
| 216 'common/native_web_keyboard_event_win.cc', | 216 'common/native_web_keyboard_event_win.cc', |
| 217 'common/native_window_notification_source.h', | 217 'common/native_window_notification_source.h', |
| 218 'common/owned_widget_gtk.cc', | 218 'common/owned_widget_gtk.cc', |
| 219 'common/owned_widget_gtk.h', | 219 'common/owned_widget_gtk.h', |
| 220 'common/page_transition_types.cc', |
| 220 'common/page_transition_types.h', | 221 'common/page_transition_types.h', |
| 221 'common/page_zoom.h', | 222 'common/page_zoom.h', |
| 222 'common/platform_util.h', | 223 'common/platform_util.h', |
| 223 'common/platform_util_linux.cc', | 224 'common/platform_util_linux.cc', |
| 224 'common/platform_util_mac.mm', | 225 'common/platform_util_mac.mm', |
| 225 'common/platform_util_win.cc', | 226 'common/platform_util_win.cc', |
| 226 'common/plugin_carbon_interpose_constants_mac.h', | 227 'common/plugin_carbon_interpose_constants_mac.h', |
| 227 'common/plugin_carbon_interpose_constants_mac.cc', | 228 'common/plugin_carbon_interpose_constants_mac.cc', |
| 228 'common/plugin_messages.h', | 229 'common/plugin_messages.h', |
| 229 'common/plugin_messages_internal.h', | 230 'common/plugin_messages_internal.h', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'configurations': { | 356 'configurations': { |
| 356 'Common_Base': { | 357 'Common_Base': { |
| 357 'msvs_target_platform': 'x64', | 358 'msvs_target_platform': 'x64', |
| 358 }, | 359 }, |
| 359 }, | 360 }, |
| 360 }, | 361 }, |
| 361 ], | 362 ], |
| 362 }], | 363 }], |
| 363 ], | 364 ], |
| 364 } | 365 } |
| OLD | NEW |