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

Side by Side Diff: mojo/examples/pepper_container_app/BUILD.gn

Issue 642243005: Remove comments regarding deleted mojo_examlpes.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « mojo/examples/nesting_app/BUILD.gn ('k') | mojo/examples/png_viewer/BUILD.gn » ('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 # GYP version: mojo/mojo_examples.gypi:mojo_pepper_container_app
6 shared_library("pepper_container_app") { 5 shared_library("pepper_container_app") {
7 output_name = "mojo_pepper_container_app" 6 output_name = "mojo_pepper_container_app"
8 7
9 sources = [ 8 sources = [
10 # Source files from ppapi/. 9 # Source files from ppapi/.
11 # An alternative is to depend on 10 # An alternative is to depend on
12 # "//ppapi/ppapi_shared', but that target includes 11 # "//ppapi/ppapi_shared', but that target includes
13 # a lot of things that we don't need. 12 # a lot of things that we don't need.
14 # TODO(yzshen): Consider extracting these files into a separate target 13 # TODO(yzshen): Consider extracting these files into a separate target
15 # which mojo_pepper_container_app and ppapi_shared both depend on. 14 # which mojo_pepper_container_app and ppapi_shared both depend on.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "//mojo/application", 93 "//mojo/application",
95 "//mojo/common", 94 "//mojo/common",
96 "//mojo/public/c/system:for_shared_library", 95 "//mojo/public/c/system:for_shared_library",
97 "//mojo/public/gles2:for_shared_library", 96 "//mojo/public/gles2:for_shared_library",
98 "//mojo/services/public/interfaces/geometry", 97 "//mojo/services/public/interfaces/geometry",
99 "//mojo/services/public/interfaces/gpu", 98 "//mojo/services/public/interfaces/gpu",
100 "//mojo/services/public/interfaces/native_viewport", 99 "//mojo/services/public/interfaces/native_viewport",
101 "//ui/events:events_base", 100 "//ui/events:events_base",
102 ] 101 ]
103 } 102 }
OLDNEW
« no previous file with comments | « mojo/examples/nesting_app/BUILD.gn ('k') | mojo/examples/png_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698