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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1038723002: Reland part 3 of 4: Modify blink users so they use blink images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use 'const unsigned char' for resources. Created 5 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
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 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 '../net/net.gyp:net_resources', 115 '../net/net.gyp:net_resources',
116 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 116 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
117 '../ui/resources/ui_resources.gyp:ui_resources', 117 '../ui/resources/ui_resources.gyp:ui_resources',
118 '../ui/strings/ui_strings.gyp:ui_strings', 118 '../ui/strings/ui_strings.gyp:ui_strings',
119 ], 119 ],
120 'actions': [ 120 'actions': [
121 { 121 {
122 'action_name': 'repack_cast_shell_pak', 122 'action_name': 'repack_cast_shell_pak',
123 'variables': { 123 'variables': {
124 'pak_inputs': [ 124 'pak_inputs': [
125 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak', 125 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources _100_percent.pak',
126 '<(SHARED_INTERMEDIATE_DIR)/chromecast/shell_resources.pak', 126 '<(SHARED_INTERMEDIATE_DIR)/chromecast/shell_resources.pak',
127 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 127 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
128 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource s_100_percent.pak', 128 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource s_100_percent.pak',
129 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak', 129 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak',
130 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 130 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
131 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 131 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
132 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', 132 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
133 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak', 133 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak',
134 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', 134 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
135 ], 135 ],
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 # TODO(dougsteed): remove when Chromecast moves to boringssl. 556 # TODO(dougsteed): remove when Chromecast moves to boringssl.
557 # Allow the cast shell to find the NSS module in the same directory. 557 # Allow the cast shell to find the NSS module in the same directory.
558 'ldflags': [ 558 'ldflags': [
559 '-Wl,-rpath=\$$ORIGIN' 559 '-Wl,-rpath=\$$ORIGIN'
560 ], 560 ],
561 }, 561 },
562 ], # end of targets 562 ], # end of targets
563 }], 563 }],
564 ], # end of conditions 564 ], # end of conditions
565 } 565 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698