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

Side by Side Diff: extensions/extensions.gyp

Issue 571643003: Remove app_shell chrome.shell API and ShellAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (remove-shell) rebase 2 Created 6 years, 3 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 | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/shell/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 '../chrome/chrome_resources.gyp:chrome_resources', 982 '../chrome/chrome_resources.gyp:chrome_resources',
983 # Need dev-tools related resources in shell_resources.pak and 983 # Need dev-tools related resources in shell_resources.pak and
984 # devtools_resources.pak. 984 # devtools_resources.pak.
985 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', 985 '../content/browser/devtools/devtools_resources.gyp:devtools_resources',
986 '../content/content.gyp:content_resources', 986 '../content/content.gyp:content_resources',
987 '../content/content_shell_and_tests.gyp:content_shell_resources', 987 '../content/content_shell_and_tests.gyp:content_shell_resources',
988 '../ui/resources/ui_resources.gyp:ui_resources', 988 '../ui/resources/ui_resources.gyp:ui_resources',
989 '../ui/strings/ui_strings.gyp:ui_strings', 989 '../ui/strings/ui_strings.gyp:ui_strings',
990 'extensions_resources.gyp:extensions_resources', 990 'extensions_resources.gyp:extensions_resources',
991 'extensions_strings.gyp:extensions_strings', 991 'extensions_strings.gyp:extensions_strings',
992 'shell/app_shell_resources.gyp:app_shell_resources',
993 ], 992 ],
994 'actions': [ 993 'actions': [
995 { 994 {
996 'action_name': 'repack_extensions_shell_and_test_pak', 995 'action_name': 'repack_extensions_shell_and_test_pak',
997 'variables': { 996 'variables': {
998 'pak_inputs': [ 997 'pak_inputs': [
999 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.pak', 998 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.pak',
1000 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak', 999 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak',
1001 # TODO(jamescook): Extract the extension/app related resources 1000 # TODO(jamescook): Extract the extension/app related resources
1002 # from generated_resources_en-US.pak. http://crbug.com/397250 1001 # from generated_resources_en-US.pak. http://crbug.com/397250
1003 '<(SHARED_INTERMEDIATE_DIR)/chrome/generated_resources_en-US.pak', 1002 '<(SHARED_INTERMEDIATE_DIR)/chrome/generated_resources_en-US.pak',
1004 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent. pak', 1003 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent. pak',
1005 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak', 1004 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en -US.pak',
1006 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 1005 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
1007 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 1006 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
1008 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak', 1007 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak',
1009 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 1008 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
1010 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 1009 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
1011 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell/app_shell_resources.p ak',
1012 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_ en-US.pak', 1010 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_ en-US.pak',
1013 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 1011 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
1014 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak', 1012 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p ak',
1015 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', 1013 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
1016 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 1014 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
1017 ], 1015 ],
1018 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1016 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1019 }, 1017 },
1020 'includes': [ '../build/repack_action.gypi' ], 1018 'includes': [ '../build/repack_action.gypi' ],
1021 }, 1019 },
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 'browser/api/cast_channel/logging.proto' 1158 'browser/api/cast_channel/logging.proto'
1161 ], 1159 ],
1162 'variables': { 1160 'variables': {
1163 'proto_in_dir': 'browser/api/cast_channel', 1161 'proto_in_dir': 'browser/api/cast_channel',
1164 'proto_out_dir': 'extensions/browser/api/cast_channel', 1162 'proto_out_dir': 'extensions/browser/api/cast_channel',
1165 }, 1163 },
1166 'includes': [ '../build/protoc.gypi' ] 1164 'includes': [ '../build/protoc.gypi' ]
1167 }, 1165 },
1168 ] 1166 ]
1169 } 1167 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698