Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: courgette/BUILD.gn

Issue 1629703002: [Courgette] Refactor: Manage AssemblyProgram and EncodedProgram with scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix courgette_fuzzer in libfuzzer. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | courgette/adjustment_method_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 static_library("courgette_lib") { 7 static_library("courgette_lib") {
8 sources = [ 8 sources = [
9 "adjustment_method.cc", 9 "adjustment_method.cc",
10 "adjustment_method.h", 10 "adjustment_method.h",
(...skipping 24 matching lines...) Expand all
35 "ensemble.h", 35 "ensemble.h",
36 "ensemble_apply.cc", 36 "ensemble_apply.cc",
37 "ensemble_create.cc", 37 "ensemble_create.cc",
38 "image_utils.h", 38 "image_utils.h",
39 "label_manager.cc", 39 "label_manager.cc",
40 "label_manager.h", 40 "label_manager.h",
41 "memory_allocator.cc", 41 "memory_allocator.cc",
42 "memory_allocator.h", 42 "memory_allocator.h",
43 "patch_generator_x86_32.h", 43 "patch_generator_x86_32.h",
44 "patcher_x86_32.h", 44 "patcher_x86_32.h",
45 "program_detector.cc",
46 "program_detector.h",
45 "region.h", 47 "region.h",
46 "rel32_finder_win32_x86.cc", 48 "rel32_finder_win32_x86.cc",
47 "rel32_finder_win32_x86.h", 49 "rel32_finder_win32_x86.h",
48 "simple_delta.cc", 50 "simple_delta.cc",
49 "simple_delta.h", 51 "simple_delta.h",
50 "streams.cc", 52 "streams.cc",
51 "streams.h", 53 "streams.h",
52 "third_party/bsdiff.h", 54 "third_party/bsdiff.h",
53 "third_party/bsdiff_apply.cc", 55 "third_party/bsdiff_apply.cc",
54 "third_party/bsdiff_create.cc", 56 "third_party/bsdiff_create.cc",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "encoded_program_fuzz_unittest.cc", 144 "encoded_program_fuzz_unittest.cc",
143 ] 145 ]
144 deps = [ 146 deps = [
145 ":courgette_lib", 147 ":courgette_lib",
146 "//base", 148 "//base",
147 "//base:i18n", 149 "//base:i18n",
148 "//base/test:test_support", 150 "//base/test:test_support",
149 "//testing/gtest", 151 "//testing/gtest",
150 ] 152 ]
151 } 153 }
OLDNEW
« no previous file with comments | « no previous file | courgette/adjustment_method_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698