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

Side by Side Diff: chrome/chrome_repack_chrome_100_percent.gypi

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_repack_chrome_200_percent.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # GN version: //chrome:repack_chrome_100_percent 5 # GN version: //chrome:repack_chrome_100_percent
6 'action_name': 'repack_chrome_resources_100_percent', 6 'action_name': 'repack_chrome_resources_100_percent',
7 'variables': { 7 'variables': {
8 'pak_inputs': [ 8 'pak_inputs': [
9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_100_percent.pa k', 9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_100_percent.pa k',
10 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak', 10 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
11 '<(grit_out_dir)/renderer_resources_100_percent.pak', 11 '<(grit_out_dir)/renderer_resources_100_percent.pak',
12 '<(grit_out_dir)/theme_resources_100_percent.pak', 12 '<(grit_out_dir)/theme_resources_100_percent.pak',
13 ], 13 ],
14 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', 14 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak',
15 'conditions': [ 15 'conditions': [
16 ['OS != "ios"', { 16 ['OS != "ios"', {
17 'pak_inputs': [ 17 'pak_inputs': [
18 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_10 0_percent.pak', 18 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resources_10 0_percent.pak',
19 ], 19 ],
20 }], 20 }],
21 ['use_ash==1', { 21 ['use_ash==1', {
22 'pak_inputs': [ 22 'pak_inputs': [
23 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.pa k', 23 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.pa k',
24 ], 24 ],
25 }], 25 }],
26 ['use_athena==1', {
27 'pak_inputs': [
28 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_100_perc ent.pak',
29 ],
30 }],
31 ['chromeos==1', { 26 ['chromeos==1', {
32 'pak_inputs': [ 27 'pak_inputs': [
33 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resource s_100_percent.pak', 28 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resource s_100_percent.pak',
34 ], 29 ],
35 }], 30 }],
36 ['enable_extensions==1', { 31 ['enable_extensions==1', {
37 'pak_inputs': [ 32 'pak_inputs': [
38 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_browser_resources_10 0_percent.pak', 33 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_browser_resources_10 0_percent.pak',
39 ], 34 ],
40 }], 35 }],
41 ], 36 ],
42 }, 37 },
43 'includes': [ '../build/repack_action.gypi' ], 38 'includes': [ '../build/repack_action.gypi' ],
44 } 39 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_repack_chrome_200_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698