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

Side by Side Diff: athena/resources/athena_resources.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 | « android_webview/android_webview.gyp ('k') | chrome/chrome_browser.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 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 {
(...skipping 15 matching lines...) Expand all
26 }, 26 },
27 { 27 {
28 'target_name': 'athena_pak', 28 'target_name': 'athena_pak',
29 'type': 'none', 29 'type': 'none',
30 'dependencies': [ 30 'dependencies': [
31 '../../ash/ash_resources.gyp:ash_resources', 31 '../../ash/ash_resources.gyp:ash_resources',
32 '../../content/app/strings/content_strings.gyp:content_strings', 32 '../../content/app/strings/content_strings.gyp:content_strings',
33 '../../extensions/extensions.gyp:extensions_shell_and_test_pak', 33 '../../extensions/extensions.gyp:extensions_shell_and_test_pak',
34 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 34 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
35 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 35 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
36 '../../webkit/webkit_resources.gyp:webkit_resources', 36 '../../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
37 'athena_resources', 37 'athena_resources',
38 ], 38 ],
39 'actions': [{ 39 'actions': [{
40 'action_name': 'repack_athena_pack', 40 'action_name': 'repack_athena_pack',
41 'variables': { 41 'variables': {
42 'pak_inputs': [ 42 'pak_inputs': [
43 '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 43 '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
44 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent. pak', 44 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent. pak',
45 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_100_pe rcent.pak', 45 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_100_pe rcent.pak',
46 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-U S.pak', 46 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-U S.pak',
47 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resour ces_100_percent.pak', 47 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resour ces_100_percent.pak',
48 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_strings_ en-US.pak', 48 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_strings_ en-US.pak',
49 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak' , 49 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak' ,
50 ], 50 ],
51 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak', 51 'pak_output': '<(PRODUCT_DIR)/athena_resources.pak',
52 }, 52 },
53 'includes': [ '../../build/repack_action.gypi' ], 53 'includes': [ '../../build/repack_action.gypi' ],
54 }], 54 }],
55 }, 55 },
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698