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

Side by Side Diff: extensions/extensions.gyp

Issue 634313004: Display dialog when app install succeeds / fails on Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/install/extension_install_ui.cc ('k') | 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 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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'browser/guest_view/web_view/web_view_renderer_state.cc', 671 'browser/guest_view/web_view/web_view_renderer_state.cc',
672 'browser/guest_view/web_view/web_view_renderer_state.h', 672 'browser/guest_view/web_view/web_view_renderer_state.h',
673 'browser/image_loader.cc', 673 'browser/image_loader.cc',
674 'browser/image_loader.h', 674 'browser/image_loader.h',
675 'browser/image_loader_factory.cc', 675 'browser/image_loader_factory.cc',
676 'browser/image_loader_factory.h', 676 'browser/image_loader_factory.h',
677 'browser/image_util.cc', 677 'browser/image_util.cc',
678 'browser/image_util.h', 678 'browser/image_util.h',
679 'browser/info_map.cc', 679 'browser/info_map.cc',
680 'browser/info_map.h', 680 'browser/info_map.h',
681 'browser/install/crx_installer_error.h',
682 'browser/install/extension_install_ui.cc',
683 'browser/install/extension_install_ui.h',
681 'browser/install_flag.h', 684 'browser/install_flag.h',
682 'browser/file_highlighter.cc', 685 'browser/file_highlighter.cc',
683 'browser/file_highlighter.h', 686 'browser/file_highlighter.h',
684 'browser/file_reader.cc', 687 'browser/file_reader.cc',
685 'browser/file_reader.h', 688 'browser/file_reader.h',
686 'browser/lazy_background_task_queue.cc', 689 'browser/lazy_background_task_queue.cc',
687 'browser/lazy_background_task_queue.h', 690 'browser/lazy_background_task_queue.h',
688 'browser/management_policy.cc', 691 'browser/management_policy.cc',
689 'browser/management_policy.h', 692 'browser/management_policy.h',
690 'browser/notification_types.h', 693 'browser/notification_types.h',
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 'conditions': [ 1203 'conditions': [
1201 ['OS=="win" and win_use_allocator_shim==1', { 1204 ['OS=="win" and win_use_allocator_shim==1', {
1202 'dependencies': [ 1205 'dependencies': [
1203 '../base/allocator/allocator.gyp:allocator', 1206 '../base/allocator/allocator.gyp:allocator',
1204 ], 1207 ],
1205 }], 1208 }],
1206 ], 1209 ],
1207 }, 1210 },
1208 ] 1211 ]
1209 } 1212 }
OLDNEW
« no previous file with comments | « extensions/browser/install/extension_install_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698