AU: Some graph types and a couple utility functions

These will be used by the delta diff generator.

Review URL: http://codereview.chromium.org/578009
6 files changed
tree: 4bc2438fcf7ed1cac0f337d4e377a52d031a6bd7
  1. action.h
  2. action_pipe.h
  3. action_pipe_unittest.cc
  4. action_processor.cc
  5. action_processor.h
  6. action_processor_unittest.cc
  7. action_unittest.cc
  8. bzip_extent_writer.cc
  9. bzip_extent_writer.h
  10. bzip_extent_writer_unittest.cc
  11. decompressing_file_writer.cc
  12. decompressing_file_writer.h
  13. decompressing_file_writer_unittest.cc
  14. delta_diff_generator.cc
  15. delta_diff_generator.h
  16. delta_diff_generator_unittest.cc
  17. delta_diff_parser.cc
  18. delta_diff_parser.h
  19. delta_diff_parser_unittest.cc
  20. download_action.cc
  21. download_action.h
  22. download_action_unittest.cc
  23. extent_writer.cc
  24. extent_writer.h
  25. extent_writer_unittest.cc
  26. file_writer.cc
  27. file_writer.h
  28. file_writer_unittest.cc
  29. filesystem_copier_action.cc
  30. filesystem_copier_action.h
  31. filesystem_copier_action_unittest.cc
  32. filesystem_iterator.cc
  33. filesystem_iterator.h
  34. filesystem_iterator_unittest.cc
  35. gen_coverage_html.sh
  36. generate_delta_main.cc
  37. graph_types.h
  38. graph_utils.cc
  39. graph_utils.h
  40. graph_utils_unittest.cc
  41. gzip.cc
  42. gzip.h
  43. gzip_unittest.cc
  44. http_fetcher.h
  45. http_fetcher_unittest.cc
  46. install_plan.h
  47. integration_unittest.cc
  48. libcurl_http_fetcher.cc
  49. libcurl_http_fetcher.h
  50. local_coverage_rate.sh
  51. main.cc
  52. mock_file_writer.h
  53. mock_http_fetcher.cc
  54. mock_http_fetcher.h
  55. omaha_hash_calculator.cc
  56. omaha_hash_calculator.h
  57. omaha_hash_calculator_unittest.cc
  58. omaha_request_prep_action.cc
  59. omaha_request_prep_action.h
  60. omaha_request_prep_action_unittest.cc
  61. omaha_response_handler_action.cc
  62. omaha_response_handler_action.h
  63. omaha_response_handler_action_unittest.cc
  64. postinstall_runner_action.cc
  65. postinstall_runner_action.h
  66. postinstall_runner_action_unittest.cc
  67. SConstruct
  68. set_bootable_flag_action.cc
  69. set_bootable_flag_action.h
  70. set_bootable_flag_action_unittest.cc
  71. subprocess.cc
  72. subprocess.h
  73. subprocess_unittest.cc
  74. test_http_server.cc
  75. test_http_server.py
  76. test_installer_main.cc
  77. test_utils.cc
  78. test_utils.h
  79. testrunner.cc
  80. update_check_action.cc
  81. update_check_action.h
  82. update_check_action_unittest.cc
  83. update_metadata.proto
  84. utils.cc
  85. utils.h
  86. utils_unittest.cc