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

Side by Side Diff: chrome/chrome.gyp

Issue 126137: Part 1 of merging Extensions and DOMUI (Closed)
Patch Set: add test and rebase Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'browser/download/save_package.h', 863 'browser/download/save_package.h',
864 'browser/download/save_types.h', 864 'browser/download/save_types.h',
865 'browser/encoding_menu_controller.cc', 865 'browser/encoding_menu_controller.cc',
866 'browser/encoding_menu_controller.h', 866 'browser/encoding_menu_controller.h',
867 'browser/extensions/extension_bookmarks_module.cc', 867 'browser/extensions/extension_bookmarks_module.cc',
868 'browser/extensions/extension_bookmarks_module.h', 868 'browser/extensions/extension_bookmarks_module.h',
869 'browser/extensions/extension_bookmarks_module_constants.cc', 869 'browser/extensions/extension_bookmarks_module_constants.cc',
870 'browser/extensions/extension_bookmarks_module_constants.h', 870 'browser/extensions/extension_bookmarks_module_constants.h',
871 'browser/extensions/extension_creator.cc', 871 'browser/extensions/extension_creator.cc',
872 'browser/extensions/extension_creator.h', 872 'browser/extensions/extension_creator.h',
873 'browser/extensions/extension_dom_ui.cc',
874 'browser/extensions/extension_dom_ui.h',
873 'browser/extensions/extension_event_names.cc', 875 'browser/extensions/extension_event_names.cc',
874 'browser/extensions/extension_event_names.h', 876 'browser/extensions/extension_event_names.h',
875 'browser/extensions/extension_function.cc', 877 'browser/extensions/extension_function.cc',
876 'browser/extensions/extension_function.h', 878 'browser/extensions/extension_function.h',
877 'browser/extensions/extension_function_dispatcher.cc', 879 'browser/extensions/extension_function_dispatcher.cc',
878 'browser/extensions/extension_function_dispatcher.h', 880 'browser/extensions/extension_function_dispatcher.h',
879 'browser/extensions/extension_host.cc', 881 'browser/extensions/extension_host.cc',
880 'browser/extensions/extension_host.h', 882 'browser/extensions/extension_host.h',
881 'browser/extensions/extension_message_service.cc', 883 'browser/extensions/extension_message_service.cc',
882 'browser/extensions/extension_message_service.h', 884 'browser/extensions/extension_message_service.h',
(...skipping 3972 matching lines...) Expand 10 before | Expand all | Expand 10 after
4855 # Use outputs of this action as inputs for the main target build. 4857 # Use outputs of this action as inputs for the main target build.
4856 # Seems as a misnomer but makes this happy on Linux (scons). 4858 # Seems as a misnomer but makes this happy on Linux (scons).
4857 'process_outputs_as_sources': 1, 4859 'process_outputs_as_sources': 1,
4858 }, 4860 },
4859 ], # 'actions' 4861 ], # 'actions'
4860 }, 4862 },
4861 ] 4863 ]
4862 }], 4864 }],
4863 ], # 'conditions' 4865 ], # 'conditions'
4864 } 4866 }
OLDNEW
« no previous file with comments | « chrome/browser/views/tabs/dragged_tab_controller.cc ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698