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

Side by Side Diff: content/content_shell.gypi

Issue 381113004: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/content_browser.gypi ('k') | printing/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 (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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'actions': [ 458 'actions': [
459 { 459 {
460 'action_name': 'repack_content_shell_pack', 460 'action_name': 'repack_content_shell_pack',
461 'variables': { 461 'variables': {
462 'pak_inputs': [ 462 'pak_inputs': [
463 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 463 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
464 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour ces.pak', 464 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour ces.pak',
465 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 465 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
466 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 466 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
467 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 467 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
468 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 468 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
469 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', 469 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
470 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', 470 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
471 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', 471 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
472 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 472 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
473 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 473 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
474 ], 474 ],
475 'conditions': [ 475 'conditions': [
476 ['OS!="android"', { 476 ['OS!="android"', {
477 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resou rces.pak',], 477 'pak_inputs': ['<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resou rces.pak',],
478 'pak_output': '<(PRODUCT_DIR)/content_shell.pak', 478 'pak_output': '<(PRODUCT_DIR)/content_shell.pak',
479 }, { 479 }, {
480 'pak_output': '<(PRODUCT_DIR)/content_shell/assets/content_shell .pak', 480 'pak_output': '<(PRODUCT_DIR)/content_shell/assets/content_shell .pak',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1098 '--destination_dir', '<(dest_dir)', 1098 '--destination_dir', '<(dest_dir)',
1099 ], 1099 ],
1100 }, 1100 },
1101 ], 1101 ],
1102 }, 1102 },
1103 ], 1103 ],
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1105 ] 1105 ]
1106 } 1106 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698