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

Side by Side Diff: BUILD.gn

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Type converter arg change. Created 5 years, 8 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 | build/all.gyp » ('j') | chrome/browser/image_decoder.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "//ppapi/examples/scaling", 95 "//ppapi/examples/scaling",
96 "//ppapi/examples/scripting", 96 "//ppapi/examples/scripting",
97 "//ppapi/examples/stub", 97 "//ppapi/examples/stub",
98 "//ppapi/examples/threading", 98 "//ppapi/examples/threading",
99 "//ppapi/examples/url_loader", 99 "//ppapi/examples/url_loader",
100 "//ppapi/examples/video_capture", 100 "//ppapi/examples/video_capture",
101 "//ppapi/examples/video_decode", 101 "//ppapi/examples/video_decode",
102 "//ppapi/examples/video_effects", 102 "//ppapi/examples/video_effects",
103 "//ppapi/examples/video_encode", 103 "//ppapi/examples/video_encode",
104 "//printing:printing_unittests", 104 "//printing:printing_unittests",
105 "//services/image_decoder:image_decoder_unittests",
105 "//skia:skia_unittests", 106 "//skia:skia_unittests",
106 "//sql:sql_unittests", 107 "//sql:sql_unittests",
107 "//sync:sync_unit_tests", 108 "//sync:sync_unit_tests",
108 "//third_party/WebKit/public:blink_tests", 109 "//third_party/WebKit/public:blink_tests",
109 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 110 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
110 "//third_party/codesighs", 111 "//third_party/codesighs",
111 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", 112 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
112 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", 113 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
113 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", 114 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
114 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", 115 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 729
729 # Note: 730 # Note:
730 # (*) Fails but failures match GYP build at time of testing. 731 # (*) Fails but failures match GYP build at time of testing.
731 ] 732 ]
732 733
733 if (enable_nacl) { 734 if (enable_nacl) {
734 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 735 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015
735 } 736 }
736 } 737 }
737 } 738 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | chrome/browser/image_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698