| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
| 10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'common/localized_error.cc', | 129 'common/localized_error.cc', |
| 130 'common/localized_error.h', | 130 'common/localized_error.h', |
| 131 'common/logging_chrome.cc', | 131 'common/logging_chrome.cc', |
| 132 'common/logging_chrome.h', | 132 'common/logging_chrome.h', |
| 133 'common/mac/app_mode_common.h', | 133 'common/mac/app_mode_common.h', |
| 134 'common/mac/app_mode_common.mm', | 134 'common/mac/app_mode_common.mm', |
| 135 'common/mac/cfbundle_blocker.h', | 135 'common/mac/cfbundle_blocker.h', |
| 136 'common/mac/cfbundle_blocker.mm', | 136 'common/mac/cfbundle_blocker.mm', |
| 137 'common/mac/launchd.h', | 137 'common/mac/launchd.h', |
| 138 'common/mac/launchd.mm', | 138 'common/mac/launchd.mm', |
| 139 'common/mac/objc_method_swizzle.h', | |
| 140 'common/mac/objc_method_swizzle.mm', | |
| 141 'common/mac/objc_zombie.h', | 139 'common/mac/objc_zombie.h', |
| 142 'common/mac/objc_zombie.mm', | 140 'common/mac/objc_zombie.mm', |
| 143 'common/media/webrtc_logging_messages.h', | 141 'common/media/webrtc_logging_messages.h', |
| 144 'common/media/webrtc_logging_message_data.cc', | 142 'common/media/webrtc_logging_message_data.cc', |
| 145 'common/media/webrtc_logging_message_data.h', | 143 'common/media/webrtc_logging_message_data.h', |
| 146 'common/media_galleries/metadata_types.h', | 144 'common/media_galleries/metadata_types.h', |
| 147 'common/multi_process_lock.h', | 145 'common/multi_process_lock.h', |
| 148 'common/multi_process_lock_linux.cc', | 146 'common/multi_process_lock_linux.cc', |
| 149 'common/multi_process_lock_mac.cc', | 147 'common/multi_process_lock_mac.cc', |
| 150 'common/multi_process_lock_win.cc', | 148 'common/multi_process_lock_win.cc', |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'common/safe_browsing/csd.proto' | 694 'common/safe_browsing/csd.proto' |
| 697 ], | 695 ], |
| 698 'variables': { | 696 'variables': { |
| 699 'proto_in_dir': 'common/safe_browsing', | 697 'proto_in_dir': 'common/safe_browsing', |
| 700 'proto_out_dir': 'chrome/common/safe_browsing', | 698 'proto_out_dir': 'chrome/common/safe_browsing', |
| 701 }, | 699 }, |
| 702 'includes': [ '../build/protoc.gypi' ], | 700 'includes': [ '../build/protoc.gypi' ], |
| 703 }, | 701 }, |
| 704 ], | 702 ], |
| 705 } | 703 } |
| OLD | NEW |