| OLD | NEW |
| 1 # Copyright (c) 2008 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2008 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 Import('env') | 5 Import('env') |
| 6 | 6 |
| 7 types = ['CPPSRCS', 'M4SRCS', 'HTML_M4SRCS', 'I18N_M4SRCS', 'STABSRCS', | 7 types = ['CPPSRCS', 'M4SRCS', 'HTML_M4SRCS', 'I18N_M4SRCS', 'STABSRCS', |
| 8 'IDLSRCS', 'RESSRCS', 'LINKSRCS'] | 8 'IDLSRCS', 'RESSRCS', 'LINKSRCS'] |
| 9 | 9 |
| 10 # Set up aliases for shared inputs. | 10 # Set up aliases for shared inputs. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 #----------------------------------------------------------------------------- | 24 #----------------------------------------------------------------------------- |
| 25 # crash_sender | 25 # crash_sender |
| 26 | 26 |
| 27 if env['OS'] == 'win32': | 27 if env['OS'] == 'win32': |
| 28 env.Append(CRASH_SENDER_CPPSRCS = [ | 28 env.Append(CRASH_SENDER_CPPSRCS = [ |
| 29 '$OPEN_DIR/crash_sender/crash_sender_win32.cc', | 29 '$OPEN_DIR/crash_sender/crash_sender_win32.cc', |
| 30 '$THIRD_PARTY_DIR/breakpad/src/client/windows/sender/crash_report_sender.c
c', | 30 '$THIRD_PARTY_DIR/breakpad/src/client/windows/sender/crash_report_sender.c
c', |
| 31 '$THIRD_PARTY_DIR/breakpad/src/common/windows/http_upload.cc', | 31 '$THIRD_PARTY_DIR/breakpad/src/common/windows/http_upload.cc', |
| 32 ]) | 32 ]) |
| 33 elif env['OS'] == 'osx': | 33 elif env['OS'] == 'osx': |
| 34 print 'TODO: crash_sender' | 34 env.Append(CRASH_SENDER_CPPSRCS = [ |
| 35 '$OPEN_DIR/base/common/exception_handler_osx/nshost_macaddress.m', |
| 36 '$OPEN_DIR/crash_sender/crash_sender_osx.m', |
| 37 '$THIRD_PARTY_DIR/breakpad/src/common/mac/HTTPMultipartUpload.m', |
| 38 ]) |
| 39 |
| 40 env.Append(OSX_CRASH_INSPECTOR_CPPSRCS = [ |
| 41 '$THIRD_PARTY_DIR/breakpad_osx/src/common/convert_UTF.c', |
| 42 '$OPEN_DIR/base/common/exception_handler_osx/inspector.mm', |
| 43 '$OPEN_DIR/base/common/exception_handler_osx/mach_ipc.mm', |
| 44 '$OPEN_DIR/base/common/exception_handler_osx/on_demand_server.mm', |
| 45 '$OPEN_DIR/base/common/exception_handler_osx/simple_string_dictionary.mm', |
| 46 ]) |
| 35 | 47 |
| 36 #----------------------------------------------------------------------------- | 48 #----------------------------------------------------------------------------- |
| 37 # ipc_test | 49 # ipc_test |
| 38 | 50 |
| 39 env.Append(COMMON_M4SRCS = [ | 51 env.Append(COMMON_M4SRCS = [ |
| 40 '$OPEN_DIR/base/common/product_constants.h.m4', | 52 '$OPEN_DIR/base/common/product_constants.h.m4', |
| 41 ]) | 53 ]) |
| 42 | 54 |
| 43 env.Append(IPC_TEST_CPPSRCS = [ | 55 env.Append(IPC_TEST_CPPSRCS = [ |
| 44 '$OPEN_DIR/base/common/event.cc', | 56 '$OPEN_DIR/base/common/event.cc', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 ]) | 160 ]) |
| 149 | 161 |
| 150 env.Append(FF3_CPPSRCS = [ | 162 env.Append(FF3_CPPSRCS = [ |
| 151 '$THIRD_PARTY_DIR/breakpad/src/client/windows/handler/exception_handler.cc
', | 163 '$THIRD_PARTY_DIR/breakpad/src/client/windows/handler/exception_handler.cc
', |
| 152 '$THIRD_PARTY_DIR/breakpad/src/common/windows/guid_string.cc', | 164 '$THIRD_PARTY_DIR/breakpad/src/common/windows/guid_string.cc', |
| 153 '$OPEN_DIR/base/common/exception_handler_win32.cc', | 165 '$OPEN_DIR/base/common/exception_handler_win32.cc', |
| 154 ]) | 166 ]) |
| 155 | 167 |
| 156 #----------------------------------------------------------------------------- | 168 #----------------------------------------------------------------------------- |
| 157 # third_party/breakpad_osx | 169 # third_party/breakpad_osx |
| 170 |
| 158 env.Append(SF_CPPSRCS = [ | 171 env.Append(SF_CPPSRCS = [ |
| 159 '$OPEN_DIR/base/common/exception_handler_osx.mm', | 172 '$OPEN_DIR/base/common/exception_handler_osx.mm', |
| 160 '$OPEN_DIR/base/common/exception_handler_osx/google_breakpad.mm', | 173 '$OPEN_DIR/base/common/exception_handler_osx/google_breakpad.mm', |
| 161 '$OPEN_DIR/base/common/exception_handler_osx/mach_ipc.mm', | 174 '$OPEN_DIR/base/common/exception_handler_osx/mach_ipc.mm', |
| 162 '$OPEN_DIR/base/common/exception_handler_osx/on_demand_server.mm', | 175 '$OPEN_DIR/base/common/exception_handler_osx/on_demand_server.mm', |
| 163 '$OPEN_DIR/base/common/exception_handler_osx/simple_string_dictionary.mm' | 176 '$OPEN_DIR/base/common/exception_handler_osx/simple_string_dictionary.mm' |
| 164 ]) | 177 ]) |
| 165 | 178 |
| 166 #----------------------------------------------------------------------------- | 179 #----------------------------------------------------------------------------- |
| 167 # third_party/v8/bindings | 180 # third_party/v8/bindings |
| 168 | 181 |
| 169 env.Append(NPAPI_CPPSRCS = [ | 182 env.Append(NPAPI_CPPSRCS = [ |
| 170 '$THIRD_PARTY_DIR/v8/bindings_local/npruntime.cc', | 183 '$THIRD_PARTY_DIR/v8/bindings_local/npruntime.cc', |
| 171 '$THIRD_PARTY_DIR/v8/bindings_local/np_v8object.cc', | 184 '$THIRD_PARTY_DIR/v8/bindings_local/np_v8object.cc', |
| 172 '$THIRD_PARTY_DIR/v8/bindings_local/v8_helpers.cc', | 185 '$THIRD_PARTY_DIR/v8/bindings_local/v8_helpers.cc', |
| 173 '$THIRD_PARTY_DIR/v8/bindings_local/v8_np_utils.cc', | 186 '$THIRD_PARTY_DIR/v8/bindings_local/v8_np_utils.cc', |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1024 '$THIRD_PARTY_DIR/v8/bin-${MODE}/libv8core.lib', | 1037 '$THIRD_PARTY_DIR/v8/bin-${MODE}/libv8core.lib', |
| 1025 '$THIRD_PARTY_DIR/v8/bin-${MODE}/no_snapshotv8.lib', | 1038 '$THIRD_PARTY_DIR/v8/bin-${MODE}/no_snapshotv8.lib', |
| 1026 '$THIRD_PARTY_DIR/v8/bin-${MODE}/libjscre.lib', | 1039 '$THIRD_PARTY_DIR/v8/bin-${MODE}/libjscre.lib', |
| 1027 '$OPEN_DIR/base/chrome/module.def', | 1040 '$OPEN_DIR/base/chrome/module.def', |
| 1028 ]) | 1041 ]) |
| 1029 env.Append(IE_LINKSRCS = [ | 1042 env.Append(IE_LINKSRCS = [ |
| 1030 '$OPEN_DIR/tools/mscom.def', | 1043 '$OPEN_DIR/tools/mscom.def', |
| 1031 ]) | 1044 ]) |
| 1032 | 1045 |
| 1033 Return('env') | 1046 Return('env') |
| OLD | NEW |