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

Side by Side Diff: chrome/chrome_repack_resources.gypi

Issue 808573003: Make devtools use common generated blink source directory instead of gen/webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing the landmine. Created 6 years 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/BUILD.gn ('k') | components/components_tests.gyp » ('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 'action_name': 'repack_resources', 5 'action_name': 'repack_resources',
6 'variables': { 6 'variables': {
7 'pak_inputs': [ 7 'pak_inputs': [
8 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak', 8 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak',
9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak', 9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak',
10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
(...skipping 18 matching lines...) Expand all
29 ['OS != "ios"', { 29 ['OS != "ios"', {
30 'pak_inputs': [ 30 'pak_inputs': [
31 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak ', 31 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak ',
32 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources. pak', 32 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources. pak',
33 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 33 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
34 ], 34 ],
35 }], 35 }],
36 ['OS != "ios" and OS != "android"', { 36 ['OS != "ios" and OS != "android"', {
37 # New paks should be added here by default. 37 # New paks should be added here by default.
38 'pak_inputs': [ 38 'pak_inputs': [
39 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 39 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
40 '<(grit_out_dir)/webrtc_device_provider_resources.pak', 40 '<(grit_out_dir)/webrtc_device_provider_resources.pak',
41 '<(grit_out_dir)/component_extension_resources.pak', 41 '<(grit_out_dir)/component_extension_resources.pak',
42 '<(grit_out_dir)/options_resources.pak', 42 '<(grit_out_dir)/options_resources.pak',
43 '<(grit_out_dir)/quota_internals_resources.pak', 43 '<(grit_out_dir)/quota_internals_resources.pak',
44 '<(grit_out_dir)/sync_file_system_internals_resources.pak', 44 '<(grit_out_dir)/sync_file_system_internals_resources.pak',
45 ], 45 ],
46 }], 46 }],
47 ['enable_extensions==1', { 47 ['enable_extensions==1', {
48 'pak_inputs': [ 48 'pak_inputs': [
49 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p ak', 49 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p ak',
50 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 50 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
51 '<(grit_out_dir)/extensions_api_resources.pak', 51 '<(grit_out_dir)/extensions_api_resources.pak',
52 ], 52 ],
53 }], 53 }],
54 ], 54 ],
55 }, 55 },
56 'includes': [ '../build/repack_action.gypi' ], 56 'includes': [ '../build/repack_action.gypi' ],
57 } 57 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698