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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 8418016: Fix chrome://quota-internals/ load failure in Mac (Closed) Base URL: git://localhost/chromium.git@master
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'variables': { 9 'variables': {
10 'conditions' : [ 10 'conditions' : [
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 }, 451 },
452 { 452 {
453 'action_name': 'repack_resources', 453 'action_name': 'repack_resources',
454 'variables': { 454 'variables': {
455 'pak_inputs': [ 455 'pak_inputs': [
456 '<(grit_out_dir)/component_extension_resources.pak', 456 '<(grit_out_dir)/component_extension_resources.pak',
457 '<(grit_out_dir)/devtools_frontend_resources.pak', 457 '<(grit_out_dir)/devtools_frontend_resources.pak',
458 '<(grit_out_dir)/devtools_resources.pak', 458 '<(grit_out_dir)/devtools_resources.pak',
459 '<(grit_out_dir)/net_internals_resources.pak', 459 '<(grit_out_dir)/net_internals_resources.pak',
460 '<(grit_out_dir)/options_resources.pak', 460 '<(grit_out_dir)/options_resources.pak',
461 '<(grit_out_dir)/quota_internals_resources.pak',
461 '<(grit_out_dir)/shared_resources.pak', 462 '<(grit_out_dir)/shared_resources.pak',
462 '<(grit_out_dir)/sync_internals_resources.pak', 463 '<(grit_out_dir)/sync_internals_resources.pak',
463 '<(grit_out_dir)/workers_resources.pak', 464 '<(grit_out_dir)/workers_resources.pak',
464 ], 465 ],
465 }, 466 },
466 'inputs': [ 467 'inputs': [
467 '<(repack_path)', 468 '<(repack_path)',
468 '<@(pak_inputs)', 469 '<@(pak_inputs)',
469 ], 470 ],
470 'outputs': [ 471 'outputs': [
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ], 650 ],
650 }], 651 }],
651 ], # conditions 652 ], # conditions
652 }], # OS=="mac" 653 }], # OS=="mac"
653 ], # conditions 654 ], # conditions
654 }, # target chrome_dll 655 }, # target chrome_dll
655 ], # targets 656 ], # targets
656 }], # OS=="mac" or OS=="win" 657 }], # OS=="mac" or OS=="win"
657 ], 658 ],
658 } 659 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698