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

Side by Side Diff: chromecast/chromecast.gyp

Issue 468733002: Move webkit_resources.gyp closer to its .grd file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 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_tests_unit.gypi ('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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'type': 'none', 74 'type': 'none',
75 'dependencies': [ 75 'dependencies': [
76 'cast_shell_resources', 76 'cast_shell_resources',
77 '../content/app/strings/content_strings.gyp:content_strings', 77 '../content/app/strings/content_strings.gyp:content_strings',
78 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', 78 '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
79 '../content/content_resources.gyp:content_resources', 79 '../content/content_resources.gyp:content_resources',
80 '../net/net.gyp:net_resources', 80 '../net/net.gyp:net_resources',
81 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 81 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
82 '../ui/resources/ui_resources.gyp:ui_resources', 82 '../ui/resources/ui_resources.gyp:ui_resources',
83 '../ui/strings/ui_strings.gyp:ui_strings', 83 '../ui/strings/ui_strings.gyp:ui_strings',
84 '../webkit/webkit_resources.gyp:webkit_resources', 84 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
85 ], 85 ],
86 'actions': [ 86 'actions': [
87 { 87 {
88 'action_name': 'repack_cast_shell_pack', 88 'action_name': 'repack_cast_shell_pack',
89 'variables': { 89 'variables': {
90 'pak_inputs': [ 90 'pak_inputs': [
91 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak', 91 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak',
92 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 92 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
93 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak', 93 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak',
94 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 94 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 '<@(_outputs)', 182 '<@(_outputs)',
183 ], 183 ],
184 'includes': [ 184 'includes': [
185 '../build/util/version.gypi', 185 '../build/util/version.gypi',
186 ], 186 ],
187 }, 187 },
188 ], 188 ],
189 }, 189 },
190 ], # end of targets 190 ], # end of targets
191 } 191 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698