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

Side by Side Diff: content/content_resources.gypi

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 5 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 | « content/content_child.gypi ('k') | content/gpu/gpu_child_thread.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //content:resources 8 # GN version: //content:resources
9 'target_name': 'content_resources', 9 'target_name': 'content_resources',
10 'type': 'none', 10 'type': 'none',
(...skipping 17 matching lines...) Expand all
28 'destination': '<(PRODUCT_DIR)', 28 'destination': '<(PRODUCT_DIR)',
29 'files': [ 29 'files': [
30 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak' 30 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak'
31 ], 31 ],
32 }, 32 },
33 ], 33 ],
34 'dependencies': [ 34 'dependencies': [
35 '<(DEPTH)/services/shell/shell.gyp:catalog_manifest', 35 '<(DEPTH)/services/shell/shell.gyp:catalog_manifest',
36 'content_app_browser_manifest', 36 'content_app_browser_manifest',
37 'content_app_renderer_manifest', 37 'content_app_renderer_manifest',
38 'content_app_gpu_manifest',
39 'content_app_utility_manifest',
38 ], 40 ],
39 }, 41 },
40 ], 42 ],
41 } 43 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698