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

Side by Side Diff: content/content_resources.gypi

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . Created 4 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 | « content/content_resources.grd ('k') | content/content_tests.gypi » ('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 14 matching lines...) Expand all
25 ], 25 ],
26 'copies': [ 26 'copies': [
27 { 27 {
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)/mojo/mojo_shell.gyp:mojo_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 ], 38 ],
39 }, 39 },
40 ], 40 ],
41 } 41 }
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698