| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'common/nacl_types.h', | 68 'common/nacl_types.h', |
| 69 'common/nacl_messages_internal.h', | 69 'common/nacl_messages_internal.h', |
| 70 'common/notification_details.h', | 70 'common/notification_details.h', |
| 71 'common/notification_observer.h', | 71 'common/notification_observer.h', |
| 72 'common/notification_registrar.cc', | 72 'common/notification_registrar.cc', |
| 73 'common/notification_registrar.h', | 73 'common/notification_registrar.h', |
| 74 'common/notification_service.cc', | 74 'common/notification_service.cc', |
| 75 'common/notification_service.h', | 75 'common/notification_service.h', |
| 76 'common/notification_source.h', | 76 'common/notification_source.h', |
| 77 'common/notification_type.h', | 77 'common/notification_type.h', |
| 78 'common/plugin_group.cc', |
| 79 'common/plugin_group.h', |
| 78 'common/process_watcher_mac.cc', | 80 'common/process_watcher_mac.cc', |
| 79 'common/process_watcher_posix.cc', | 81 'common/process_watcher_posix.cc', |
| 80 'common/process_watcher_win.cc', | 82 'common/process_watcher_win.cc', |
| 81 'common/process_watcher.h', | 83 'common/process_watcher.h', |
| 82 'common/property_bag.cc', | 84 'common/property_bag.cc', |
| 83 'common/property_bag.h', | 85 'common/property_bag.h', |
| 84 'common/ref_counted_util.h', | 86 'common/ref_counted_util.h', |
| 85 'common/resource_response.h', | 87 'common/resource_response.h', |
| 86 'common/result_codes.h', | 88 'common/result_codes.h', |
| 87 'common/sandbox_init_wrapper.h', | 89 'common/sandbox_init_wrapper.h', |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'configurations': { | 415 'configurations': { |
| 414 'Common_Base': { | 416 'Common_Base': { |
| 415 'msvs_target_platform': 'x64', | 417 'msvs_target_platform': 'x64', |
| 416 }, | 418 }, |
| 417 }, | 419 }, |
| 418 }, | 420 }, |
| 419 ], | 421 ], |
| 420 }], | 422 }], |
| 421 ], | 423 ], |
| 422 } | 424 } |
| OLD | NEW |