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

Side by Side Diff: chromecast/chromecast.gyp

Issue 495423004: Cleanup: Remove unneeded references to content_resources.gyp:content_resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | components/components_tests.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'includes': [ '../build/grit_target.gypi' ], 114 'includes': [ '../build/grit_target.gypi' ],
115 }, 115 },
116 { 116 {
117 'target_name': 'cast_shell_pak', 117 'target_name': 'cast_shell_pak',
118 'type': 'none', 118 'type': 'none',
119 'dependencies': [ 119 'dependencies': [
120 'cast_shell_resources', 120 'cast_shell_resources',
121 '../content/app/resources/content_resources.gyp:content_resources', 121 '../content/app/resources/content_resources.gyp:content_resources',
122 '../content/app/strings/content_strings.gyp:content_strings', 122 '../content/app/strings/content_strings.gyp:content_strings',
123 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', 123 '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
124 '../content/content_resources.gyp:content_resources',
125 '../net/net.gyp:net_resources', 124 '../net/net.gyp:net_resources',
126 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 125 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
127 '../ui/resources/ui_resources.gyp:ui_resources', 126 '../ui/resources/ui_resources.gyp:ui_resources',
128 '../ui/strings/ui_strings.gyp:ui_strings', 127 '../ui/strings/ui_strings.gyp:ui_strings',
129 ], 128 ],
130 'actions': [ 129 'actions': [
131 { 130 {
132 'action_name': 'repack_cast_shell_pack', 131 'action_name': 'repack_cast_shell_pack',
133 'variables': { 132 'variables': {
134 'pak_inputs': [ 133 'pak_inputs': [
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 '<@(_outputs)', 241 '<@(_outputs)',
243 ], 242 ],
244 'includes': [ 243 'includes': [
245 '../build/util/version.gypi', 244 '../build/util/version.gypi',
246 ], 245 ],
247 }, 246 },
248 ], 247 ],
249 }, 248 },
250 ], # end of targets 249 ], # end of targets
251 } 250 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698