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

Side by Side Diff: athena/resources/athena_resources.gyp

Issue 425783003: athena: Add a network-selector widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge 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
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'athena_pak', 11 'target_name': 'athena_pak',
12 'type': 'none', 12 'type': 'none',
13 'dependencies': [ 13 'dependencies': [
14 '../../ash/ash_resources.gyp:ash_resources', 14 '../../ash/ash_resources.gyp:ash_resources',
15 '../../content/content_resources.gyp:content_resources', 15 '../../content/content_resources.gyp:content_resources',
16 '../../extensions/shell/app_shell.gyp:app_shell_pak', 16 '../../extensions/shell/app_shell.gyp:app_shell_pak',
17 '../../third_party/WebKit/public/blink_resources.gyp:blink_resources', 17 '../../third_party/WebKit/public/blink_resources.gyp:blink_resources',
18 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
19 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
18 '../../webkit/webkit_resources.gyp:webkit_strings', 20 '../../webkit/webkit_resources.gyp:webkit_strings',
19 ], 21 ],
20 'actions': [{ 22 'actions': [{
21 'action_name': 'repack_athena_pack', 23 'action_name': 'repack_athena_pack',
22 'variables': { 24 'variables': {
23 'pak_inputs': [ 25 'pak_inputs': [
24 '<(PRODUCT_DIR)/app_shell.pak', 26 '<(PRODUCT_DIR)/app_shell.pak',
25 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent. pak', 27 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent. pak',
26 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.p ak', 28 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.p ak',
27 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 29 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
30 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resour ces_100_percent.pak',
31 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_strings_ en-US.pak',
28 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 32 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
29 ], 33 ],
30 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak', 34 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak',
31 }, 35 },
32 'includes': [ '../../build/repack_action.gypi' ], 36 'includes': [ '../../build/repack_action.gypi' ],
33 }], 37 }],
34 }, 38 },
35 ] 39 ]
36 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698