Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 172 'USING_V8_SHARED', | 172 'USING_V8_SHARED', |
| 173 ], | 173 ], |
| 174 }, | 174 }, |
| 175 }], | 175 }], |
| 176 ], | 176 ], |
| 177 'dependencies': [ | 177 'dependencies': [ |
| 178 'v8_base', | 178 'v8_base', |
| 179 ], | 179 ], |
| 180 'include_dirs+': [ | 180 'include_dirs+': [ |
| 181 '..', | 181 '..', |
| 182 '<(DEPTH)', | |
|
Camillo Bruni
2016/07/27 08:29:07
please manually specify the new files you want to
lpy
2016/07/27 19:58:38
This is for correctly including the trace_event_co
| |
| 182 ], | 183 ], |
| 183 'sources': [ | 184 'sources': [ |
| 184 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', | 185 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', |
| 185 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', | 186 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', |
| 186 '<(SHARED_INTERMEDIATE_DIR)/extras-libraries.cc', | 187 '<(SHARED_INTERMEDIATE_DIR)/extras-libraries.cc', |
| 187 '<(SHARED_INTERMEDIATE_DIR)/experimental-extras-libraries.cc', | 188 '<(SHARED_INTERMEDIATE_DIR)/experimental-extras-libraries.cc', |
| 188 '<(INTERMEDIATE_DIR)/snapshot.cc', | 189 '<(INTERMEDIATE_DIR)/snapshot.cc', |
| 189 ], | 190 ], |
| 190 'actions': [ | 191 'actions': [ |
| 191 { | 192 { |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 230 ], | 231 ], |
| 231 }, | 232 }, |
| 232 { | 233 { |
| 233 'target_name': 'v8_nosnapshot', | 234 'target_name': 'v8_nosnapshot', |
| 234 'type': 'static_library', | 235 'type': 'static_library', |
| 235 'dependencies': [ | 236 'dependencies': [ |
| 236 'v8_base', | 237 'v8_base', |
| 237 ], | 238 ], |
| 238 'include_dirs+': [ | 239 'include_dirs+': [ |
| 239 '..', | 240 '..', |
| 241 '<(DEPTH)', | |
| 240 ], | 242 ], |
| 241 'sources': [ | 243 'sources': [ |
| 242 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', | 244 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', |
| 243 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', | 245 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', |
| 244 '<(SHARED_INTERMEDIATE_DIR)/extras-libraries.cc', | 246 '<(SHARED_INTERMEDIATE_DIR)/extras-libraries.cc', |
| 245 '<(SHARED_INTERMEDIATE_DIR)/experimental-extras-libraries.cc', | 247 '<(SHARED_INTERMEDIATE_DIR)/experimental-extras-libraries.cc', |
| 246 'snapshot/snapshot-empty.cc', | 248 'snapshot/snapshot-empty.cc', |
| 247 ], | 249 ], |
| 248 'conditions': [ | 250 'conditions': [ |
| 249 ['want_separate_host_toolset==1', { | 251 ['want_separate_host_toolset==1', { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 292 'USING_V8_SHARED', | 294 'USING_V8_SHARED', |
| 293 ], | 295 ], |
| 294 }, | 296 }, |
| 295 }], | 297 }], |
| 296 ], | 298 ], |
| 297 'dependencies': [ | 299 'dependencies': [ |
| 298 'v8_base', | 300 'v8_base', |
| 299 ], | 301 ], |
| 300 'include_dirs+': [ | 302 'include_dirs+': [ |
| 301 '..', | 303 '..', |
| 304 '<(DEPTH)', | |
| 302 ], | 305 ], |
| 303 'sources': [ | 306 'sources': [ |
| 304 'snapshot/natives-external.cc', | 307 'snapshot/natives-external.cc', |
| 305 'snapshot/snapshot-external.cc', | 308 'snapshot/snapshot-external.cc', |
| 306 ], | 309 ], |
| 307 'actions': [ | 310 'actions': [ |
| 308 { | 311 { |
| 309 'action_name': 'run_mksnapshot (external)', | 312 'action_name': 'run_mksnapshot (external)', |
| 310 'inputs': [ | 313 'inputs': [ |
| 311 '<(mksnapshot_exec)', | 314 '<(mksnapshot_exec)', |
| (...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2340 ] | 2343 ] |
| 2341 } | 2344 } |
| 2342 ] | 2345 ] |
| 2343 }, | 2346 }, |
| 2344 { | 2347 { |
| 2345 'target_name': 'mksnapshot', | 2348 'target_name': 'mksnapshot', |
| 2346 'type': 'executable', | 2349 'type': 'executable', |
| 2347 'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'], | 2350 'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'], |
| 2348 'include_dirs+': [ | 2351 'include_dirs+': [ |
| 2349 '..', | 2352 '..', |
| 2353 '<(DEPTH)', | |
| 2350 ], | 2354 ], |
| 2351 'sources': [ | 2355 'sources': [ |
| 2352 'snapshot/mksnapshot.cc', | 2356 'snapshot/mksnapshot.cc', |
| 2353 ], | 2357 ], |
| 2354 'conditions': [ | 2358 'conditions': [ |
| 2355 ['v8_enable_i18n_support==1', { | 2359 ['v8_enable_i18n_support==1', { |
| 2356 'dependencies': [ | 2360 'dependencies': [ |
| 2357 '<(icu_gyp_path):icui18n', | 2361 '<(icu_gyp_path):icui18n', |
| 2358 '<(icu_gyp_path):icuuc', | 2362 '<(icu_gyp_path):icuuc', |
| 2359 ] | 2363 ] |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 2381 'conditions': [ | 2385 'conditions': [ |
| 2382 ['want_separate_host_toolset==1', { | 2386 ['want_separate_host_toolset==1', { |
| 2383 'toolsets': ['host'], | 2387 'toolsets': ['host'], |
| 2384 }, { | 2388 }, { |
| 2385 'toolsets': ['target'], | 2389 'toolsets': ['target'], |
| 2386 }], | 2390 }], |
| 2387 ], | 2391 ], |
| 2388 }, | 2392 }, |
| 2389 ], | 2393 ], |
| 2390 } | 2394 } |
| OLD | NEW |