| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 'common/font_loader_mac.mm', | 280 'common/font_loader_mac.mm', |
| 281 'common/gears_api.h', | 281 'common/gears_api.h', |
| 282 'common/important_file_writer.cc', | 282 'common/important_file_writer.cc', |
| 283 'common/important_file_writer.h', | 283 'common/important_file_writer.h', |
| 284 'common/json_pref_store.cc', | 284 'common/json_pref_store.cc', |
| 285 'common/json_pref_store.h', | 285 'common/json_pref_store.h', |
| 286 'common/json_schema_validator.cc', | 286 'common/json_schema_validator.cc', |
| 287 'common/json_schema_validator.h', | 287 'common/json_schema_validator.h', |
| 288 'common/jstemplate_builder.cc', | 288 'common/jstemplate_builder.cc', |
| 289 'common/jstemplate_builder.h', | 289 'common/jstemplate_builder.h', |
| 290 'common/launchd_mac.h', |
| 291 'common/launchd_mac.mm', |
| 290 'common/libxml_utils.cc', | 292 'common/libxml_utils.cc', |
| 291 'common/libxml_utils.h', | 293 'common/libxml_utils.h', |
| 292 'common/mru_cache.h', | 294 'common/mru_cache.h', |
| 293 'common/native_web_keyboard_event.h', | 295 'common/native_web_keyboard_event.h', |
| 294 'common/native_web_keyboard_event_linux.cc', | 296 'common/native_web_keyboard_event_linux.cc', |
| 295 'common/native_web_keyboard_event_mac.mm', | 297 'common/native_web_keyboard_event_mac.mm', |
| 296 'common/native_web_keyboard_event_win.cc', | 298 'common/native_web_keyboard_event_win.cc', |
| 297 'common/native_window_notification_source.h', | 299 'common/native_window_notification_source.h', |
| 298 'common/navigation_gesture.h', | 300 'common/navigation_gesture.h', |
| 299 'common/navigation_types.h', | 301 'common/navigation_types.h', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 'configurations': { | 611 'configurations': { |
| 610 'Common_Base': { | 612 'Common_Base': { |
| 611 'msvs_target_platform': 'x64', | 613 'msvs_target_platform': 'x64', |
| 612 }, | 614 }, |
| 613 }, | 615 }, |
| 614 }, | 616 }, |
| 615 ], | 617 ], |
| 616 }], | 618 }], |
| 617 ], | 619 ], |
| 618 } | 620 } |
| OLD | NEW |